- download sophapp (git clone https://github.com/sophgo/sophapp.git --branch=ipcamera)
- copy sophapp to root of the release SDK
- source build/cvisetup.sh
- cd xxx/sophapp;make ipcamera
- run APP on board; example: "./ipcamera -i cv18xx_wxxb_xxx.ini &"
- source build environment before build ipcam
- most parameters can modify in *.ini files
Folder/File | Description |
---|---|
config | set your build parameter |
main | app entry |
Makefile | build app and output ipcam_cv18xx |
modules | include video audio AI OSD ... |
prebuilt | cvitek libs and 3rd libs |
README.md | notes |
resource | include ai models , parameter config file , and so on |