microsoft / FFmpegInterop

This is a code sample to make it easier to use FFmpeg in Windows applications.
Apache License 2.0
1.29k stars 310 forks source link

Ability to continuous processing of stream from camera #122

Open navrkald opened 7 years ago

navrkald commented 7 years ago

Hello, I would need to capture camera stream then pipeline it to Ffmpeg and then pipeline it to program for next processing. Only what I am able to do is save data from camera to stream, stop recording and then pass stream to ffmpeg. If I pass stream without stop recording I get error from ffmpeg... Any advice? Thanks.

khouzam commented 7 years ago

Yes, this should be possible, It seems to be a similar issue as #131.

If you have a link that you could share it would be easier for us to try it.