MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Dorodnic the RealSense SDK Manager says that the coeffs are meant to be zero by default on the 400 Series cameras. https://github.com/IntelRealSense/librealsense/issues/1430
-
Intel do not offer repairs of RealSense cameras, unfortunately. There is only refund or replacement through the 30 day warranty from the place that the camera was purchased. As you are now outsid...
-
I went through all previous cases of problems with the camera not being detected after soft reboot and comparing it to what had already been suggested in this discussion. Another thing to try that ...
-
The LRS log file should be in the same folder where your application is - please check your project build folder.
-
Dorodnic the RealSense SDK Manager advised a user who had the same exception that as well as wrapping the code in a 'using' block (which you have done), dispose should be used. https://github.com/I...
-
This question has been replied to on the RealSense GitHub forum. Thank you.
-
And does the problem occur in all of the H310's USB 3 and USB 2 ports?
-
Is the camera detected if you unplug it after the computer has booted and plug it back in again?
-
The link below offers some general advice for ways to fix the problem when this Windows error occurs. https://www.thewindowsclub.com/fix-unknown-usb-device-error-message-on-windows-10
-
Not every function in the RealSense SDK is documented. For example, the majority of the 'Advanced Mode' settings are not documented. This was because these values interact with each other in comp...