Ton van Overbeek
Ton van Overbeek
One thing to watch out for is mixing software installed with pip and installed with apt. Python modules are placed in different locations and depending on the python path the...
The link I posted was for a project to make a small point-and-shoot camera using the V1 or V2 camera and a small 320x240 SPI TFT display with touchscreen as...
@popcornmix Thanks for confirming what I already suspected. I realized that fbcp will not work any more since it uses mmal functions. Will try out your proposed solution (convert to...
@davidplowman I think you forgot something in the DUMMY __init__ function: ``` def __init__(self, level=logging.INFO): self.logger = logging.getLogger("Dummy")
OK, I believe I now understand how it works. In the original post from @ajonnet there are 2 loggers defined. The root logger in the main program and the picamera2...
When the sensor read cannot get a value it returns 'None'. Hence the formatting error. Have you updated the Adafruit-DHT python library? Last version is 1.4.0 from 2018. Adafruit has...
@davidplowman Did you look at the ayalog extract? There are messages about a crash in the video-driver: ```` Oct 4 14:31:22 raspi-zero kernel: [ 207.816523] videobuf2_common: driver bug: stop_streaming operation...
@luqtas whuch TFT diaplay? Under bookworm you need a DRM (Direct Rendering Manager) driver and depending on what display software you use, some fiddling to choose the correct DRI (Direct...
@adamgogacz Raspberry Pi OS follows Debian long term (currently Debian 11). Until the next version of Debian Stable is taken up by Raspberry Pi OS do not expect the picamera2...
@JooJooBee666 Wait till the end of October. When RPi 5 will be available also Raspberry Pi OS will go to bookworm and Python 3.11. I am assuming libcamera Python bindings...