This project is a low-power image acquisition solution based on the CamThink Event Camera NeoEyes NE101. The main features include:
- Support for multiple trigger conditions to wake up autonomously
- Low-power image acquisition
- Transmission of image data to the cloud via MQTT protocol
- Standard development board (integrated with camera sensor)
- CAT1 Cellular Communication Module
- Halow WIFI Module
For detailed hardware specifications, please refer to the hardware introduction document.
This project is developed based on ESP-IDF v5.1.6. Please follow the steps below to configure:
git clone -b v5.1.6 --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
./install.shConfigure environment variables:
. ./export.shFor detailed installation instructions, please refer to the ESP-IDF official documentation.
git clone https://github.com/camthink-ai/lowpower_camera
cd lowpower_cameraPlease refer to the hardware connection guide to complete the device wiring.
idf.py set-target esp32s3idf.py menuconfigidf.py build
idf.py -p /dev/ttyUSB0 flashidf.py monitorIf you encounter any issues during usage, please submit relevant issues, and we will respond as soon as possible.
This software is released under a Dual-License model.
- Community Edition License
- Commercial Edition License
Please see the full terms in LICENSE
