Yolo-Object-Detection-and-Distance-Measurement-with-Zed-camera icon indicating copy to clipboard operation
Yolo-Object-Detection-and-Distance-Measurement-with-Zed-camera copied to clipboard

CAMERA NOT DETECTED

Open JINU8 opened this issue 2 years ago • 0 comments

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

JINU8 avatar May 11 '22 10:05 JINU8