pbaetens
pbaetens
Hi all, situation: I build latest libcam and rpicam-apps from scratch. commands like rpicam-hello work fine. However, the python binding is not working. ``` python -m venv --system-site-packages venv source...
using latest libcamera + picamera2 compiled from latest git repo: ``` (venv) pi@raspberry5:~/ams_rpi_software/picamera2/apps $ python app_full.py [0:03:30.215154970] [2843] INFO Camera camera_manager.cpp:316 libcamera v0.3.1+49-48fe316f-dirty (2024-09-03T14:54:10CEST) [0:03:30.222600884] [2847] INFO RPI pisp.cpp:695 libpisp...
LINK TO FORUM: https://forums.raspberrypi.com/viewtopic.php?p=2248093#p2248093 for a custom camera driver I'm trying to build a dkms module. For sake of simplicity, let's reproduce it with the imx219 driver. basically I have...