https://github.com/m5stack/unitcams3-userdemo
UnitCamS3 user demo for hardware evaluation.
https://github.com/m5stack/unitcams3-userdemo
Last synced: 11 months ago
JSON representation
UnitCamS3 user demo for hardware evaluation.
- Host: GitHub
- URL: https://github.com/m5stack/unitcams3-userdemo
- Owner: m5stack
- License: mit
- Created: 2023-11-29T07:32:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T01:06:25.000Z (about 1 year ago)
- Last Synced: 2025-06-06T16:48:52.306Z (about 1 year ago)
- Language: C++
- Size: 11.5 MB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnitCamS3-UserDemo
UnitCamS3 user demo for hardware evaluation.
If you looking UnitCAM S3 5MP, please check this branch: [unitcams3-5mp](https://github.com/m5stack/UnitCamS3-UserDemo/tree/unitcams3-5mp)
# Firmware
## Tool Chains
[PlatformIO](https://platformio.org/)
## Build
- Upload firmware
- Upload filesystem image
# Web
## Tool Chains
[Vite](https://vitejs.dev/)
## Dev
Local Host
```shell
npm run dev
```
JsonServer
```shell
json-server --watch .\json_server\unitcams3.json
```
## Build
```shell
npm run build
```