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

Could not find a backend to open <video0> with iomode r?`. #5

Open
andysingal opened this issue Dec 1, 2023 · 0 comments
Open

Could not find a backend to open <video0> with iomode r?`. #5

andysingal opened this issue Dec 1, 2023 · 0 comments

Comments

@andysingal
Copy link

When running:

python3 src/video_stream.py

get error:

Starting video stream... Wait for a few seconds for the stream to the output to start generating.
Traceback (most recent call last):
  File "/workspace/realtime-bakllava/src/video_stream.py", line 18, in <module>
    cap = imageio.get_reader('<video0>')
  File "/usr/local/lib/python3.10/dist-packages/imageio/v2.py", line 290, in get_reader
    image_file = imopen(uri, "r" + mode, **imopen_args)
  File "/usr/local/lib/python3.10/dist-packages/imageio/core/imopen.py", line 281, in imopen
    raise err_type(err_msg)
ValueError: Could not find a backend to open `<video0>`` with iomode `r?`.
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