MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Theo Engels How does the RGB behave if you change the slave camera from '2' (Slave) to '3' (Full Slave). The Full Slave mode is part of the genlock system and was designed to sync both depth ...
-
Hi Lizhirong597 In infrared mode the possibilities for adjusting the image are limited. I would suggest using the exposure and gain defaults of 33000 exposure and 16 gain, and set laser power to ...
-
Hi Edenclaire8 The first problem to solve would be to listen for a mouse click event using an instruction such as on_click and then initiate some code get to the coordinate when the click event is...
-
Hi Werner RealSense cameras have a limit of 20 firmware downgrades, after which they become 'locked for update' and can subsequently only be updated to a newer firmware than the one that is curren...
-
Hi Ron Vis I can recall only two past occurrences of this issue with frames not being received unless firmware logging is enabled, including the case that you linked to. This high rarity makes it...
-
The link below features a RealSense user who connected to the camera with an RTSP stream using GStreamer. https://github.com/IntelRealSense/librealsense/issues/10662
-
Hi Achmadpurnomo95 There has been one past case where a lens was successfully removed but the risk of damaging the sensor makes doing so not worth it unless you are prepared to write off the modul...
-
An alternative to using the RealSense Viewer to connect to rs-server is to do so with RealSense program scripting instead. C++ https://github.com/IntelRealSense/librealsense/issues/6376 Python ## L...
-
Hi Lab The recent discussion at the link below is likely to be relevant to your question. https://github.com/IntelRealSense/librealsense/issues/12749 I believe that the RTSP networking protocol ...
-
In your kindly provided log images I note that you are experiencing the undefined symbol _ZN2cv3MatC1Ev error. This is a difficult to resolve error that typically involves making edits to the CMak...