themactep / thingino-firmware

Open-source firmware for Ingenic SoC IP cameras
https://thingino.com
MIT License
152 stars 47 forks source link

Pink color in streams #87

Closed zack-lau closed 4 months ago

zack-lau commented 4 months ago

Hi there, after upgarding the firmware to the 20240525 build on the Wyze Cam 3 (T31X + RTL). The streams (both web preview and RTSP) started to appear pinkish. Just wondering is there any configuration I can tweak to adjust the color settings.

johndoewashere2 commented 4 months ago

Sounds like the IR cut filter not engaged or inverted, can you see if you can toggle the IR cut via the web UI?

gtxaspec commented 4 months ago

the ircut logic was refactored recently, swap the gpios run this command:

fw_setenv gpio_ircut=52 53 and reboot

zack-lau commented 4 months ago

I can confirm toggling gpio 52 can fix the issue. The solution from gtxaspec fixed the issue permanently.