MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Each stream can only be accessed by one pipeline, so you cannot start a stream on a second pipeline that has already been enabled on the first pipeline. For example, pipeline 1 could have depth on...
-
Nvidia Jetson boards are computers on a board that cab run the Ubuntu OS and operate like a desktop / laptop PC, but with specialization for edge AI applications. They are fully compatible with Re...
-
The link below may help with your CopyTo() / ushort question. https://github.com/IntelRealSense/librealsense/issues/4201
-
Hi Yixun Liu Thanks very much for your questions. 1. When the depth and color FPS match then sync between the streams should automatically kick in if auto-exposure is enabled. Disabling the RG...
-
Hi Juan Diezyanguas I note that you asked about writing to a jpg image with C# in the past case at the link below. https://support.intelrealsense.com/hc/en-us/community/posts/21724705791251-Save-R...
-
Hi Madona I H If you are developing an edge AI application then a suitable single board computer to pair with a RealSense camera would be an Nvidia Jetson. https://www.nvidia.com/en-gb/autonomous-...
-
Yes, you can create two separate pipelines without a significant impact on a program's performance. The link below has an example of doing so in Python code. https://github.com/IntelRealSense/libr...
-
Officially, the D405 accuracy is rated as <2% at 50 cm as shown in the camera comparison chart at the link below. https://www.intelrealsense.com/compare-depth-cameras/ In practice though, ther...
-
Hi Nh438999 The RealSense D405 camera model is not equipped with an infrared projector component. On models that have this projector, the camera can cast a semi-random pattern of invisible dots o...
-
Hi Maruyama I have not previously seen a multiple RealSense camera Unity application where the cameras are automatically detected. There is a past guide submitted by a RealSense user at the link ...