Tomasz Sokołowski
Tomasz Sokołowski
Thanks for reply! The differences aren't extreme, the most important thing is that the kinematics are the same, only the dimensions differ. I think it would be a nice project...
Using an oscilloscope I determined that the responses from the DS18B20 were valid but for some reason not read correctly by the STM32. I moved the task so it is...
Unfortunately, increasing the priority only seemed to fix the issue - it worked for some time but today the same code doesn't read the temperatures correctly (i get only one...
I found the documentation of cv2.stereoCalibrate but I'm confused... https://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#cv2.stereoCalibrate "imageSize" is definitely in the place where #16 placed it. It was in the place where I placed it in...
> But now I have problem with > `from .cameras import Camera, cam_count ImportError: DLL load failed:` I had the same problem, copying .dll files from libusb folder to pseyepy...