Skip to content
Paul Philippov edited this page May 23, 2024 · 29 revisions

What is the default login?

The default login is root with the password root.

How to reset the root password?

Turn off the camera's power. Press and hold the reset button, then turn the power back on. Keep holding the button for 5 seconds during boot. This should reset the camera to its default settings with root as a password.

How do I change the MAC address on an interface?

Change it in bootloader environment with fw_setenv command. Use ethaddr parameter for ethernet interface, wlanmac for wireless interface.

fw_setenv ethaddr 12:34:56:78:AB:CD
fw_setenv wlanmac 12:34:56:78:AB:EF

Can Thingino run on this unsupported camera?

If the camera in question has an Ingenic SoC, there is a good chance that Thingino can run on it. You can try to convert it using one of the prebuild module firmware files or build a new one yourself. Donate such a camera to the project to speed up the process.

Clone this wiki locally