ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's
313 stars 47 forks source link

FEATURE: libgphoto2 support #136

Open boecko opened 7 months ago

boecko commented 7 months ago

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