mcchas / g2h-camera-mods

Modifying the G2H camera with rtsp, security and not to call home
MIT License
107 stars 14 forks source link

Problem with IR led #2 #18

Closed oneminc closed 2 years ago

oneminc commented 2 years ago

Hi! I did it: mv /tmp/out/camera /tmp/out/camera.1 hexdump -vC /tmp/out/camera.1 | sed 's/20 46 01 21 bd e8 38 40/20 46 00 21 bd e8 38 40/' | hexdump -R > /tmp/out/camera chmod 755 /tmp/out/camera reboot I restarted the camera in the dark, connected to it ffplay rtsp://192.168.1.138/12 and after 6 seconds the backlight turned off. Did I do something wrong? Firmware 2.1.1_0002.0515

oneminc commented 2 years ago

My mistake. I just needed to make changes to the /etc/tar_app.sh file It works!