camera-streamer
camera-streamer copied to clipboard
Feature Request: ability to pipe raw camera output to another process
It would be wonderful if we could pipe a video stream output to another app, rather than starting a stream server.
e.g.
./camera-stream -o tcp://1.2.3.4:1234
or ./camera-stream -o - | nc 1.2.3.4 4321
I'm not the best with C, but I'll try to figure it out myself.