Eken supply firmware for their H2, H2R, H3, H3R, H8, H8R, H9 and H9R cameras via the following site:
The "R" camera versions come with a remote control.
#!/bin/sh | |
if [ $# -ne 2 ]; then | |
echo "Usage: make_dtb.sh arch dtsfile" | |
exit 1 | |
fi | |
case $1 in | |
arm) | |
dtsfile=$2 |
Eken supply firmware for their H2, H2R, H3, H3R, H8, H8R, H9 and H9R cameras via the following site:
The "R" camera versions come with a remote control.