|
|
|
|
|
by enjoylife
2203 days ago
|
|
Sure, not sure what gstreamer plugin/sink would create a loopback device, but this plays as well. gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f matroska - | gst-launch-1.0 fdsrc fd=0 ! decodebin ! videoconvert ! videoscale ! autovideosink
|
|
it should be,
I wonder if this works,