MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The menu with 4 options dropping down when the gear wheel is clicked on is the correct behaviour. Does the Settings panel in the image above appear if you click on the Settings menu option?
-
A camera connection may 'time out' if new frames are not received for 5 seconds. If only some of the cameras are stopping then it would seem to be an issue related to individual camera connections...
-
Thanks very much for the information. A short and unpredictable time period of between 10 seconds and 20 minutes increases the likelihood that there is an issue in the program rather than the hard...
-
Hi P Woronow As the problem is occurring a while after the session has started, if the camera's operating temperatures are within recommended maximum limits then it is likely that the problem is o...
-
Hi Nguyenduyduc14 Thanks very much for your questions. 1. The RealSense SDK has a set of self calibration tools for depth image quality (On-Chip), depth accuracy (Tare) and focal length (Focal ...
-
I extensively researched the issue of the pop-up Export options not appearing but was not able to find a solution, unfortunately. If you left-click on the gear wheel icon in the top corner of the...
-
There is not a single complete script that does everything that you asked for, but you may be able to combine the code of the separate C++ OpenCV references in the links below. Depth-color alignm...
-
Thank you. Have you tested the camera when directly accessing the Pi instead of using a VNC connection to see whether it may be the VNC connection that is causing the Export button to not function...
-
Hi Barakelisha098 Are you able to click on the Export option or is it grey and unresponsive? The depth stream needs to be enabled in order for the Export option to be able to be clicked on. If ...
-
The link below provides an example of a Python script that first accesses intrinsics and extrinsics and then afterwards uses the SDK instruction rs2_deproject_pixel_to_point() to deproject 2D pixel...