|
I've seen similar threads to this and have had related errors
I've tried "sudo killall -9 python3" then running but I'm now having the following error showing the mpu6050 is still disconnected
pi@raspberrypi:~ $ sudo python3 adeept_darkpaw/server/webServer.py
mpu6050 disconnected
mpu6050 is not connected and the related functions are unavailable.
loop
loop
Starting camera thread.
* Serving Flask app "app" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: off
192.168.1.49
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
waiting for connection...
I've tested the camera function as I've seen this suggested on other threads but it's takings still photos fine (see below test.jpg)
pi@raspberrypi:~ $ raspistill -o test.jpg
pi@raspberrypi:~ $ ls
adeept_darkpaw create_ap Documents MagPi Pictures startup.sh Templates Videos
cam.jpg Desktop Downloads Music Public 'stuipid game.sb2' test.jpg
Can someone let me know what the error might be?
Or should I start the setup again?
|
|