Open AndyBlightLeeds opened 11 months ago
Started yesterday. Ran example code for camera, IMU and flow sensor.
2h00
Wrote up some of the setup instructions.
Added test programs for IMU and flow sensors. Working OK.
Tested camera examples. Most don't start due to error.
2h00 4h00
Disable the GUI like this:
https://forums.raspberrypi.com/viewtopic.php?t=11005
sudo chmod 644 /etc/init.d/slim
Error when running picamera2
examples: libcamera_config.transform
: object has no attribute 'transform'
Trying again with Raspberry Pi OS Lite as desktop is very, very slow. 1h00 5h00
Main problem found was that it would not do sudo install python3-pip
or any other package for that matter. Something wrong with apt
?
1h30 6h30
Packages installing now that I'm using my home network. There must be something different with my phone hotspot that was making it not work. 0h15 6h45
Installed everything needed and tested camera using stills. Frames per second is at best a guess on the Pi Zero, roughly about 40% of what you ask it to do. 3h30 10h15
Fixed video (pretty easy once you know enough about picamera2
).
0h45 11h00
Glue code works but is not very customisable. 4h00 15h00
Use Raspberry Pi OS Lite (latest) as a base.