jcvillegasfernandez

Results 21 comments of jcvillegasfernandez

I have just bought this camera too. Because telnet is activated, I had a look to the init.sh and there are some interesting lines if [ -f "/tmp/sd/Factory/factory_test.sh" ]; then...

After more research, I have found something similar on GitHub "fritz-smh/yi-hack" using a SD card and a "test" to bypass camera software. This hack includes an rstp server and a...

You are right, there is no http server or nginx server commands, another task for RDSK. If you have an SD card, have a look to the log file, there...

I do not know how to get the image file from the camera but you can wait until next firmware update, Ii could send you if they do not publish...

As you said it is commented, and there are not any commands like httpd, rtsp, etc. Looking other similar cameras the speed could be 115200 for serial connection. Have a...

If you get garbage I think it works, perhaps you mixed pins or level signal (I think it is 3.5 volts) Perhaps you know more than me but just in...

Maybe the speed is 56700, I found this file /proc/cmdline: console=ttyS1,57600 root=/dev/mtdblock3 rts_hconf.hconf_mtd_idx=1 rts-quadspi.c hannels=dual mtdparts=m25p80:8192k@0(global),192k@0k(boot),1344k@192k(kernel),1 792k@1536k(rootfs),3072k@3328k(userdata),1664k@6400k(rootfs_backup),64k@8064k(v d1),64k@8128k(conf)

I could get images from my system if you are interested I could send you them. It was easier than I thought (using dd if=/dev/mtdblockx of=mtdx) /dev/mtdblock0 Whole memory 8Mb,...

"tdiz", no sure 100% if it works in the reverse way dd if=mtdx_file of=/dev/mtdblockx. I didn't try yet. But if this does not work I am sure we can find...

"tdiz", I have just unbox my camera to check your question. First I tried the reverse way dd if=mtd7 of=/dev/mtdblock7 (user area because it can be reset by button if...