MehmetOKUYAR/Yolo-Object-Detection-and-Distance-Measurement-with-Zed-camera

CAMERA NOT DETECTED

JINU8 opened this issue · 0 comments

JINU8 commented

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