ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEATURE: libgphoto2 support

boecko opened this issue · comments

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