Open mgineer85 opened 5 months ago
Hi, thanks for the report and sorry for the problems. There does seem to be something slightly wrong underneath in libcamera which we're going to have to look at.
The first problem is that the output of these statistics should be disabled by default, only it isn't. Obviously we'll fix that first, and then at least the obvious symptom that you're seeing will disappear.
The next problem is that the statistics (when enabled...) should appear on every frame. Unfortunately when the sensor is running faster than 30fps then it's failing to do this. We'll need to fix that too.
Finally, you possibly don't want to know what these numbers are all about, but if you did, they're platform specific binary data that comes from the ISP containing the image statistics that the hardware has calculated. The numbers are actually an instance of this structure.
Describe the bug printing capture_metadata() to console holds a key
PispStatsOutput
with many numbers I am not sure what they are for. It seems a bit random though if it is printed or not.To Reproduce Execute following script on latest RPi5 with two CM3 and system downloaded yesterday
Expected behaviour No mess in the console with useless numbers ;)
Console Output, Screenshots See above.
Hardware : RPi5 with two CM3 and system Bookworm downloaded yesterday.