On the other hand, I believe ZM captures the image and analizes it or does some magic with it before time stamping, could there be a window here to get it "raw" before timestamp, or is this done in a manner that does not permit extraction?
The time stamp is actually overlayed prior to being placed in memory, so other than accessing the capture device directly, I don't believe there is a way to omit the time stamp with out disabling it.
i believe that (with ip cams at least) the pic is captured/requested by zmc, then decompressed, then analyzed by zma, then timestamped and compressed, then saved
you would have to look into the pipeline to read it from some buffer at the right moment
easier would be no timestamps on the pic but write a script that uses the file-create timestamp if needed ... or filename and foldername with the fps calculated.... but since it's all jpg you gotta do lots of decomp/compressing back and forth