roleoroleo / yi-hack-Allwinner-v2

Custom firmware for Yi 1080p camera based on Allwinner platform
MIT License
865 stars 98 forks source link

Two timestamps within snapshot - any way to remove one? #894

Closed maxen0815 closed 5 months ago

maxen0815 commented 5 months ago

Hi there,

I currently do see two timestamps within the snapshots on a newly hacked (Kami) camera. My old devices don't show this duplicate. Any way to remove the original Kami timestamp?

grafik

roleoroleo commented 5 months ago

How are you calling this snapshot? Onvif? Web service?

maxen0815 commented 5 months ago

Shows up in web interface snapshot as well as in ftp uploaded ones. The ONVIF and RTSP streams only shows left upper timestamp.

grafik

roleoroleo commented 5 months ago

The upper left osd is made by Yi processes and you can't remove it. The lower right osd is made by the hack and can be removed with the option watermark=no: https://github.com/roleoroleo/yi-hack-Allwinner-v2/wiki/Web-services-description#snapshot With onvif there is a specific option: immagine

maxen0815 commented 5 months ago

Thanks for your reply. So I can close this one.