MartyG
- Total activity 1820
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 571
Activity overview
Latest activity by MartyG-
MartyG commented,
RealSense cameras project a semi random dot pattern from their infrared projector hardware component. The pattern is cast onto surfaces in the real-world scene and the camera can use these dots to...
-
MartyG commented,
The link below has Python code for setting up decimation, spatial and temporal filters. https://github.com/IntelRealSense/librealsense/issues/10078#issuecomment-997292916
-
MartyG commented,
Hi Sylvia Reiss The Cubemos Skeleton Tracking SDK software product is no longer available, unfortunately. The D435-compatible Nuitrack SDK skeleton tracking product remains available. https://nu...
-
MartyG commented,
Hi Dhruvdarda2001 Is your problem resolved if you install libssl-dev with the command below, please? sudo apt-get install libssl-dev
-
MartyG commented,
If you require dust and water protection and would prefer to use the D455 camera model, the company autoVimation offer a protective enclosure for the D455 model that has IP66 and IP67 protection (b...
-
MartyG commented,
In Mode 3 (Full Slave) it will behave like Mode 2. So it will stream continuously instead of waiting for a trigger. It is Genlock mode 4 and above that waits for a trigger, and those modes only s...
-
MartyG commented,
You are very welcome! You are correct about Mode 2, it will still stream in the configured FPS whether sync is active or not. In regard to your further questions: 2. RGB is not synced in gen...
-
MartyG commented,
Mode 2 listens on every frame, so it would be the same period of time no matter which FPS rate is set. AS far as I am aware, the precise wait period on each frame has not been defined. The origi...
-
MartyG commented,
The camera will generate depth data for whatever areas of the scene that the cameras can see in the FOV and analyze for depth. If part of the FOV is obscured then this does not prevent the generat...
-
MartyG commented,
Hi Yxliuwm The stereo baseline is the distance between the center-lines of the left and right sensors. As these physical sensor positions are fixed, the baseline cannot be changed.