-
Notifications
You must be signed in to change notification settings - Fork 116
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
Since last kernel updates my Canon 40D doesn't work anymore #485
Comments
"could not claim usb device" usually means another process is blocking the camera, likely gvfs try or moving away the gphoto2 gvfs parts |
it's interesting to mention that after running the above
What do you mean, sorry? |
Found the problem, it was one of my old phones connected for charging
as soon as I disconnected it, it worked again |
good to hear. thanks :) |
I still have this though. Any idea? |
Describe the bug
I was used to get my Canon EOS 40D working as webcam but since the last kernel updates, right now being
it doesn't work anymore
Name the camera
libgphoto2 and gphoto2 version
To Reproduce
This is my workflow
kill all gphoto processes:
ps aux | grep gphoto
load the module:
sudo modprobe v4l2loopback exclusive_caps=1 max_buffers=2
and get the stream:
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0
The text was updated successfully, but these errors were encountered: