Maksym Romanowski
Maksym Romanowski
@roleoroleo sorry it took me longer. Here's what I did: - Changed camera back from h264 to h265 (`printf "\02\00\00\00" | dd of=/dev/mtdblock7 bs=1 seek=780 count=4 conv=notrunc`) - as you...
@roleoroleo Thanks for the response. > Frames as expected: h264 supported by rRTSPServer. I wonder if it should be h264, as AFAIK this camera by default outputs h265, and that's...
I wonder why the firmware changed from h265 to h264... No big deal, let's keep the PR open, and I will make a gentle reminder in a month or so...
@roleoroleo backup attached. I edited mtdblock7.bin and replaced wifi ssid & pwd with `x` I am traveling, so can't take a photo of the device itself, but I'm pretty sure...
@roleoroleo than you! I will do my best to try it this Sunday. I am traveling now.
@roleoroleo just tested. Still doesn't work (not listening on port): ```console $ scp rRTSPServer [email protected]:/tmp/sd/yi-hack/bin/ $ ssh [email protected] BusyBox v1.27.2 () built-in shell (ash) mount: mounting none on /sys/kernel/debug failed:...
I updated previous comment, as I used a wrong command arguments on Monday.
@roleoroleo here's the output (right after starting the camera): ```console root@(none):~# hexdump -C -n 32 /dev/shm/fshare_frame_buf 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00...
@roleoroleo I have tried to increase `sleep` in 2 places (via ssh) https://github.com/roleoroleo/yi-hack-Allwinner-v2/blob/0.3.2/src/static/static/yi-hack/script/system.sh#L203 (lines `203` & `244`) From `sleep 6` to `sleep 20`, and then to `sleep 120`. However, after...
@roleoroleo increased sleep From sleep 2 to sleep 20 before rrm. Still the same result. Thinking out loud, are there any logs from `/tmp/sd/yi-hack/script/system.sh` STDOUT/STDERR that I can share?