MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
I see, yes you are right about the start instruction. A walk away from a problem for a bit to return with a fresh perspective can work wonders
-
In this line: cfg.enable_stream(RS2_STREAM_DEPTH, width, height, RS2_FORMAT_BGR8, 30); The RS2_FORMAT is usually Z16, as that is the only depth format available.
-
Intel have provided further information about On-Chip Calibration. https://github.com/IntelRealSense/librealsense/issues/5838
-
It sounds as though what you may have in mind is post-processing. Intel have published a tutorial on setting up post-processing filters in Python. https://github.com/IntelRealSense/librealsense/bl...
-
Hi again, The official RealSense blog published an article on using RealSense cameras in construction, with a link to a paper proposing use of the cameras for inspection. So I thought I would send...
-
Were you in the Librealsense root directory when you did mkdir build and cd build please? cd librealsensemkdir buildcd build
-
This post is a duplicate of the case in the link below. Thank you. https://support.intelrealsense.com/hc/en-us/community/posts/360039885073
-
I researched the issue and couldn't find any indication that special instructions were needed for 18.04. An 18.04 user was given a list of steps to check through by a RealSense support team member ...
-
Others have not been able to install Pyrealsense2 on Nano with pip either, unfortunately. The advice for Nano is always to compile from source. Advice for Nano from a RealSense support team membe...
-
There are a couple of pre-made example measurement programs in the RealSense SDK that you can refer to. Python - 'Box_Dimensioner_Multicam' https://github.com/IntelRealSense/librealsense/tree/maste...