Recording what we see.
Posted: 22 Jul 2020 17:55
For background, I am experienced software developer, but not experienced working with video.
For our planned project we have a video camera with a serial interface for controlling pan/tilt/zoom. The output is strait NTSC video. Our plan is to feed to NTSC signal to a standalone converter that outputs streaming video on the local network. We then want to write an application with the libVLC player embedded, along with widgets to send appropriate commands out the serial port. So far so good.
But the end user wants a few other features. Basically they want to be able to take single frame captures of what they see (which I think the existing snapshot function will handle), and also to record short periods of what they see.
The last is what I am unsure of. I see a "stream_out_record" module exists, and noted that multicat program, but I think they want more like .mp4 files rather than recordings of the entire stream flow. Does such a thing exists ? If so, could I get a pointer on where to look ? Or is there another approach I should be looking at.
Thanks for you time,
Dale Pennington
For our planned project we have a video camera with a serial interface for controlling pan/tilt/zoom. The output is strait NTSC video. Our plan is to feed to NTSC signal to a standalone converter that outputs streaming video on the local network. We then want to write an application with the libVLC player embedded, along with widgets to send appropriate commands out the serial port. So far so good.
But the end user wants a few other features. Basically they want to be able to take single frame captures of what they see (which I think the existing snapshot function will handle), and also to record short periods of what they see.
The last is what I am unsure of. I see a "stream_out_record" module exists, and noted that multicat program, but I think they want more like .mp4 files rather than recordings of the entire stream flow. Does such a thing exists ? If so, could I get a pointer on where to look ? Or is there another approach I should be looking at.
Thanks for you time,
Dale Pennington