I would like to have my camera module take video, delay that video for 15 seconds, and then have it sent through the HMDI cable to a monitor.
I am new to Raspberry Pi's and figured the best way to learn would be by jumping right in... and I got a little lost.
I successfully installed rasberrian, and enabled the camera, and attempted to use raspivid but it didn't seem to have any way to introduce a delay.
I was recommended to try VLC for streaming video, and I installed it and again couldn't find a way to delay video with it.
It might help to mention that I don't need to save the video, just delay it by 15 seconds and have it show on the screen, but saving video is a feature I may want in the future. If at all possible I would like to avoid sending the video over the internet, but if it's required I can do it.
I am not totally new to bash, but extra explanation will go a long way towards helping me.
Thanks!