You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first thanks for this awesome project!
My question. Are there any plans to integrate libghoto2 in this project?
This would ease the integration/setup of high quality DSLRs as webcams.
Right now. You have to install v4l2loopback-dkms and gphoto2 to simulate a v4l-device for streaming. gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video2
kind regards
boecko
The text was updated successfully, but these errors were encountered:
Hi,
first thanks for this awesome project!
My question. Are there any plans to integrate libghoto2 in this project?
This would ease the integration/setup of high quality DSLRs as webcams.
Right now. You have to install v4l2loopback-dkms and gphoto2 to simulate a v4l-device for streaming.
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video2
kind regards
boecko
The text was updated successfully, but these errors were encountered: