manphis
Results
2
issues of
manphis
The procedure of my unplug the usb is as follows: 1. unplug usb interface manually. 2. after receiving the callback 'onDisconnect()' , I invoke mUVCCamera.close(); 3. The process will hang...
Which python tool should I use to open the depth image .png file? I use cv2 imread() to read the depth file: cv2img = cv2.imread('MDepth-00000031.png', cv2.IMREAD_GRAYSCALE) But the value of...