MartyX Grover
- Total activity 2396
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 739
Comments
Recent activity by MartyX Grover-
Hi Handrian The link below has a simple C# multiple camera example script for automatically creating a separate pipeline for each attached camera. https://github.com/IntelRealSense/librealsense/is...
-
The networking paper states that boards other than Pi can be used with the networking tool with minor modifications and cites Up Board as an example. https://up-shop.org/up-board-series.html I have...
-
Hi Joseslava The Jetson Xavier could support multiple RealSense cameras. For a 4-camera setup on a small computer form-factor though, you might like to also consider an Intel NUC mini PC with an ...
-
Is the camera detectable in the Windows Device Manager under its 'Cameras' category? If it is detectable in the Device Manager, have you tried the camera with RealSense programs other than the...
-
I researched the problem carefully but could not find a way to alter the Uty wrapper to automatically flip an RGB image saved by the wrapper. If it is a PNG image, you may have to flip the image m...
-
Having the camera plugged in during a Windows update should not affect the camera hardware (though Windows updates may introduce software issues that affect the camera's ability to operate in that ...
-
1. Yes, you do not need the UWP driver to use the RealSense Viewer. Detection of the camera is not dependent on the UWP driver, so there may be some other issue that is preventing detection. If y...
-
Does it flip if you set Y rotation to '180' instead of '0'?
-
Hi Vera Halavach Whilst some products in the RealSense range are discontinuing, the 400 Series stereo depth camera range is continuing. The models being discontinued are L515 (lidar depth camera)...
-
Hello, a rough workaround for flipping an image in Unity can be to find the Unity material responsible for displaying a texture and give it a minus value for its scale in the material's scaling set...