Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMERA NOT DETECTED #1

Open
JINU8 opened this issue May 11, 2022 · 0 comments
Open

CAMERA NOT DETECTED #1

JINU8 opened this issue May 11, 2022 · 0 comments

Comments

@JINU8
Copy link

JINU8 commented May 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant