I have a pi5 using the official global shutter camera (imx296) in external synch mode.
My config file was setting camera_timeout_value_ms to 10000, but since the v0.7.1 libcamera segfaults when starting a recording (in external synch mode).
My code with the same config works with libcamera v0.7.0. It's only when I set the camera_timeout_value to 0 that the segfault does not occur, it's probably linked to the changes of the yaml parser ...
I have a pi5 using the official global shutter camera (imx296) in external synch mode.
My config file was setting camera_timeout_value_ms to 10000, but since the v0.7.1 libcamera segfaults when starting a recording (in external synch mode).
My code with the same config works with libcamera v0.7.0. It's only when I set the camera_timeout_value to 0 that the segfault does not occur, it's probably linked to the changes of the yaml parser ...