Bluekksailor
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Bluekksailor-
Bluekksailor commented,
is there a quick way for me to extract the length, width and height using the L515 SDK provided?
-
Bluekksailor created a post,
Using L515 DIM Weight SDK with Python
Hi I am looking to build my own dimensioning machine with L515. I bought the license for the Software and SDK. I was wondering whether it is possible to use Pybind11 to build my Python library usin...
-
Bluekksailor commented,
Hi Jesus, I am now building the project using Visual Studio. Could you show me some guides on linking the DWS_Sdk.dll? I read that I have to link the project in point 1 and at the same time, I can...
-
Bluekksailor commented,
Hi Jesus, Is there any way to build my application in Python? I understand that everything was written in C++ so could you point me in the direction/setup I need in order for my Python script to ca...
-
Bluekksailor commented,
Yes it does. What are some workarounds we could try?
-
Bluekksailor created a post,
L515 SDK issue
I wanted to test whether the header file works. So i created this test file and included the DWS_Sdk.h file I got this error after building it with gcc these were the errors (bool and &) what i ...
-
Bluekksailor commented,
Hi MartyG I updated the size of the chessboard (7x10) according to what was printed. I also measured the size of each square (2.6) and updated accordingly. With no changes to size but only to the n...
-
Bluekksailor commented,
Hi MartyG I altered the number of squares: from 6 to 7 for the width and 9 to 10 for the height and the program keeps telling me that the chessboard is not detected: This is the part of the code: ...
-
Bluekksailor commented,
This issue always persists. It somehow measures the surrounding. How can I optimise this?
-
Bluekksailor commented,
Hi MartyG I really appreciate your comments. They are really helpful! I have a question: I am currently building a object dimensioning system like the demo shown here (librealsense/samplesetupandou...