I was wondering if its possible to store the stream to jpg files with a specific format? for example lets say if we want to store 10 frames per second into jpeg files with unix time names:
1540336804.1.jpg
1540336804.2.jpg
…
1540336805.0.jpg
Great, that works thanks!
Just one question, is there any way I can change the formatting to timestamps rather than counter? for since I’ll be recording multiple frames per second I’m looking for unixtime with milli seconds.
Thanks