An open API service indexing awesome lists of open source software.

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.

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
```