Is there a way to extract an image with no time stamp?

Forum for questions and support relating to the 1.24.x releases only.
Locked
Eklectick
Posts: 127
Joined: Sat Nov 20, 2004 1:12 am

Is there a way to extract an image with no time stamp?

Post by Eklectick »

Hi Community!

I know there is a way to extract a jpg from the monitors using:

Code: Select all

http://<your_ip_for_zm>/cgi-bin/nph-zms?mode=single&monitor=2&scale=100
Is there a way to extract this same image WITHOUT the timestamp (and without disableing time stamping) ?

Regards!
curtishall
Posts: 440
Joined: Sat Sep 25, 2004 12:45 am
Location: Fulton, MO

Re: Is there a way to extract an image with no time stamp?

Post by curtishall »

No, the time stamp and other OSD is written to the JPEG image itself
--
Curtis Hall
Bluecherry
www.bluecherrydvr.com
store.bluecherry.net
Eklectick
Posts: 127
Joined: Sat Nov 20, 2004 1:12 am

Post by Eklectick »

Thnx Curtis!

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?

Regards!
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

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.
jfkastner
Posts: 74
Joined: Wed Jun 17, 2009 11:52 pm

Post by jfkastner »

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
Locked