https://github.com/themactep/thingino-firmware
Open-source firmware for Ingenic SoC IP cameras
https://github.com/themactep/thingino-firmware
buildroot-external-tree firmware ingenic ip-camera ipc ipcamera
Last synced: 21 days ago
JSON representation
Open-source firmware for Ingenic SoC IP cameras
- Host: GitHub
- URL: https://github.com/themactep/thingino-firmware
- Owner: themactep
- License: mit
- Created: 2022-06-08T19:33:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-06T04:19:22.000Z (2 months ago)
- Last Synced: 2026-04-06T04:32:20.994Z (2 months ago)
- Topics: buildroot-external-tree, firmware, ingenic, ip-camera, ipc, ipcamera
- Language: Shell
- Homepage: https://thingino.com
- Size: 223 MB
- Stars: 1,603
- Watchers: 14
- Forks: 220
- Open Issues: 95
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Support: docs/supported_hardware.md
Awesome Lists containing this project
README
Thingino
--------
Thingino (_/θinˈdʒiːno/_, _thin-jee-no_) is an open-source firmware for Ingenic SoC IP cameras.
![Thingino Web UI][10]
### Supported Hardware
Please find [the full list of supported cameras](docs/supported_hardware.md)
in a separate document. Visit [our website][0] for an illustrated version of
the list.
---
### Thingino Repository Branches Explaned
We've split the Thingino repository into two branches: stable and master, to better manage development and provide reliable releases for users.
**Stable Branch**
Provides a reliable, tested version of Thingino for general use. It includes carefully selected, stable changes. It uses the original ONVIF server and Prudynt with libconfig.
The stable branch will receive critical fixes. New features will only be added once they are thoroughly tested and mature in the master branch.
For users who want a dependable version of Thingino without needing to build or contribute to development.
**Master Branch**
The development hub for new features and experimental changes. Includes advanced features like Matroska, Opus, and improved file recording for Prudynt. These are still in development and may not be stable.
Only for developers and contributors who can build the project themselves and actively participate in improving the code.
This structure allows us to maintain a reliable version (stable) for most users while continuing to innovate and test new features (master). Critical fixes and matured features from master will be gradually integrated into stable for broader use.
> [!NOTE]
> If you’re not contributing to development, we recommend sticking with the stable branch.
Thank you for using Thingino! For questions or contributions, please join our Discord community or check the GitHub issues page.
### Building
```
git clone -b stable --recurse-submodules https://github.com/themactep/thingino-firmware
cd thingino-firmware
make update
make
```
Read [Building from sources][7] article for more info.
### Documentation
- [Firmware Image Structure](docs/firmware-image-structure.md) - Partition layout and image assembly
- [Firmware Dumping](docs/firmware.md) - How to backup existing firmware
- [Camera Recovery](docs/camera-recovery.md) - Recovering from failed updates
- [Local Build Settings](docs/local-build-settings.md) - Layered user-specific settings from `THINGINO_USER_DIR/common`, per camera, and per device IP
### Resources
- [Project Website][0]
- [Project Wiki][1]
- Buildroot Manual [HTML][5] [PDF][6]
- [Discord channel][3]
- [Telegram group][4]
### GitHub CI Status
[![toolchain-x86_64][11]][8]
[![firmware-stable][12]][9]
[0]: https://thingino.com/
[1]: https://github.com/themactep/thingino-firmware/wiki
[3]: https://discord.gg/xDmqS944zr
[4]: https://t.me/thingino
[5]: https://buildroot.org/downloads/manual/manual.html
[6]: https://nightly.buildroot.org/manual.pdf
[7]: https://github.com/themactep/thingino-firmware/wiki/Building-from-sources
[8]: https://github.com/themactep/thingino-firmware/actions/workflows/toolchain.yaml
[9]: https://github.com/themactep/thingino-firmware/actions/workflows/firmware.yaml
[10]: https://github.com/user-attachments/assets/5e74827c-47f9-4ea0-b523-d12a199a9974
[11]: https://github.com/themactep/thingino-firmware/actions/workflows/toolchain-x86_64.yaml/badge.svg
[12]: https://github.com/themactep/thingino-firmware/actions/workflows/firmware-stable.yml/badge.svg