MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Is the powered hub a USB 3.1 hub, please? If the hub was a 2.0 one then attaching the camera to it would cause it to act as a 2.0 device even if the cable is USB3-capable. Does the camera stil...
-
Hi Alberto Biencinto Please first try unplugging the micro-sized USB connector from the side of the camera, turning the connector around the other way and re-inserting it (USB-C cables are two-way...
-
Hi Cuau Lenaic If you are going to be using the camera with a range of different untextured surfaces then a D435 and its built-in dot pattern projector should give the best chance of consistent su...
-
A RealSense user of DeepStream at the link below was facing a similar situation where they started RGB in DeepStream and depth in the RealSense SDK and wanted to know how to activate them together....
-
You are very welcome! Please do let me know if you need further assistance. Good luck!
-
Yes, ideally the two streams should be started at the same time is possible so that there is not a significant gap between their frame numbers.
-
The RealSense-compatible commercial scanning software tool LIPScan 3D is designed for capturing a small object on a rotating turntable with a single camera, so it may be worth investigating to see ...
-
Yes, I believe that is what the advice is referring to.
-
It is possible to synchronize a RealSense depth stream with an RGB stream from an external source using the RealSense SDK's TIME_OF_ARRIVAL metadata timestamp. https://github.com/IntelRealSense/lib...
-
Access claims are specific to a stream type. So if DeepStream accesses RGB only and a RealSense script is only accessing the depth stream then there should not be an access conflict.