How to Run the ipcweb App After Building?
Posted: 2024-12-06 10:20
After building the ipcweb app, I got an output file, but I don't know how to execute the code.
My Goal:
I want to deploy an application that allows me to view a camera stream from a browser.
Thanks for reading.
My Goal:
I want to deploy an application that allows me to view a camera stream from a browser.
Code: Select all
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls
Makefile build ipcweb-backend out
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/
etc include usr
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/etc/
init.d nginx
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/include/
cgicc nlohmann
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls out/usr/
bin lib sbin www
root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb#