Hello,
I am trying to connect the YUV output stream from LiVES as an input for Gem. LiVES has a FIFO output, works like this after enabling in config:
mkfifo /tmp/steam.yuv
lives-exe > /tmp/stream.yuv
But at this point I got stuck. I can not find a way to open YUV streams in Gem, or streams in general. As far I know I could only find support for video files and v4l devices. I have tried using yuv_to_v4l, but this is outdated and does not work.
Has any one got this working before or has a clue if it is possible to open YUV streams in Gem.
Regards,
Harriebo