roleoroleo / yi-hack-Allwinner-v2

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

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

Closed maxen0815 closed 3 weeks ago

maxen0815 commented 1 month 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 1 month ago

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

maxen0815 commented 1 month 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 1 month 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 3 weeks ago

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