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-
Is the camera still undetected in the Viewer if you unplug the USB cable from the side of the camera at the micro-sized end (instead of unplugging from the computer), wait a couple of seconds and p...
-
The wattage strength of the power supply would not be a factor. The stability of the supply of power to the USB port is what matters more. A mains-plug powered USB hub can provide more stable pow...
-
The OpenCV instructions findContours and drawContours may help to produce this kind of image. https://docs.opencv.org/4.x/df/d0d/tutorial_find_contours.html https://stackoverflow.com/questions/5102...
-
Do you have a mains electricity powered USB 3 hub that you can test the camera on if you have not done so already, in order to test whether it is an issue related to insufficient power being suppli...
-
If you click on the Add Source button at the top of the Viewer side-panel, is the camera listed there in the data sources that can be added even though it is not listed automatically in the panel w...
-
Thanks very much. Your processor looks fine. Next, please return to the SDK Tools folder where you launched rs-capture from and this time run rs-hello-realsense. This program prints out a plain-...
-
Does your computer have an Intel or an AMD processor? You can find this by typing system into the text box at the bottom of your Windows screen, next to the button where you shut down the PC, to f...
-
Do you have any antivirus software installed on your PC? If so then this could block a camera. https://support.microsoft.com/en-us/windows/camera-doesn-t-work-in-windows-32adb016-b29c-a928-0073-...
-
There is a Python project called camera-fusion that calibrates multiple cameras against a ChAruco board instead of a chessboard. https://github.com/a1rb4Ck/camera-fusion
-
I considered using the RealSense SDK's box_dimensioner_multicam Python example box-measuring program, as it is possible to edit the code to remove the need for calibrating the camera against the ch...