libcamera issues #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Example
ustreamerlog:Example
camera-streamerlog:After a while, even
ustreamer- which automatically restarts the capture process upon encountering these errors - will no longer be able to grab any frames from the camera sensor vialibcamera.The appropriate drivers and device tree overlays for the sensor are present; it does work for a while.
Have investigated bypassing the verification of IPA signatures to ensure a worker is not spun up to run the rpi IPAs.
Potentially related issues:
Resources:
ad2babc659/arch/arm/boot/dts/overlays/READMEFixed in
f6c0620f8eRelated to lack of accessible dma_heap buffer. The presence of the
cma=512kernel command line argument was causing problems with the initialisation of CMA (shown indmesg | grep cma), resulting in the file descriptors/dev/dma_heap/{linux,cma},vidbuf_cachednot being created.