Blake58
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Recent activity by Blake58-
How can i apply preset json file while streaming depth image with d435
Hi, im using d435 to streaming depth image in colorized. I want to apply edgemap to our camera, but i don't know how to do. https://github.com/IntelRealSense/librealsense/blob/master/wrappers/pyth...
-
How can i resize d435's depth frame?
Hi, im making image classifier with d435. While i do my project there are some problem with our code. import dlibimport cv2import pyrealsense2 as rsimport numpy as npfrom keras.models import load_m...
-
How can i improve our depth image resolution in d435
Hi, im using d435 to get depth image for pose detection. While working for our project, the resolution of our depth image cant satisfy our expect. So, we tried to change pixel value from (640,480) ...
-
example.hpp: No such file or directory
I want to get colorized depth image with d435 camera. So i want to run rs-capture.cpp example, but there are some problem in code. When i build my project, there are some error message, "example.hp...