Yolo-Object-Detection-and-Distance-Measurement-with-Zed-camera
Yolo-Object-Detection-and-Distance-Measurement-with-Zed-camera copied to clipboard
CAMERA NOT DETECTED
error while opening camera inside docker using pyzed, camera works with openCV.
I am already mapping devices /dev/video0 and using --privileged tag
err = zed.open(init)
if err != sl.ERROR_CODE.SUCCESS :
print(repr(err))
zed.close()
print("here")
exit(1)
error :CAMERA NOT DETECTED