Uwe Klatt

Results 32 comments of Uwe Klatt

Same here, could it be a case with NVIDIA driver update?

I had the same problem. Look here: https://github.com/roleoroleo/yi-hack-Allwinner-v2/discussions/383 I took mtdblock6 and mtdblock7 from an international camera and wrote it to the chinese camera. Both models are y21ga! Now the...

Perhaps, your camera tries to reach home ;-) Uwe

Hello roleoroleo, I bricked my cam a long time ago when I tried to undo the hack. 8-) I tried to solder a serial and could see boot messages but...

I have changed the last bytes of mtdblock1..4 and created the corresponding xxx_y21ga files. At boot the yellow LED blinks 3 times (only at the first boot with the created...

I tried images created with mkimg.exe but my camera seems to be dead... Uwe

Hi Askan, thank you for your comment. Yes, I should do this when there is no option to reduce the brightness with software. What happens when only the shutter is...

Hello, perhaps this code can control the IR shutter: ``` int driver = open("/dev/cpld_periph", O_RDWR); // IR filter OFF ioctl(driver, _IOC(_IOC_NONE, 0x70, 0x15, 0), 0); // IR filter ON ioctl(driver,...

I mean, when the shutter is closed and IR LEDs are on. Uwe

Does it help to change switch levels? Uwe