MartyX Grover
- Total activity 2288
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 713
Comments
Recent activity by MartyX Grover-
Hi Xuanye Zeng The D457 camera model is set by default to be used with a different type of cable called GMSL. In order for the camera to be detected when used with a USB cable, you need to remove...
-
If depth and the separate RGB align correctly with the non-pointcloud 'rs-align' then they are likely going to align okay with YOLO and VINS-Fusion too based on my (admittedly limited) knowledge of...
-
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...
-
The link below has Python code for setting up decimation, spatial and temporal filters. https://github.com/IntelRealSense/librealsense/issues/10078#issuecomment-997292916
-
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...
-
Hi Dhruvdarda2001 Is your problem resolved if you install libssl-dev with the command below, please? sudo apt-get install libssl-dev
-
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...
-
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...
-
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...
-
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...