adeept/adeept_picarpro

WebServer not autoruning

Opened this issue · 2 comments

Hi,

I cant manage to get the webservice to autorun. It will only work if manually run.
I followed the instructions to install dependencies and even reinstalled os and rerun instructions.

I am running the rasp os from 2021 that was instructed to solve the i2c issue.

How to check and solve the issue for raspberry pi 4b?

Friend I found the problem.

The setup.py is not programed properly to recognize the relative path of the home folder for a user other than "pi".

in several parts there is a "//home/pi/" route that has implicit that the username is "pi".

By changing the references to "/Home/username/" the instalation created the autorun files correctly.

Now the werServer is runing at start up.

Do note the im using ubuntu and in MozillaFirefox the camera image is frozen, but if I connect to the webserver via Chrome then the video is live.

Ill put here for future reference.