Hi,
I recently bought an 25€ Action Cam. It seems to work nicely, but I miss the feature where it takes continously photos every 1 or 3 seconds.
There is a timer function which takes pictures in 3 s but just one.
The camera is labeled as Fontastic AC4K, Fontastic seems to be a brand of D-Parts[1]
So I played a bit with the buttons a figured out there is a bootloader. When in bootloader mode
it says it is this USB device
which seems to indicate an Allwinner device in FEL[0] mode.
In the normal operation menu it says:
When I connect it to my computer in charging mode it is an Android device
Using
gives root access:
Can somebody point me in the right direction where to look to change the software to take continously photos?
Or is there some firmware which does that and runs on this cam?
Thanks a lot.
[0]: http://linux-sunxi.org/FEL
[1]: https://www.d-parts.de/en/
I recently bought an 25€ Action Cam. It seems to work nicely, but I miss the feature where it takes continously photos every 1 or 3 seconds.
There is a timer function which takes pictures in 3 s but just one.
The camera is labeled as Fontastic AC4K, Fontastic seems to be a brand of D-Parts[1]
So I played a bit with the buttons a figured out there is a bootloader. When in bootloader mode
it says it is this USB device
Code:
vendorId 1f3a, idProduct=efe8
In the normal operation menu it says:
Code:
Model: ActionCam Version: 20180322V3.3 Rev. 20180322 Manufacturer: Fontastic
Code:
1f3a:1002 Onda (unverified)
Code:
╰─$ adb devices -l List of devices attached 20080411 device usb:4-1.4 product:vanci1gddrimx179_sdv model:SoftwinerEvb device:vanci1gddrimx179-sdv transp ort_id:1
Code:
adb shell
Code:
[email protected]:/ # ll lrwxrwxrwx root root 1970-01-01 00:00 d -> /sys/kernel/debug drwxrwx--x compass compass 2018-01-01 00:00 data -rw-r--r-- root root 116 1970-01-01 00:00 default.prop drwxr-xr-x root root 1970-01-01 00:00 dev lrwxrwxrwx root root 1970-01-01 00:00 etc -> /system/etc -rwxr-x--- root root 113608 1970-01-01 00:00 init -rwxr-x--- root root 2487 1970-01-01 00:00 init.goldfish.rc -rwxr-x--- root root 4362 1970-01-01 00:00 init.rc -rwxr-x--- root root 2444 1970-01-01 00:00 init.sun8i.rc -rwxr-x--- root root 2224 1970-01-01 00:00 init.sun8i.usb.rc drwxrwxr-x root root 1970-01-01 00:00 mnt dr-xr-xr-x root root 1970-01-01 00:00 proc drwx------ root root 2018-01-26 01:04 root drwxr-x--- root root 1970-01-01 00:00 sbin dr-xr-xr-x root root 1970-01-01 00:00 sys drwxrwxr-x dhcp dhcp 2018-04-04 01:23 system -rw-r--r-- root root 272 1970-01-01 00:00 ueventd.goldfish.rc -rw-r--r-- root root 4087 1970-01-01 00:00 ueventd.rc -rw-r--r-- root root 1104 1970-01-01 00:00 ueventd.sun8i.rc lrwxrwxrwx root root 1970-01-01 00:00 vendor -> /system/vendor
Or is there some firmware which does that and runs on this cam?
Thanks a lot.
[0]: http://linux-sunxi.org/FEL
[1]: https://www.d-parts.de/en/
Comment