Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime_error: control NoiseReductionMode (10002) not handled #61

Closed
anderskm opened this issue Sep 13, 2024 · 16 comments · Fixed by #62
Closed

runtime_error: control NoiseReductionMode (10002) not handled #61

anderskm opened this issue Sep 13, 2024 · 16 comments · Fixed by #62

Comments

@anderskm
Copy link

anderskm commented Sep 13, 2024

I am trying to run the camera_node on a Raspberry Pi 5 with the Camera Module 3 Wide camera. To run ROS, I am running a Docker container with Ubuntu 22 and ROS2 Humble. I have verified, that I can get an image stream from the camera both outside and inside the Docker container using rpicam-hello.
However, when I try to run the camera_node, I get a error explaining that the control NoiseReductionMode is not handled.
To be honest, I am a little unsure, what part of the pipeline (libcamera, camera_ros, v4l2?) is causing the error. But as I have verified, that I can access the camera in the same environment (inside Docker) using rpicam-hello (which also uses libcamera), I suspect that the problem lies in camera_ros.

Setup

Command

ros2 run camera_ros camera_node --ros-args -p format:="YUYV" -p width:=1024 -p height:=768 -p FrameDurationLimits:="[90000,110000]"

Output

LIBCAMERA_LOG_LEVELS=*:INFO
[2:38:32.443852285] [2061]  INFO Camera camera_manager.cpp:316 libcamera v0.3.1+50-69a894c4
[2:38:32.449800302] [2071]  INFO RPI pisp.cpp:695 libpisp version v1.0.7 28196ed6edcf 13-09-2024 (07:02:13)
[2:38:32.460247774] [2071]  INFO RPI pisp.cpp:1154 Registered camera /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a to CFE device /dev/media1 and ISP device /dev/media0 using PiSP variant BCM2712_C0
[INFO] [1726218931.147531131] [camera]:
>> cameras:
   0: imx708_wide (/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a)
[WARN] [1726218931.147841262] [camera]: no camera selected, using default: "/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a"
[WARN] [1726218931.147922262] [camera]: set parameter 'camera' to silence this warning
[2:38:32.461043758] [2061]  WARN V4L2 v4l2_pixelformat.cpp:344 Unsupported V4L2 pixel format RPBP
[2:38:32.461518944] [2061]  INFO Camera camera.cpp:1191 configuring streams: (0) 1024x768-YUYV
[2:38:32.461684778] [2071]  INFO RPI pisp.cpp:1450 Sensor: /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a - Selected sensor format: 1536x864-SBGGR10_1X10 - Selected CFE format: 1536x864-PC1B
[INFO] [1726218931.149175932] [camera]: camera "/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a" configured with 1024x768-YUYV stream
[WARN] [1726218931.149631544] [camera]: unsupported control 'AfWindows'
terminate called after throwing an instance of 'std::runtime_error'
  what():  control NoiseReductionMode (10002) not handled
[ros2run]: Aborted
LIBCAMERA_LOG_LEVELS=*:DEBUG
[2:25:32.525469412] [2038] DEBUG IPAModule ipa_module.cpp:334 ipa_rkisp1.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rkisp1.so is signed
[2:25:32.525569042] [2038] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rkisp1.so'
[2:25:32.525648597] [2038] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_pisp.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so is signed
[2:25:32.525718524] [2038] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so'
[2:25:32.526003969] [2038] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_vc4.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_vc4.so is signed
[2:25:32.526086765] [2038] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_vc4.so'
[2:25:32.526197803] [2038] DEBUG IPAModule ipa_module.cpp:334 ipa_soft_simple.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_soft_simple.so is signed
[2:25:32.526237896] [2038] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_soft_simple.so'
[2:25:32.529164182] [2038]  INFO Camera camera_manager.cpp:316 libcamera v0.3.1+50-69a894c4
[2:25:32.529418924] [2048] DEBUG Camera camera_manager.cpp:71 Starting camera manager
[2:25:32.532172043] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "rp1-cfe" created from /dev/media1
[2:25:32.532341544] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media1 due to 10 missing dependencies
[2:25:32.533108731] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media1 found
[2:25:32.533128935] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media1: rp1-cfe
[2:25:32.533220824] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "rpivid" created from /dev/media2
[2:25:32.533236398] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media2 due to 1 missing dependencies
[2:25:32.533338602] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media2 found
[2:25:32.533352269] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media2: rpivid
[2:25:32.533442825] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "pispbe" created from /dev/media0
[2:25:32.533483177] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media0 due to 9 missing dependencies
[2:25:32.533611622] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "pispbe" created from /dev/media3
[2:25:32.533630325] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media3 due to 9 missing dependencies
[2:25:32.534289661] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media0 found
[2:25:32.534307346] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media0: pispbe
[2:25:32.534940292] [2048] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media3 found
[2:25:32.534954274] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media3: pispbe
[2:25:32.535168071] [2048] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'imx8-isi'
[2:25:32.535212941] [2048] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'mali-c55'
[2:25:32.535238330] [2048] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rkisp1'
[2:25:32.535259849] [2048] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rpi/pisp'
[2:25:32.535274016] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:318 Successful match for media device "rp1-cfe"
[2:25:32.535297201] [2048] DEBUG DeviceEnumerator device_enumerator.cpp:318 Successful match for media device "pispbe"
[2:25:32.535376868] [2048]  INFO RPI pisp.cpp:695 libpisp version v1.0.7 28196ed6edcf 13-09-2024 (07:02:13)
[2:25:32.536066629] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Exposure (0x00980911)
[2:25:32.536112388] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Horizontal Flip (0x00980914)
[2:25:32.536125185] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Vertical Flip (0x00980915)
[2:25:32.536137463] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Wide Dynamic Range (0x009a0915)
[2:25:32.536147740] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Camera Orientation (0x009a0922)
[2:25:32.536168889] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Camera Sensor Rotation (0x009a0923)
[2:25:32.536180203] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Vertical Blanking (0x009e0901)
[2:25:32.536190204] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Horizontal Blanking (0x009e0902)
[2:25:32.536200389] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Analogue Gain (0x009e0903)
[2:25:32.536211055] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Red Pixel Value (0x009e0904)
[2:25:32.536220870] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Green (Red) Pixel Value (0x009e0905)
[2:25:32.536231352] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Blue Pixel Value (0x009e0906)
[2:25:32.536241352] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Green (Blue) Pixel Value (0x009e0907)
[2:25:32.536252000] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Notify Gains (0x009e0909)
[2:25:32.536263889] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Link Frequency (0x009f0901)
[2:25:32.536274685] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Pixel Rate (0x009f0902)
[2:25:32.536284630] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Test Pattern (0x009f0903)
[2:25:32.536297500] [2048] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Digital Gain (0x009f0905)
[2:25:32.536669557] [2048] DEBUG CameraSensor camera_sensor.cpp:410 'imx708_wide': No static test pattern map for 'imx708_wide'
[2:25:32.536705631] [2048] DEBUG V4L2 v4l2_device.cpp:636 'dw9807 6-000c': Control: Focus, Absolute (0x009a090a)
[2:25:32.537586874] [2048] DEBUG IPAManager ipa_manager.cpp:316 IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so signature is valid
[2:25:32.537639671] [2048] DEBUG IPAProxy raspberrypi_ipa_proxy.cpp:45 initializing raspberrypi proxy: loading IPA from /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so
[2:25:32.543486596] [2048] DEBUG RPiBlackLevel black_level.cpp:41  Read black levels red 4096 green 4096 blue 4096
[2:25:32.543757689] [2048] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[2:25:32.543785004] [2048] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[2:25:32.543895264] [2048] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[2:25:32.543907764] [2048] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[2:25:32.543985579] [2048] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[2:25:32.543995820] [2048] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[2:25:32.544074616] [2048] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[2:25:32.544087320] [2048] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[2:25:32.544156580] [2048] DEBUG RPiAgc agc.cpp:56 Read 4 channel(s)
[2:25:32.544496729] [2048] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cr calibration for ct 3000
[2:25:32.544650914] [2048] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cr calibration for ct 5000
[2:25:32.544800267] [2048] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cb calibration for ct 3000
[2:25:32.544939786] [2048] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cb calibration for ct 5000
[2:25:32.544991360] [2048] DEBUG RPiSharpen sharpen.cpp:45 Read threshold 0.25 strength 1 limit 1
[2:25:32.545718232] [2048] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 3 and priority write flag 1 for Vertical Blanking
[2:25:32.545749955] [2048] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 3 and priority write flag 0 for Horizontal Blanking
[2:25:32.545759288] [2048] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 2 and priority write flag 0 for Exposure
[2:25:32.545768288] [2048] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 2 and priority write flag 0 for Analogue Gain
[2:25:32.545922437] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video4[34:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[2:25:32.545978030] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video7[35:out]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[2:25:32.546000770] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video6[36:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[2:25:32.546018900] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video1[37:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[2:25:32.546037104] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video20[38:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546087382] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video24[39:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546129474] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video25[40:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546170919] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video28[41:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546188252] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video21[42:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546226864] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video26[43:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546268419] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video22[44:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546307068] [2048] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video27[45:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[2:25:32.546369438] [2048]  INFO RPI pisp.cpp:1154 Registered camera /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a to CFE device /dev/media1 and ISP device /dev/media0 using PiSP variant BCM2712_C0
[2:25:32.546392994] [2048] DEBUG Camera camera_manager.cpp:157 Pipeline handler "rpi/pisp" matched
[2:25:32.546405253] [2048] DEBUG RPI pisp.cpp:865 Unable to acquire a CFE instance
[2:25:32.546416735] [2048] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rpi/vc4'
[2:25:32.546426494] [2048] DEBUG RPI vc4.cpp:189 Unable to acquire a Unicam instance
[2:25:32.546434124] [2048] DEBUG RPI vc4.cpp:189 Unable to acquire a Unicam instance
[2:25:32.546441142] [2048] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'simple'
[2:25:32.546453198] [2048] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'uvcvideo'
[INFO] [1726218151.233762684] [camera]:
>> cameras:
   0: imx708_wide (/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a)
[WARN] [1726218151.233978926] [camera]: no camera selected, using default: "/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a"
[WARN] [1726218151.234073648] [camera]: set parameter 'camera' to silence this warning
[2:25:32.547187107] [2038]  WARN V4L2 v4l2_pixelformat.cpp:344 Unsupported V4L2 pixel format RPBP
[2:25:32.547322015] [2038] DEBUG Camera camera.cpp:1126 streams configuration: (0) 1920x1080-YUV420
[2:25:32.547637016] [2038] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 1318.67 (best 1318.67)
[2:25:32.547664794] [2038] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 1618.67 (best 1318.67)
[2:25:32.547702035] [2038] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 2518.67 (best 1318.67)
[2:25:32.547810035] [2038] DEBUG RPI pisp.cpp:1251 minSize: width 18 height 14
[2:25:32.547942924] [2038] DEBUG RPI pisp.cpp:1295 For stream 1024x768-YUYV swDownscale is 1
[2:25:32.547968795] [2038] DEBUG RPI pipeline_base.cpp:284 Try color space Rec709
[2:25:32.548200684] [2038] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 1318.67 (best 1318.67)
[2:25:32.548222870] [2038] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 1618.67 (best 1318.67)
[2:25:32.548233351] [2038] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 2518.67 (best 1318.67)
[2:25:32.548331889] [2038] DEBUG RPI pisp.cpp:1251 minSize: width 18 height 14
[2:25:32.548349963] [2038] DEBUG RPI pisp.cpp:1295 For stream 1024x768-YUYV swDownscale is 1
[2:25:32.548358389] [2038] DEBUG RPI pipeline_base.cpp:284 Try color space Rec709
[2:25:32.548444518] [2038]  INFO Camera camera.cpp:1191 configuring streams: (0) 1024x768-YUYV
[2:25:32.548598204] [2048]  INFO RPI pisp.cpp:1450 Sensor: /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a - Selected sensor format: 1536x864-SBGGR10_1X10 - Selected CFE format: 1536x864-PC1B
[2:25:32.548619223] [2048] DEBUG RPI pisp.cpp:1508 Setting ISP Output1 to 1024x768-YUYV (sw downscale 1)
[2:25:32.548631889] [2048] DEBUG RPI pisp.cpp:1514 After setFormat, stride 2048
[2:25:32.548639797] [2048] DEBUG RPI pisp.cpp:1524 Stream ISP Output1 has color space Rec709
[2:25:32.548653575] [2048] DEBUG RPI pisp.cpp:2095 Output 1 (192, 0)/1152x864
[2:25:32.548685982] [2048] DEBUG RPI pisp.cpp:1605 Setting embedded data format 0x0-SENS
[2:25:32.548713982] [2048] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[4] -> rp1-cfe-csi2_ch0[0]: 0
[2:25:32.548724686] [2048] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[4] -> pisp-fe[0]: 1
[2:25:32.548733556] [2048] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[5] -> rp1-cfe-embedded[0]: 1
[2:25:32.548742853] [2048] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: rp1-cfe-fe_config[0] -> pisp-fe[1]: 1
[2:25:32.548754445] [2048] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[2] -> rp1-cfe-fe_image0[0]: 1
[2:25:32.548764131] [2048] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[3] -> rp1-cfe-fe_image1[0]: 0
[2:25:32.548773205] [2048] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[4] -> rp1-cfe-fe_stats[0]: 1
[2:25:32.548910983] [2048] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 19992.82us (Shutter lines: 2171, AGC requested 20000.00us) Gain: 1 (Gain Code: 112)
[2:25:32.548948446] [2048] DEBUG RPiAf af.cpp:723 setLensPosition: 1
[INFO] [1726218151.236218284] [camera]: camera "/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a" configured with 1024x768-YUYV stream
[WARN] [1726218151.236606508] [camera]: unsupported control 'AfWindows'
terminate called after throwing an instance of 'std::runtime_error'
  what():  control NoiseReductionMode (10002) not handled
[ros2run]: Aborted
@anderskm
Copy link
Author

And for reference, the output from rpicam-hello:

LIBCAMERA_LOG_LEVELS=*:INFO
[3:16:31.999888749] [2093]  INFO Camera camera_manager.cpp:316 libcamera v0.3.1+50-69a894c4
[3:16:32.005456916] [2094]  INFO RPI pisp.cpp:695 libpisp version v1.0.7 28196ed6edcf 13-09-2024 (07:02:13)
[3:16:32.020307559] [2094]  INFO RPI pisp.cpp:1154 Registered camera /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a to CFE device /dev/media1 and ISP device /dev/media0 using PiSP variant BCM2712_C0
Preview window unavailable
[3:16:32.021234525] [2093]  WARN V4L2 v4l2_pixelformat.cpp:344 Unsupported V4L2 pixel format RPBP
Mode selection for 2304:1296:12:P
    SRGGB10_CSI2P,1536x864/0 - Score: 3400
    SRGGB10_CSI2P,2304x1296/0 - Score: 1000
    SRGGB10_CSI2P,4608x2592/0 - Score: 1900
Stream configuration adjusted
[3:16:32.021707138] [2093]  INFO Camera camera.cpp:1191 configuring streams: (0) 2304x1296-YUV420 (1) 2304x1296-BGGR_PISP_COMP1
[3:16:32.021870898] [2094]  INFO RPI pisp.cpp:1450 Sensor: /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a - Selected sensor format: 2304x1296-SBGGR10_1X10 - Selected CFE format: 2304x1296-PC1B
#0 (0.00 fps) exp 32680.00 ag 2.62 dg 1.04
#1 (30.01 fps) exp 32680.00 ag 2.56 dg 1.07
#2 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
#3 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
#4 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
#5 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
#6 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
#7 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
#8 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
#9 (30.01 fps) exp 32680.00 ag 2.70 dg 1.01
...
LIBCAMERA_LOG_LEVELS=*:DEBUG (very very long!)
[3:06:03.407771861] [2086] DEBUG IPAModule ipa_module.cpp:334 ipa_rkisp1.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rkisp1.so is signed
[3:06:03.407893769] [2086] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rkisp1.so'
[3:06:03.408015214] [2086] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_pisp.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so is signed
[3:06:03.408044473] [2086] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so'
[3:06:03.408132770] [2086] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_vc4.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_vc4.so is signed
[3:06:03.408153770] [2086] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_vc4.so'
[3:06:03.408209104] [2086] DEBUG IPAModule ipa_module.cpp:334 ipa_soft_simple.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_soft_simple.so is signed
[3:06:03.408227159] [2086] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_soft_simple.so'
[3:06:03.408274363] [2086]  INFO Camera camera_manager.cpp:316 libcamera v0.3.1+50-69a894c4
[3:06:03.408418845] [2087] DEBUG Camera camera_manager.cpp:71 Starting camera manager
[3:06:03.412575288] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "rp1-cfe" created from /dev/media1
[3:06:03.412808233] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media1 due to 10 missing dependencies
[3:06:03.413995589] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media1 found
[3:06:03.414015386] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media1: rp1-cfe
[3:06:03.414107923] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "rpivid" created from /dev/media2
[3:06:03.414142831] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media2 due to 1 missing dependencies
[3:06:03.414301572] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media2 found
[3:06:03.414325220] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media2: rpivid
[3:06:03.414488832] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "pispbe" created from /dev/media0
[3:06:03.414514906] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media0 due to 9 missing dependencies
[3:06:03.414667722] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "pispbe" created from /dev/media3
[3:06:03.414694018] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media3 due to 9 missing dependencies
[3:06:03.415703078] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media0 found
[3:06:03.415727541] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media0: pispbe
[3:06:03.416737396] [2087] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media3 found
[3:06:03.416760304] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media3: pispbe
[3:06:03.417060101] [2087] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'imx8-isi'
[3:06:03.417121009] [2087] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'mali-c55'
[3:06:03.417153287] [2087] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rkisp1'
[3:06:03.417172102] [2087] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rpi/pisp'
[3:06:03.417184028] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:318 Successful match for media device "rp1-cfe"
[3:06:03.417230602] [2087] DEBUG DeviceEnumerator device_enumerator.cpp:318 Successful match for media device "pispbe"
[3:06:03.417332917] [2087]  INFO RPI pisp.cpp:695 libpisp version v1.0.7 28196ed6edcf 13-09-2024 (07:02:13)
[3:06:03.418284921] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Exposure (0x00980911)
[3:06:03.418338977] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Horizontal Flip (0x00980914)
[3:06:03.418356903] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Vertical Flip (0x00980915)
[3:06:03.418393533] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Wide Dynamic Range (0x009a0915)
[3:06:03.418412347] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Camera Orientation (0x009a0922)
[3:06:03.418439588] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Camera Sensor Rotation (0x009a0923)
[3:06:03.418456607] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Vertical Blanking (0x009e0901)
[3:06:03.418471885] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Horizontal Blanking (0x009e0902)
[3:06:03.418487551] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Analogue Gain (0x009e0903)
[3:06:03.418503089] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Red Pixel Value (0x009e0904)
[3:06:03.418518200] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Green (Red) Pixel Value (0x009e0905)
[3:06:03.418533163] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Blue Pixel Value (0x009e0906)
[3:06:03.418549792] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Green (Blue) Pixel Value (0x009e0907)
[3:06:03.418577237] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Notify Gains (0x009e0909)
[3:06:03.418589330] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Link Frequency (0x009f0901)
[3:06:03.418599922] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Pixel Rate (0x009f0902)
[3:06:03.418609348] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Test Pattern (0x009f0903)
[3:06:03.418623256] [2087] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Digital Gain (0x009f0905)
[3:06:03.419087554] [2087] DEBUG CameraSensor camera_sensor.cpp:410 'imx708_wide': No static test pattern map for 'imx708_wide'
[3:06:03.419121406] [2087] DEBUG V4L2 v4l2_device.cpp:636 'dw9807 6-000c': Control: Focus, Absolute (0x009a090a)
[3:06:03.420510967] [2087] DEBUG IPAManager ipa_manager.cpp:316 IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so signature is valid
[3:06:03.420575745] [2087] DEBUG IPAProxy raspberrypi_ipa_proxy.cpp:45 initializing raspberrypi proxy: loading IPA from /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so
[3:06:03.430243116] [2087] DEBUG RPiBlackLevel black_level.cpp:41  Read black levels red 4096 green 4096 blue 4096
[3:06:03.430821378] [2087] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:06:03.430959082] [2087] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:06:03.431200101] [2087] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:06:03.431225527] [2087] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:06:03.431331287] [2087] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:06:03.431357843] [2087] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:06:03.431481954] [2087] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:06:03.431509769] [2087] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:06:03.431609751] [2087] DEBUG RPiAgc agc.cpp:56 Read 4 channel(s)
[3:06:03.432114401] [2087] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cr calibration for ct 3000
[3:06:03.432285346] [2087] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cr calibration for ct 5000
[3:06:03.432453477] [2087] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cb calibration for ct 3000
[3:06:03.432611014] [2087] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cb calibration for ct 5000
[3:06:03.432773311] [2087] DEBUG RPiSharpen sharpen.cpp:45 Read threshold 0.25 strength 1 limit 1
[3:06:03.433824926] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 3 and priority write flag 1 for Vertical Blanking
[3:06:03.433893445] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 3 and priority write flag 0 for Horizontal Blanking
[3:06:03.433913353] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 2 and priority write flag 0 for Exposure
[3:06:03.433933353] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 2 and priority write flag 0 for Analogue Gain
[3:06:03.434097502] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video4[17:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:06:03.434167798] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video7[18:out]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:06:03.434206706] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video6[19:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:06:03.434238280] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video1[20:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:06:03.434276132] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video20[21:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434368188] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video24[22:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434418503] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video25[23:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434470447] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video28[24:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434491262] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video21[25:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434540911] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video26[26:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434583615] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video22[27:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434617689] [2087] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video27[28:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:06:03.434667948] [2087]  INFO RPI pisp.cpp:1154 Registered camera /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a to CFE device /dev/media1 and ISP device /dev/media0 using PiSP variant BCM2712_C0
[3:06:03.434684782] [2087] DEBUG Camera camera_manager.cpp:157 Pipeline handler "rpi/pisp" matched
[3:06:03.434692708] [2087] DEBUG RPI pisp.cpp:865 Unable to acquire a CFE instance
[3:06:03.434700837] [2087] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rpi/vc4'
[3:06:03.434706689] [2087] DEBUG RPI vc4.cpp:189 Unable to acquire a Unicam instance
[3:06:03.434710541] [2087] DEBUG RPI vc4.cpp:189 Unable to acquire a Unicam instance
[3:06:03.434714115] [2087] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'simple'
[3:06:03.434721930] [2087] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'uvcvideo'
Preview window unavailable
[3:06:03.435267525] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 10600 (best 10600)
[3:06:03.435290006] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 8200 (best 8200)
[3:06:03.435295858] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 1000 (best 1000)
[3:06:03.435320284] [2086] DEBUG Camera camera.cpp:1126 streams configuration: (0) 4608x2592-SRGGB10_CSI2P
[3:06:03.435433340] [2086]  WARN V4L2 v4l2_pixelformat.cpp:344 Unsupported V4L2 pixel format RPBP
[3:06:03.435462062] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 10600 (best 10600)
[3:06:03.435468248] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 8200 (best 8200)
[3:06:03.435473285] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 1000 (best 1000)
[3:06:03.435485266] [2086] DEBUG Camera camera.cpp:1126 streams configuration: (0) 800x600-XRGB8888 (1) 4608x2592-SRGGB10_CSI2P
Mode selection for 2304:1296:12:P
    SRGGB10_CSI2P,1536x864/0 - Score: 3400
    SRGGB10_CSI2P,2304x1296/0 - Score: 1000
    SRGGB10_CSI2P,4608x2592/0 - Score: 1900
[3:06:03.435561915] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 2400 (best 2400)
[3:06:03.435568192] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 0 (best 0)
[3:06:03.435573155] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 900 (best 0)
[3:06:03.435597248] [2086] DEBUG RPI pisp.cpp:1251 minSize: width 36 height 22
[3:06:03.435605859] [2086] DEBUG RPI pisp.cpp:1295 For stream 2304x1296-YU12 swDownscale is 1
[3:06:03.435619137] [2086] DEBUG RPI pipeline_base.cpp:284 Try color space sYCC
Stream configuration adjusted
[3:06:03.435651359] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 2400 (best 2400)
[3:06:03.435657452] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 0 (best 0)
[3:06:03.435662267] [2086] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 900 (best 0)
[3:06:03.435669397] [2086] DEBUG RPI pisp.cpp:1251 minSize: width 36 height 22
[3:06:03.435674063] [2086] DEBUG RPI pisp.cpp:1295 For stream 2304x1296-YU12 swDownscale is 1
[3:06:03.435679360] [2086] DEBUG RPI pipeline_base.cpp:284 Try color space sYCC
[3:06:03.435687026] [2086]  INFO Camera camera.cpp:1191 configuring streams: (0) 2304x1296-YUV420 (1) 2304x1296-BGGR_PISP_COMP1
[3:06:03.435813267] [2087]  INFO RPI pisp.cpp:1450 Sensor: /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a - Selected sensor format: 2304x1296-SBGGR10_1X10 - Selected CFE format: 2304x1296-PC1B
[3:06:03.435836916] [2087] DEBUG RPI pisp.cpp:1508 Setting ISP Output1 to 2304x1296-YU12 (sw downscale 1)
[3:06:03.435846045] [2087] DEBUG RPI pisp.cpp:1514 After setFormat, stride 2304
[3:06:03.435850194] [2087] DEBUG RPI pisp.cpp:1524 Stream ISP Output1 has color space sYCC
[3:06:03.435859082] [2087] DEBUG RPI pisp.cpp:2095 Output 1 (0, 0)/2304x1296
[3:06:03.435887620] [2087] DEBUG RPI pisp.cpp:1605 Setting embedded data format 0x0-SENS
[3:06:03.435909675] [2087] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[4] -> rp1-cfe-csi2_ch0[0]: 0
[3:06:03.435916990] [2087] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[4] -> pisp-fe[0]: 1
[3:06:03.435922361] [2087] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[5] -> rp1-cfe-embedded[0]: 1
[3:06:03.435928138] [2087] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: rp1-cfe-fe_config[0] -> pisp-fe[1]: 1
[3:06:03.435934027] [2087] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[2] -> rp1-cfe-fe_image0[0]: 1
[3:06:03.435939194] [2087] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[3] -> rp1-cfe-fe_image1[0]: 0
[3:06:03.435944287] [2087] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[4] -> rp1-cfe-fe_stats[0]: 1
[3:06:03.436235751] [2087] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 19987.54us (Shutter lines: 1496, AGC requested 20000.00us) Gain: 1 (Gain Code: 112)
[3:06:03.436276584] [2087] DEBUG RPiAf af.cpp:723 setLensPosition: 1
[3:06:03.437703238] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.438097980] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.438488982] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.438874428] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.439299781] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.439767709] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.440341563] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.440879806] [2086] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.441037714] [2086] DEBUG Request request.cpp:369 Created request - cookie: 0
[3:06:03.441059751] [2086] DEBUG Request request.cpp:369 Created request - cookie: 0
[3:06:03.441065529] [2086] DEBUG Request request.cpp:369 Created request - cookie: 0
[3:06:03.441070881] [2086] DEBUG Request request.cpp:369 Created request - cookie: 0
[3:06:03.441094844] [2086] DEBUG Camera camera.cpp:1349 Starting capture
[3:06:03.441284141] [2091] DEBUG RPiAf af.cpp:760 setMode: 2
[3:06:03.441296289] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: AfSpeed = 0
[3:06:03.441322659] [2091] DEBUG RPiAf af.cpp:683 setSpeed: 0
[3:06:03.441326567] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: NoiseReductionMode = 3
[3:06:03.441331085] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: AeExposureMode = 0
[3:06:03.441337141] [2091] DEBUG RPiAgc agc.cpp:166 setExposureMode normal
[3:06:03.441357974] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: AfMode = 2
[3:06:03.441362289] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: ScalerCrops = [ (0, 0)/4608x2592 ]
[3:06:03.441370030] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: Sharpness = 1.000000
[3:06:03.441380900] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: FrameDurationLimits = [ 33333, 33333 ]
[3:06:03.441392178] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: AwbMode = 0
[3:06:03.441398660] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: ExposureValue = 0.000000
[3:06:03.441430197] [2091] DEBUG RPiAgc agc.cpp:117 setEv 1 for channel 0
[3:06:03.441451290] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: AeMeteringMode = 0
[3:06:03.441470734] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: AfRange = 0
[3:06:03.441476105] [2091] DEBUG RPiAf af.cpp:676 setRange: 0
[3:06:03.441479438] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: Brightness = 0.000000
[3:06:03.441485327] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: Contrast = 1.000000
[3:06:03.441490364] [2091] DEBUG IPARPI ipa_base.cpp:748 Request ctrl: Saturation = 1.000000
[3:06:03.441555475] [2091] DEBUG RPiAgc agc.cpp:219 switchMode for channel 0
[3:06:03.441597049] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.441609938] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.441628938] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 0.00us
[3:06:03.441634364] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 1000.00us analogue gain 1
[3:06:03.441652513] [2091] DEBUG RPiAgc agc.cpp:219 switchMode for channel 1
[3:06:03.441656457] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.441663013] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.441667513] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 0.00us
[3:06:03.441671976] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 1000.00us analogue gain 1
[3:06:03.441676920] [2091] DEBUG RPiAgc agc.cpp:219 switchMode for channel 2
[3:06:03.441680624] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.441686698] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.441690865] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 0.00us
[3:06:03.441695346] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 1000.00us analogue gain 1
[3:06:03.441700291] [2091] DEBUG RPiAgc agc.cpp:219 switchMode for channel 3
[3:06:03.441703605] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.441709772] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.441713865] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 0.00us
[3:06:03.441718235] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 1000.00us analogue gain 1
[3:06:03.441724939] [2091] DEBUG RPiAlsc alsc.cpp:336 AWB results found, using 4000
[3:06:03.441748383] [2091] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.441763457] [2091] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.441803124] [2091] DEBUG RPiAf af.cpp:231 switchMode: statsRegion: 0,0,4608,2592
[3:06:03.441870384] [2091] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 988.69us (Shutter lines: 74, AGC requested 1000.00us) Gain: 1 (Gain Code: 112)
[3:06:03.441926625] [2091] DEBUG IPARPI ipa_base.cpp:341 Drop 7 frames on startup
[3:06:03.441997421] [2087] DEBUG RPI pisp.cpp:995 Preparing 2 buffers for stream CFE Image
[3:06:03.443397890] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video4[17:cap]: 3 buffers requested.
[3:06:03.443435668] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.443448946] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.443502409] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video4[17:cap]: 0 buffers requested.
[3:06:03.443582742] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video4[17:cap]: 32 buffers requested.
[3:06:03.443600002] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video4[17:cap]: Prepared to import 32 buffers
[3:06:03.443605094] [2087] DEBUG RPI pisp.cpp:995 Preparing 12 buffers for stream CFE Config
[3:06:03.444018726] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video7[18:out]: 12 buffers requested.
[3:06:03.444036244] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444046448] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444054189] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444061744] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444070707] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444077522] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444084670] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444091170] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444098393] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444104837] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444111911] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444117911] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444124707] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video7[18:out]: 0 buffers requested.
[3:06:03.444192578] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video7[18:out]: 32 buffers requested.
[3:06:03.444203504] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video7[18:out]: Prepared to import 32 buffers
[3:06:03.444208060] [2087] DEBUG RPI pisp.cpp:995 Preparing 12 buffers for stream CFE Stats
[3:06:03.444684080] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video6[19:cap]: 12 buffers requested.
[3:06:03.444710395] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444721654] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444729784] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444737765] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444745284] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444751858] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444759932] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444767821] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444775006] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444782803] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444789840] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444797006] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.444803562] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video6[19:cap]: 0 buffers requested.
[3:06:03.444819469] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video6[19:cap]: 32 buffers requested.
[3:06:03.444824395] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video6[19:cap]: Prepared to import 32 buffers
[3:06:03.444828692] [2087] DEBUG RPI pisp.cpp:995 Preparing 12 buffers for stream CFE Embedded
[3:06:03.445293823] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video1[20:cap]: 12 buffers requested.
[3:06:03.445305879] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445314583] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445322120] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445328879] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445335694] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445343027] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445349564] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445356435] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445363379] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445370101] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445377194] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445384083] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445389749] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video1[20:cap]: 0 buffers requested.
[3:06:03.445404009] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video1[20:cap]: 32 buffers requested.
[3:06:03.445408768] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video1[20:cap]: Prepared to import 32 buffers
[3:06:03.445412583] [2087] DEBUG RPI pisp.cpp:995 Preparing 6 buffers for stream ISP Input
[3:06:03.445429657] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video20[21:out]: 32 buffers requested.
[3:06:03.445434546] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video20[21:out]: Prepared to import 32 buffers
[3:06:03.445438361] [2087] DEBUG RPI pisp.cpp:995 Preparing 2 buffers for stream ISP Config
[3:06:03.445529787] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video28[24:out]: 2 buffers requested.
[3:06:03.445538824] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445546398] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.445551380] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video28[24:out]: 0 buffers requested.
[3:06:03.445580176] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video28[24:out]: 32 buffers requested.
[3:06:03.445585806] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video28[24:out]: Prepared to import 32 buffers
[3:06:03.445589750] [2087] DEBUG RPI pisp.cpp:995 Preparing 2 buffers for stream ISP TDN Input
[3:06:03.445601713] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video21[25:out]: 32 buffers requested.
[3:06:03.445606547] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video21[25:out]: Prepared to import 32 buffers
[3:06:03.445610380] [2087] DEBUG RPI pisp.cpp:995 Preparing 2 buffers for stream ISP TDN Output
[3:06:03.446378902] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video26[26:cap]: 2 buffers requested.
[3:06:03.446394753] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.446404494] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.446409883] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video26[26:cap]: 0 buffers requested.
[3:06:03.446421939] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video26[26:cap]: 32 buffers requested.
[3:06:03.446426494] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video26[26:cap]: Prepared to import 32 buffers
[3:06:03.446430476] [2087] DEBUG RPI pisp.cpp:995 Preparing 2 buffers for stream ISP Stitch Input
[3:06:03.446441846] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video22[27:out]: 32 buffers requested.
[3:06:03.446446309] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video22[27:out]: Prepared to import 32 buffers
[3:06:03.446450217] [2087] DEBUG RPI pisp.cpp:995 Preparing 2 buffers for stream ISP Stitch Output
[3:06:03.447157145] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video27[28:cap]: 2 buffers requested.
[3:06:03.447168071] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.447176905] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.447181886] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video27[28:cap]: 0 buffers requested.
[3:06:03.447194849] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video27[28:cap]: 32 buffers requested.
[3:06:03.447199460] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video27[28:cap]: Prepared to import 32 buffers
[3:06:03.447203275] [2087] DEBUG RPI pisp.cpp:995 Preparing 2 buffers for stream ISP Output1
[3:06:03.448571743] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video25[23:cap]: 2 buffers requested.
[3:06:03.448617781] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448628558] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448634855] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video25[23:cap]: 0 buffers requested.
[3:06:03.448715855] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1280 /dev/video25[23:cap]: 32 buffers requested.
[3:06:03.448722077] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1547 /dev/video25[23:cap]: Prepared to import 32 buffers
[3:06:03.448751429] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448811726] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448821893] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448830911] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448843041] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448851485] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448860096] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448868393] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448876300] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448884041] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448896522] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448905671] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448921578] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448929634] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448939986] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448948430] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448956412] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448964449] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448972097] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448981745] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.448992949] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.449000671] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.449008801] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.449017764] [2087] DEBUG Buffer framebuffer.cpp:351 Buffer is contiguous
[3:06:03.449035634] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Image
[3:06:03.449051616] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 0
[3:06:03.449122616] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Image
[3:06:03.449127986] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 1
[3:06:03.449187709] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for CFE Image
[3:06:03.449191838] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for CFE Image
[3:06:03.449195376] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for CFE Image
[3:06:03.449198746] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for CFE Image
[3:06:03.449202227] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for CFE Image
[3:06:03.449206876] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Stats
[3:06:03.449211635] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 0
[3:06:03.449253357] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Stats
[3:06:03.449258079] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 1
[3:06:03.449292598] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 3 for CFE Stats
[3:06:03.449296931] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 2
[3:06:03.449332395] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 4 for CFE Stats
[3:06:03.449336839] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 3
[3:06:03.449371654] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 5 for CFE Stats
[3:06:03.449376154] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 4
[3:06:03.449410969] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 6 for CFE Stats
[3:06:03.449415284] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 5
[3:06:03.449451395] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 7 for CFE Stats
[3:06:03.449456025] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 6
[3:06:03.449492080] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 8 for CFE Stats
[3:06:03.449499895] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 7
[3:06:03.449537247] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 9 for CFE Stats
[3:06:03.449546007] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 8
[3:06:03.449582933] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 10 for CFE Stats
[3:06:03.449587988] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 9
[3:06:03.449623359] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 11 for CFE Stats
[3:06:03.449627711] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 10
[3:06:03.449663803] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 12 for CFE Stats
[3:06:03.449670729] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 11
[3:06:03.449709211] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Embedded
[3:06:03.449716563] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 0
[3:06:03.449754285] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Embedded
[3:06:03.449759600] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 1
[3:06:03.449795452] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 3 for CFE Embedded
[3:06:03.449802322] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 2
[3:06:03.449839637] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 4 for CFE Embedded
[3:06:03.449847211] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 3
[3:06:03.449884100] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 5 for CFE Embedded
[3:06:03.449889526] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 4
[3:06:03.449925527] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 6 for CFE Embedded
[3:06:03.449930860] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 5
[3:06:03.449968341] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 7 for CFE Embedded
[3:06:03.449976434] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 6
[3:06:03.450012379] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 8 for CFE Embedded
[3:06:03.450017249] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 7
[3:06:03.450052638] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 9 for CFE Embedded
[3:06:03.450058731] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 8
[3:06:03.450095175] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 10 for CFE Embedded
[3:06:03.450101601] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 9
[3:06:03.450137009] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 11 for CFE Embedded
[3:06:03.450142157] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 10
[3:06:03.450177657] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 12 for CFE Embedded
[3:06:03.450184028] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 11
[3:06:03.450224305] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Output1
[3:06:03.450238213] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 0
[3:06:03.450307917] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP Output1
[3:06:03.450313528] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 1
[3:06:03.450378602] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for ISP Output1
[3:06:03.450382788] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for ISP Output1
[3:06:03.450386232] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for ISP Output1
[3:06:03.450389658] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for ISP Output1
[3:06:03.450393102] [2087] DEBUG RPISTREAM rpi_stream.cpp:136 No buffers available for ISP Output1
[3:06:03.450435047] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Config
[3:06:03.450441806] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 0
[3:06:03.450483732] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Config
[3:06:03.450488769] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 1
[3:06:03.524865246] [2087] DEBUG RPI pisp.cpp:1814 Setting CFE timeout to 1000000.00us
[3:06:03.524914691] [2087] DEBUG Timer timer.cpp:93 Starting timer 0x7ffed80286f8: deadline 3:06:04.524906987
[3:06:03.524932246] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999978296
[3:06:03.524951302] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999956037
[3:06:03.524969598] [2087] DEBUG RPI pipeline_base.cpp:750 queueRequestDevice: New request sequence: 0
[3:06:03.525029302] [2087] DEBUG RPI pipeline_base.cpp:750 queueRequestDevice: New request sequence: 1
[3:06:03.525072562] [2087] DEBUG RPI pipeline_base.cpp:750 queueRequestDevice: New request sequence: 2
[3:06:03.525109006] [2087] DEBUG RPI pipeline_base.cpp:750 queueRequestDevice: New request sequence: 3
[3:06:03.525141932] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999765740
[3:06:03.525159155] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999748240
[3:06:03.562255374] [2087] DEBUG RPI pipeline_base.cpp:1383 Frame start 0
[3:06:03.562264745] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:240 frame 0 started
[3:06:03.562271745] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.962635520
[3:06:03.579699887] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video4[17:cap]: Dequeuing buffer 0
[3:06:03.579711295] [2087] DEBUG Timer timer.cpp:93 Starting timer 0x7ffed80286f8: deadline 3:06:04.579710683
[3:06:03.579719943] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Image buffer dequeue, buffer id 1, timestamp: 11163562241000
[3:06:03.579731572] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Analogue Gain to 112 at index 0
[3:06:03.579738276] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Exposure to 74 at index 0
[3:06:03.579742609] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Horizontal Blanking to 5520 at index 0
[3:06:03.579746554] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Vertical Blanking to 1198 at index 0
[3:06:03.579755276] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video7[18:out]: Dequeuing buffer 0
[3:06:03.579762943] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Config buffer dequeue, buffer id 1, timestamp: 11163562241000
[3:06:03.579768276] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Config
[3:06:03.579775980] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 3 for CFE Config
[3:06:03.579782110] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 2
[3:06:03.579829388] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video6[19:cap]: Dequeuing buffer 0
[3:06:03.579835443] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Stats buffer dequeue, buffer id 1, timestamp: 11163562241000
[3:06:03.579840351] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999870592
[3:06:03.579848369] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video1[20:cap]: Dequeuing buffer 0
[3:06:03.579853258] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Embedded buffer dequeue, buffer id 1, timestamp: 11163562241000
[3:06:03.579866554] [2087] DEBUG RPI pisp.cpp:2296 Signalling IPA processStats and prepareIsp: Bayer buffer id: 1 Stats buffer id: 1 Embedded buffer id: 1
[3:06:03.579879406] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999831536
[3:06:03.579948518] [2091] DEBUG IPARPI ipa_base.cpp:1283 Metadata - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1
[3:06:03.580019055] [2091] DEBUG IPARPI cam_helper_imx708.cpp:113 Embedded buffer size: 28800
[3:06:03.580130333] [2091] DEBUG IPARPI cam_helper.cpp:251 Metadata updated - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1 Temperature: 34
[3:06:03.580242630] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Stats
[3:06:03.580253037] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Stats
[3:06:03.580260723] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 0
[3:06:03.580260204] [2091] DEBUG RPiDpc dpc.cpp:50 strength 1
[3:06:03.580271871] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999439164
[3:06:03.580283241] [2091] DEBUG RPiNoise noise.cpp:77 constant 0 slope 1.53646
[3:06:03.580303649] [2091] DEBUG RPiGeq geq.cpp:75 offset 231 slope 0.00363789 (analogue gain 1.12281 lux 400)
[3:06:03.580324760] [2091] DEBUG RPiDenoise denoise.cpp:119 Noise profile: constant 0 slope 1.53646
[3:06:03.580331001] [2091] DEBUG RPiDenoise denoise.cpp:134 const 0 slope 4.91666 str 0.75 const2 0 slope2 4.91666
[3:06:03.580337649] [2091] DEBUG RPiDenoise denoise.cpp:154 programmed tdn threshold 0.05 constant 0 slope 1.22917
[3:06:03.580343279] [2091] DEBUG RPiDenoise denoise.cpp:165 programmed cdn threshold 307.292 strength 0.3
[3:06:03.580361742] [2091] DEBUG RPiAwb awb.cpp:340 frame_count 1 speed 1
[3:06:03.580367316] [2091] DEBUG RPiAwb awb.cpp:359 Using AWB gains r 1.98973 g 1 b 1.92771
[3:06:03.580373149] [2091] DEBUG RPiAgc agc.cpp:238 prepare: no delayed status
[3:06:03.580376816] [2091] DEBUG RPiAgc agc.cpp:274 prepare for channel 0
[3:06:03.580407816] [2091] DEBUG RPiAlsc alsc.cpp:395 frame count 1 speed 1
[3:06:03.580513205] [2091] DEBUG RPiCcm ccm.cpp:185 colour temperature 4000K
[3:06:03.580520576] [2091] DEBUG RPiCcm ccm.cpp:187 CCM: 1.5938 -0.399639 -0.194163     -0.354356 1.76521 -0.410857     0.000195241 -0.575493 1.57531
[3:06:03.580559094] [2091] DEBUG RPiAf af.cpp:317 Recompute Phase weights 16x12
[3:06:03.580611039] [2091] DEBUG RPiAf af.cpp:499 SKIP
[3:06:03.580616113] [2091] DEBUG RPiAf af.cpp:638 1 sst2->2 stp0->0 ft1.00->1.00 fs1.00->1.00 cont=0 phase=0 conf=0
[3:06:03.580800836] [2091] DEBUG IPARPI pisp.cpp:702 TDN: exposure: 1110.11us last: 0.00us ratio: 1
[3:06:03.581962933] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Embedded
[3:06:03.581976359] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Embedded
[3:06:03.581983063] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 0
[3:06:03.581994878] [2087] DEBUG RPI pisp.cpp:2195 Input re-queue to ISP, buffer id 1, timestamp: 11163562241000
[3:06:03.581999637] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Input
[3:06:03.582005544] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video20[21:out]: Queueing buffer 0
[3:06:03.582073026] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP TDN Input
[3:06:03.582089359] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video21[25:out]: Queueing buffer 0
[3:06:03.582149934] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP TDN Output
[3:06:03.582156878] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video26[26:cap]: Queueing buffer 0
[3:06:03.582216119] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Stitch Input
[3:06:03.582222878] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video22[27:out]: Queueing buffer 0
[3:06:03.582279842] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Stitch Output
[3:06:03.582285527] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video27[28:cap]: Queueing buffer 0
[3:06:03.582422194] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Config
[3:06:03.582429713] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video28[24:out]: Queueing buffer 0
[3:06:03.582601473] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.997109747
[3:06:03.582617602] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.997093396
[3:06:03.584704907] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video20[21:out]: Dequeuing buffer 0
[3:06:03.584714814] [2087] DEBUG RPI pisp.cpp:1726 Stream ISP Input buffer complete, buffer id 1, timestamp: 11163584688000
[3:06:03.584719462] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Image
[3:06:03.584723425] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Image
[3:06:03.584728073] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 0
[3:06:03.584736611] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video25[23:cap]: Dequeuing buffer 0
[3:06:03.584742629] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Output1 buffer complete, buffer id 1, timestamp: 11163584688000
[3:06:03.584748759] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Output1
[3:06:03.584752481] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Output1
[3:06:03.584756592] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 0
[3:06:03.584763259] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video28[24:out]: Dequeuing buffer 0
[3:06:03.584768000] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Config buffer complete, buffer id 1, timestamp: 11163584688000
[3:06:03.584771833] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Config
[3:06:03.584775444] [2087] DEBUG RPI pipeline_base.cpp:1498 Going into Idle state
[3:06:03.584778926] [2087] DEBUG RPI pipeline_base.cpp:1502 Dropping frame at the request of the IPA (6 left)
[3:06:03.584784463] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video21[25:out]: Dequeuing buffer 0
[3:06:03.584789926] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video26[26:cap]: Dequeuing buffer 0
[3:06:03.584795629] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video22[27:out]: Dequeuing buffer 0
[3:06:03.584801259] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video27[28:cap]: Dequeuing buffer 0
[3:06:03.584806148] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.994904831
[3:06:03.595575764] [2087] DEBUG RPI pipeline_base.cpp:1383 Frame start 1
[3:06:03.595583246] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:240 frame 1 started
[3:06:03.595588431] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:283 Queue is empty, auto queue no-op.
[3:06:03.595596375] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.984114567
[3:06:03.613015999] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video4[17:cap]: Dequeuing buffer 1
[3:06:03.613022796] [2087] DEBUG Timer timer.cpp:93 Starting timer 0x7ffed80286f8: deadline 3:06:04.613022277
[3:06:03.613028833] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Image buffer dequeue, buffer id 2, timestamp: 11163595562000
[3:06:03.613035518] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Analogue Gain to 112 at index 0
[3:06:03.613040610] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Exposure to 74 at index 0
[3:06:03.613044907] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Horizontal Blanking to 5520 at index 0
[3:06:03.613048833] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Vertical Blanking to 1198 at index 0
[3:06:03.613055962] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video7[18:out]: Dequeuing buffer 1
[3:06:03.613062703] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Config buffer dequeue, buffer id 2, timestamp: 11163595562000
[3:06:03.613066536] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Config
[3:06:03.613071833] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 4 for CFE Config
[3:06:03.613077092] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 3
[3:06:03.613121555] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video6[19:cap]: Dequeuing buffer 1
[3:06:03.613126796] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Stats buffer dequeue, buffer id 2, timestamp: 11163595562000
[3:06:03.613131370] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999891148
[3:06:03.613139074] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video1[20:cap]: Dequeuing buffer 1
[3:06:03.613143703] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Embedded buffer dequeue, buffer id 2, timestamp: 11163595562000
[3:06:03.613153703] [2087] DEBUG RPI pisp.cpp:2296 Signalling IPA processStats and prepareIsp: Bayer buffer id: 2 Stats buffer id: 2 Embedded buffer id: 2
[3:06:03.613163555] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999859018
[3:06:03.613193000] [2091] DEBUG IPARPI ipa_base.cpp:1283 Metadata - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1
[3:06:03.613240611] [2091] DEBUG IPARPI cam_helper_imx708.cpp:113 Embedded buffer size: 28800
[3:06:03.613250852] [2091] DEBUG IPARPI cam_helper.cpp:251 Metadata updated - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1 Temperature: 34
[3:06:03.613555372] [2091] DEBUG RPiLux lux.cpp:96 : estimated lux 319.805
[3:06:03.613568205] [2091] DEBUG RPiAwb awb.cpp:370 frame_phase 1
[3:06:03.613573112] [2091] DEBUG RPiAwb awb.cpp:380 Awb lux value is 319.805
[3:06:03.613591705] [2091] DEBUG RPiAwb awb.cpp:312 Starting AWB calculation
[3:06:03.613601409] [2091] DEBUG RPiAgc agc.cpp:238 process: no delayed status for stats
[3:06:03.613607205] [2091] DEBUG RPiAgc agc.cpp:293 process for channel 0
[3:06:03.613610816] [2091] DEBUG RPiAgc agc.cpp:300 Save DeviceStatus and stats for channel 0
[3:06:03.613629779] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.613640761] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.613690446] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.00197108 target 0.161599 gives gain 10
[3:06:03.613698632] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.0197108 target 0.161599 gives gain 78.0265
[3:06:03.613704335] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.14794 target 0.161599 gives gain 84.6584
[3:06:03.613710057] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.15872 target 0.161599 gives gain 85.6542
[3:06:03.613715502] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.160311 target 0.161599 gives gain 85.8072
[3:06:03.613726409] [2091] DEBUG RPiAgc agc_channel.cpp:759 Constraint has target_Y 0.5 giving gain 30.1732
[3:06:03.613731576] [2091] DEBUG RPiAgc agc_channel.cpp:771 Final gain 85.8072 (target_Y 0.161599 ev 1 base_ev 1)
[3:06:03.613747595] [2091] DEBUG RPiAgc agc_channel.cpp:807 Target totalExposure 95255.13us
[3:06:03.613748817] [2088] DEBUG RPiAwb awb.cpp:728 Valid zones: 884
[3:06:03.613767335] [2091] DEBUG RPiAgc agc_channel.cpp:907 After filtering, totalExposure 95255.13us no dg 0.00us
[3:06:03.613783910] [2091] DEBUG RPiAgc agc_channel.cpp:813 Total exposure before channel constraints 95255.13us
[3:06:03.613789465] [2091] DEBUG RPiAgc agc_channel.cpp:841 Total exposure after channel constraints 95255.13us
[3:06:03.613810743] [2091] DEBUG RPiAgc agc_channel.cpp:856 after AWB, target dg 1 gain 85.8072 target_Y 0.161599
[3:06:03.613816743] [2091] DEBUG RPiAgc agc_channel.cpp:873 Digital gain 1 desaturate? 0
[3:06:03.613823169] [2091] DEBUG RPiAgc agc_channel.cpp:875 Target totalExposureNoDG 95255.13us
[3:06:03.613852762] [2091] DEBUG RPiAgc agc_channel.cpp:949 Divided up shutter and gain are 33027.54us and 2.88411
[3:06:03.613852706] [2088] DEBUG RPiAwb awb.cpp:660 (2000,0.51818)
[3:06:03.613860743] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 95255.13us
[3:06:03.613863799] [2088] DEBUG RPiAwb awb.cpp:660 (3000,0.172551)
[3:06:03.613866688] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 33027.54us analogue gain 2.88411
[3:06:03.613869669] [2088] DEBUG RPiAwb awb.cpp:660 (6000,0.690203)
[3:06:03.613873966] [2091] DEBUG RPiAlsc alsc.cpp:430 frame_phase 12
[3:06:03.613874873] [2088] DEBUG RPiAwb awb.cpp:660 (13000,0.690203)
[3:06:03.613927632] [2088] DEBUG RPiAwb awb.cpp:531 t: 2500 gain R 1.44046 gain B 3.30557 delta2_sum 157.175 prior 0.345365 final 156.83
[3:06:03.613936410] [2091] DEBUG RPiAlsc alsc.cpp:363 Starting ALSC calculation
[3:06:03.613947021] [2088] DEBUG RPiAwb awb.cpp:531 t: 2550 gain R 1.45537 gain B 3.22054 delta2_sum 153.623 prior 0.328084 final 153.295
[3:06:03.613969077] [2088] DEBUG RPiAwb awb.cpp:531 t: 2601 gain R 1.47089 gain B 3.13821 delta2_sum 149.975 prior 0.310457 final 149.665
[3:06:03.614025411] [2088] DEBUG RPiAwb awb.cpp:531 t: 2653.02 gain R 1.48707 gain B 3.05846 delta2_sum 146.15 prior 0.292477 final 145.857
[3:06:03.613955170] [2091] DEBUG RPiAlsc alsc.cpp:333 no AWB results found, using 4000
[3:06:03.614077114] [2088] DEBUG RPiAwb awb.cpp:531 t: 2706.08 gain R 1.50394 gain B 2.98119 delta2_sum 142.182 prior 0.274138 final 141.908
[3:06:03.614099096] [2088] DEBUG RPiAwb awb.cpp:531 t: 2760.2 gain R 1.52155 gain B 2.90629 delta2_sum 138.224 prior 0.255432 final 137.969
[3:06:03.614114541] [2088] DEBUG RPiAwb awb.cpp:531 t: 2815.41 gain R 1.53994 gain B 2.83367 delta2_sum 134.275 prior 0.236352 final 134.039
[3:06:03.614127929] [2088] DEBUG RPiAwb awb.cpp:531 t: 2871.71 gain R 1.55916 gain B 2.76325 delta2_sum 130.381 prior 0.21689 final 130.164
[3:06:03.614141670] [2091] DEBUG RPiContrast contrast.cpp:111 Move histogram point 1.43428 to 983.04
[3:06:03.614297078] [2091] DEBUG RPiContrast contrast.cpp:115 Final values 983.04 -> 983.04
[3:06:03.614148559] [2088] DEBUG RPiAwb awb.cpp:531 t: 2929.15 gain R 1.57926 gain B 2.69493 delta2_sum 126.484 prior 0.197039 final 126.287
[3:06:03.614229967] [2089] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.614327912] [2089] DEBUG RPiAwb awb.cpp:531 t: 2987.73 gain R 1.60032 gain B 2.62864 delta2_sum 122.656 prior 0.176791 final 122.479
[3:06:03.614343412] [2089] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.614343338] [2089] DEBUG RPiAwb awb.cpp:531 t: 3047.49 gain R 1.62237 gain B 2.56431 delta2_sum 118.858 prior 0.180745 final 118.677
[3:06:03.614364264] [2089] DEBUG RPiAwb awb.cpp:531 t: 3108.44 gain R 1.64551 gain B 2.50185 delta2_sum 115.211 prior 0.191262 final 115.02
[3:06:03.614378079] [2089] DEBUG RPiAwb awb.cpp:531 t: 3170.6 gain R 1.66979 gain B 2.4412 delta2_sum 111.69 prior 0.201989 final 111.488
[3:06:03.614399079] [2089] DEBUG RPiAwb awb.cpp:531 t: 3234.02 gain R 1.69531 gain B 2.3823 delta2_sum 108.362 prior 0.212931 final 108.149
[3:06:03.614417375] [2089] DEBUG RPiAwb awb.cpp:531 t: 3298.7 gain R 1.72216 gain B 2.32507 delta2_sum 105.361 prior 0.224091 final 105.137
[3:06:03.614431116] [2089] DEBUG RPiAwb awb.cpp:531 t: 3364.67 gain R 1.75044 gain B 2.26947 delta2_sum 102.743 prior 0.235475 final 102.507
[3:06:03.614444560] [2089] DEBUG RPiAwb awb.cpp:531 t: 3431.96 gain R 1.78025 gain B 2.21542 delta2_sum 100.045 prior 0.247087 final 99.7978
[3:06:03.614457838] [2089] DEBUG RPiAwb awb.cpp:531 t: 3500.6 gain R 1.81173 gain B 2.16289 delta2_sum 97.0263 prior 0.25893 final 96.7673
[3:06:03.614480635] [2089] DEBUG RPiAwb awb.cpp:531 t: 3570.62 gain R 1.845 gain B 2.11181 delta2_sum 93.8939 prior 0.271011 final 93.6229
[3:06:03.614495672] [2089] DEBUG RPiAwb awb.cpp:531 t: 3642.03 gain R 1.87274 gain B 2.07195 delta2_sum 91.1595 prior 0.283333 final 90.8762
[3:06:03.614508190] [2089] DEBUG RPiAwb awb.cpp:531 t: 3714.87 gain R 1.89542 gain B 2.04088 delta2_sum 88.9198 prior 0.295902 final 88.6239
[3:06:03.614521653] [2089] DEBUG RPiAwb awb.cpp:531 t: 3789.17 gain R 1.91912 gain B 2.01013 delta2_sum 86.691 prior 0.308722 final 86.3823
[3:06:03.614531579] [2089] DEBUG RPiAwb awb.cpp:531 t: 3864.95 gain R 1.94392 gain B 1.9797 delta2_sum 84.7089 prior 0.321799 final 84.3871
[3:06:03.614314134] [2091] DEBUG RPiContrast contrast.cpp:132 Move histogram point 376.344 to 62259.2
[3:06:03.614544227] [2089] DEBUG RPiAwb awb.cpp:531 t: 3942.25 gain R 1.96988 gain B 1.9496 delta2_sum 83.087 prior 0.335137 final 82.7519
[3:06:03.614545764] [2091] DEBUG RPiContrast contrast.cpp:136 Final values 60259.2 -> 62259.2
[3:06:03.614553876] [2089] DEBUG RPiAwb awb.cpp:531 t: 4021.09 gain R 1.99709 gain B 1.91983 delta2_sum 81.8777 prior 0.348741 final 81.5289
[3:06:03.614563672] [2089] DEBUG RPiAwb awb.cpp:531 t: 4101.51 gain R 2.02562 gain B 1.89039 delta2_sum 81.0403 prior 0.362618 final 80.6777
[3:06:03.614572709] [2089] DEBUG RPiAwb awb.cpp:531 t: 4183.55 gain R 2.05558 gain B 1.86127 delta2_sum 80.7244 prior 0.376773 final 80.3476
[3:06:03.614581339] [2089] DEBUG RPiAwb awb.cpp:531 t: 4267.22 gain R 2.08706 gain B 1.83248 delta2_sum 81.0111 prior 0.39121 final 80.6199
[3:06:03.614589987] [2089] DEBUG RPiAwb awb.cpp:531 t: 4352.56 gain R 2.12019 gain B 1.80401 delta2_sum 81.8647 prior 0.405936 final 81.4588
[3:06:03.614598524] [2089] DEBUG RPiAwb awb.cpp:531 t: 4439.61 gain R 2.15507 gain B 1.77588 delta2_sum 83.1112 prior 0.420957 final 82.6903
[3:06:03.614607172] [2089] DEBUG RPiAwb awb.cpp:531 t: 4528.4 gain R 2.19186 gain B 1.74807 delta2_sum 84.9677 prior 0.436278 final 84.5314
[3:06:03.614608672] [2091] DEBUG RPiAf af.cpp:355 Recompute Contrast weights 8x8
[3:06:03.614616783] [2089] DEBUG RPiAwb awb.cpp:531 t: 4618.97 gain R 2.2307 gain B 1.72059 delta2_sum 87.4365 prior 0.451906 final 86.9846
[3:06:03.614626228] [2089] DEBUG RPiAwb awb.cpp:531 t: 4711.35 gain R 2.25262 gain B 1.70561 delta2_sum 88.9682 prior 0.467846 final 88.5004
[3:06:03.614635413] [2089] DEBUG RPiAwb awb.cpp:531 t: 4805.58 gain R 2.2752 gain B 1.69074 delta2_sum 90.6268 prior 0.484105 final 90.1427
[3:06:03.614644080] [2089] DEBUG RPiAwb awb.cpp:531 t: 4901.69 gain R 2.2987 gain B 1.67584 delta2_sum 92.4664 prior 0.500689 final 91.9658
[3:06:03.614652617] [2089] DEBUG RPiAwb awb.cpp:531 t: 4999.72 gain R 2.32318 gain B 1.66091 delta2_sum 94.3719 prior 0.517605 final 93.8543
[3:06:03.614661024] [2089] DEBUG RPiAwb awb.cpp:531 t: 5099.72 gain R 2.3487 gain B 1.64595 delta2_sum 96.4944 prior 0.534859 final 95.9596
[3:06:03.614658172] [2091] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 33027.54us (Shutter lines: 2472, AGC requested 33027.54us) Gain: 2.88411 (Gain Code: 668)
[3:06:03.614670487] [2089] DEBUG RPiAwb awb.cpp:531 t: 5201.71 gain R 2.3753 gain B 1.63097 delta2_sum 98.8772 prior 0.552458 final 98.3247
[3:06:03.614679728] [2089] DEBUG RPiAwb awb.cpp:531 t: 5305.75 gain R 2.40307 gain B 1.61596 delta2_sum 101.443 prior 0.570409 final 100.873
[3:06:03.614688302] [2091] DEBUG RPiDpc dpc.cpp:50 strength 1
[3:06:03.614688321] [2089] DEBUG RPiAwb awb.cpp:531 t: 5411.86 gain R 2.43207 gain B 1.60094 delta2_sum 104.202 prior 0.58872 final 103.614
[3:06:03.614695154] [2091] DEBUG RPiNoise noise.cpp:77 constant 0 slope 1.53646
[3:06:03.614697747] [2089] DEBUG RPiAwb awb.cpp:531 t: 5520.1 gain R 2.46238 gain B 1.5859 delta2_sum 107.149 prior 0.607396 final 106.541
[3:06:03.614701747] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Analogue Gain to 668 at index 2
[3:06:03.614513450] [2089] DEBUG RPiAlsc alsc.cpp:769 Stop after 3 iterations
[3:06:03.614721636] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Exposure to 2472 at index 2
[3:06:03.614729358] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Vertical Blanking to 1198 at index 2
[3:06:03.614737506] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Stats
[3:06:03.614702247] [2091] DEBUG RPiGeq geq.cpp:75 offset 231 slope 0.00363789 (analogue gain 1.12281 lux 319.805)
[3:06:03.614742395] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Stats
[3:06:03.614751136] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 1
[3:06:03.614766691] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.998255938
[3:06:03.614766469] [2091] DEBUG RPiDenoise denoise.cpp:119 Noise profile: constant 0 slope 1.53646
[3:06:03.614908710] [2089] DEBUG RPiAlsc alsc.cpp:769 Stop after 3 iterations
[3:06:03.614707191] [2089] DEBUG RPiAwb awb.cpp:531 t: 5630.5 gain R 2.49409 gain B 1.57085 delta2_sum 110.376 prior 0.626446 final 109.75
[3:06:03.614776784] [2091] DEBUG RPiDenoise denoise.cpp:134 const 0 slope 4.30208 str 0.6875 const2 0 slope2 4.91666
[3:06:03.614967840] [2089] DEBUG RPiAwb awb.cpp:531 t: 5743.11 gain R 2.52728 gain B 1.55579 delta2_sum 113.828 prior 0.645877 final 113.182
[3:06:03.614994396] [2091] DEBUG RPiDenoise denoise.cpp:154 programmed tdn threshold 0.05 constant 0 slope 1.22917
[3:06:03.614989581] [2089] DEBUG RPiAwb awb.cpp:531 t: 5857.97 gain R 2.56205 gain B 1.54072 delta2_sum 117.488 prior 0.665697 final 116.822
[3:06:03.615017044] [2091] DEBUG RPiDenoise denoise.cpp:165 programmed cdn threshold 307.292 strength 0.3
[3:06:03.615027748] [2089] DEBUG RPiAwb awb.cpp:531 t: 5975.13 gain R 2.59282 gain B 1.52785 delta2_sum 120.661 prior 0.685912 final 119.975
[3:06:03.615043748] [2091] DEBUG RPiAwb awb.cpp:340 frame_count 2 speed 1
[3:06:03.615054841] [2089] DEBUG RPiAwb awb.cpp:531 t: 6094.64 gain R 2.62153 gain B 1.51622 delta2_sum 123.553 prior 0.690203 final 122.863
[3:06:03.615089415] [2089] DEBUG RPiAwb awb.cpp:531 t: 6216.53 gain R 2.65148 gain B 1.50454 delta2_sum 126.553 prior 0.690203 final 125.863
[3:06:03.615109563] [2089] DEBUG RPiAwb awb.cpp:531 t: 6340.86 gain R 2.68273 gain B 1.49281 delta2_sum 129.69 prior 0.690203 final 129
[3:06:03.615123915] [2089] DEBUG RPiAwb awb.cpp:531 t: 6467.68 gain R 2.71538 gain B 1.48103 delta2_sum 132.87 prior 0.690203 final 132.18
[3:06:03.615137267] [2089] DEBUG RPiAwb awb.cpp:531 t: 6597.03 gain R 2.74951 gain B 1.4692 delta2_sum 136.123 prior 0.690203 final 135.433
[3:06:03.615158767] [2089] DEBUG RPiAwb awb.cpp:531 t: 6728.97 gain R 2.78522 gain B 1.45733 delta2_sum 139.435 prior 0.690203 final 138.745
[3:06:03.615092470] [2091] DEBUG RPiAwb awb.cpp:359 Using AWB gains r 1.98973 g 1 b 1.92771
[3:06:03.615177137] [2089] DEBUG RPiAwb awb.cpp:531 t: 6863.55 gain R 2.82262 gain B 1.44542 delta2_sum 142.844 prior 0.690203 final 142.154
[3:06:03.615215971] [2089] DEBUG RPiAwb awb.cpp:531 t: 7000.82 gain R 2.86181 gain B 1.43347 delta2_sum 146.213 prior 0.690203 final 145.522
[3:06:03.615201952] [2091] DEBUG RPiAgc agc.cpp:238 prepare: no delayed status
[3:06:03.615285323] [2089] DEBUG RPiAwb awb.cpp:531 t: 7140.84 gain R 2.90292 gain B 1.42149 delta2_sum 149.566 prior 0.690203 final 148.876
[3:06:03.615325175] [2091] DEBUG RPiAgc agc.cpp:274 prepare for channel 0
[3:06:03.615338508] [2089] DEBUG RPiAwb awb.cpp:531 t: 7283.65 gain R 2.94608 gain B 1.40946 delta2_sum 152.838 prior 0.690203 final 152.147
[3:06:03.615353360] [2091] DEBUG RPiAgc agc_channel.cpp:488 Want total exposure 95255.13us
[3:06:03.615380490] [2091] DEBUG RPiAgc agc_channel.cpp:494 Actual exposure 1110.11us
[3:06:03.615398120] [2091] DEBUG RPiAgc agc_channel.cpp:495 Use digitalGain 4
[3:06:03.615361879] [2089] DEBUG RPiAwb awb.cpp:531 t: 7429.33 gain R 2.99146 gain B 1.39741 delta2_sum 155.986 prior 0.690203 final 155.296
[3:06:03.615413712] [2091] DEBUG RPiAgc agc_channel.cpp:496 Effective exposure 4440.43us
[3:06:03.615434472] [2089] DEBUG RPiAwb awb.cpp:531 t: 7577.91 gain R 3.0392 gain B 1.38533 delta2_sum 158.916 prior 0.690203 final 158.226
[3:06:03.615461138] [2089] DEBUG RPiAwb awb.cpp:531 t: 7700 gain R 3.07958 gain B 1.37555 delta2_sum 161.087 prior 0.690203 final 160.397
[3:06:03.615467250] [2091] DEBUG RPiAgc agc_channel.cpp:581 Lock count updated to 0
[3:06:03.615533157] [2089] DEBUG RPiAwb awb.cpp:545 Coarse search found CT 4183.55
[3:06:03.615557139] [2091] DEBUG RPiAlsc alsc.cpp:395 frame count 2 speed 1
[3:06:03.615593880] [2091] DEBUG RPiAlsc alsc.cpp:322 Fetch ALSC results
[3:06:03.615650491] [2091] DEBUG RPiCcm ccm.cpp:185 colour temperature 4000K
[3:06:03.615663158] [2091] DEBUG RPiCcm ccm.cpp:187 CCM: 1.5938 -0.399639 -0.194163     -0.354356 1.76521 -0.410857     0.000195241 -0.575493 1.57531
[3:06:03.615680954] [2091] DEBUG RPiAf af.cpp:499 SKIP
[3:06:03.615681361] [2089] DEBUG RPiAwb awb.cpp:556 After quadratic refinement, coarse search has CT 4188.34
[3:06:03.615704658] [2089] DEBUG RPiAwb awb.cpp:665 After coarse search: r 0.486061 b 0.537752 (gains r 2.05736 b 1.85959)
[3:06:03.615689417] [2091] DEBUG RPiAf af.cpp:638 1 sst2->2 stp0->0 ft1.00->1.00 fs1.00->1.00 cont=0 phase=0 conf=0
[3:06:03.615783380] [2089] DEBUG RPiAwb awb.cpp:612 At t 4112.95 r 0.482289 b 0.521118: 84.7601
[3:06:03.615802399] [2091] DEBUG IPARPI pisp.cpp:542 Applying WB R: 1.98973 B: 1.92771
[3:06:03.615819436] [2089] DEBUG RPiAwb awb.cpp:612 At t 4112.95 r 0.49055 b 0.5283: 81.3745
[3:06:03.615848492] [2089] DEBUG RPiAwb awb.cpp:612 At t 4112.95 r 0.498811 b 0.535482: 78.5928
[3:06:03.615861455] [2089] DEBUG RPiAwb awb.cpp:612 At t 4112.95 r 0.507072 b 0.542664: 76.5186
[3:06:03.615874159] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4112.95 r 0.507072 b 0.542664: 76.5186
[3:06:03.615887066] [2089] DEBUG RPiAwb awb.cpp:612 At t 4121.32 r 0.481554 b 0.521963: 84.7343
[3:06:03.615905085] [2089] DEBUG RPiAwb awb.cpp:612 At t 4121.32 r 0.489815 b 0.529145: 81.3265
[3:06:03.615908455] [2091] DEBUG IPARPI pisp.cpp:702 TDN: exposure: 1110.11us last: 1110.11us ratio: 1
[3:06:03.615920603] [2089] DEBUG RPiAwb awb.cpp:612 At t 4121.32 r 0.498076 b 0.536327: 78.5294
[3:06:03.615962437] [2089] DEBUG RPiAwb awb.cpp:612 At t 4121.32 r 0.506338 b 0.54351: 76.449
[3:06:03.615987233] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4121.32 r 0.506338 b 0.54351: 76.449 BEST
[3:06:03.615996178] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Embedded
[3:06:03.616027326] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Embedded
[3:06:03.616024511] [2089] DEBUG RPiAwb awb.cpp:612 At t 4129.7 r 0.480819 b 0.522808: 84.712
[3:06:03.616038381] [2089] DEBUG RPiAwb awb.cpp:612 At t 4129.7 r 0.489081 b 0.52999: 81.283
[3:06:03.616041233] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 1
[3:06:03.616099363] [2089] DEBUG RPiAwb awb.cpp:612 At t 4129.7 r 0.497342 b 0.537172: 78.4726
[3:06:03.616106085] [2087] DEBUG RPI pisp.cpp:2195 Input re-queue to ISP, buffer id 2, timestamp: 11163595562000
[3:06:03.616113400] [2089] DEBUG RPiAwb awb.cpp:612 At t 4129.7 r 0.505603 b 0.544355: 76.3867
[3:06:03.616115937] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Input
[3:06:03.616123234] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4129.7 r 0.505603 b 0.544355: 76.3867 BEST
[3:06:03.616128234] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video20[21:out]: Queueing buffer 1
[3:06:03.616132271] [2089] DEBUG RPiAwb awb.cpp:612 At t 4138.08 r 0.480085 b 0.523653: 84.6954
[3:06:03.616140697] [2089] DEBUG RPiAwb awb.cpp:612 At t 4138.08 r 0.488346 b 0.530835: 81.2466
[3:06:03.616148419] [2089] DEBUG RPiAwb awb.cpp:612 At t 4138.08 r 0.496607 b 0.538017: 78.424
[3:06:03.616156123] [2089] DEBUG RPiAwb awb.cpp:612 At t 4138.08 r 0.504868 b 0.5452: 76.3296
[3:06:03.616166697] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4138.08 r 0.504868 b 0.5452: 76.3296 BEST
[3:06:03.616174789] [2089] DEBUG RPiAwb awb.cpp:612 At t 4146.45 r 0.47935 b 0.524498: 84.686
[3:06:03.616182419] [2089] DEBUG RPiAwb awb.cpp:612 At t 4146.45 r 0.487611 b 0.53168: 81.2186
[3:06:03.616190049] [2089] DEBUG RPiAwb awb.cpp:612 At t 4146.45 r 0.495872 b 0.538863: 78.381
[3:06:03.616195364] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP TDN Input
[3:06:03.616197530] [2089] DEBUG RPiAwb awb.cpp:612 At t 4146.45 r 0.504133 b 0.546045: 76.2786
[3:06:03.616202401] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video21[25:out]: Queueing buffer 1
[3:06:03.616206030] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4146.45 r 0.504133 b 0.546045: 76.2786 BEST
[3:06:03.616214660] [2089] DEBUG RPiAwb awb.cpp:612 At t 4154.83 r 0.478615 b 0.525343: 84.6833
[3:06:03.616222364] [2089] DEBUG RPiAwb awb.cpp:612 At t 4154.83 r 0.486876 b 0.532525: 81.1975
[3:06:03.616230030] [2089] DEBUG RPiAwb awb.cpp:612 At t 4154.83 r 0.495138 b 0.539708: 78.346
[3:06:03.616237697] [2089] DEBUG RPiAwb awb.cpp:612 At t 4154.83 r 0.503399 b 0.54689: 76.2351
[3:06:03.616245290] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4154.83 r 0.503399 b 0.54689: 76.2351 BEST
[3:06:03.616252993] [2089] DEBUG RPiAwb awb.cpp:612 At t 4163.21 r 0.477881 b 0.526188: 84.6834
[3:06:03.616261456] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP TDN Output
[3:06:03.616269753] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video26[26:cap]: Queueing buffer 1
[3:06:03.616260493] [2089] DEBUG RPiAwb awb.cpp:612 At t 4163.21 r 0.486142 b 0.533371: 81.1786
[3:06:03.616334753] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Stitch Input
[3:06:03.616329383] [2089] DEBUG RPiAwb awb.cpp:612 At t 4163.21 r 0.494403 b 0.540553: 78.3196
[3:06:03.616347142] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video22[27:out]: Queueing buffer 0
[3:06:03.616367920] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Stitch Output
[3:06:03.616376586] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video27[28:cap]: Queueing buffer 0
[3:06:03.616358086] [2089] DEBUG RPiAwb awb.cpp:612 At t 4163.21 r 0.502664 b 0.547735: 76.1979
[3:06:03.616403012] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4163.21 r 0.502664 b 0.547735: 76.1979 BEST
[3:06:03.616414216] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP Config
[3:06:03.616423809] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video28[24:out]: Queueing buffer 1
[3:06:03.616479902] [2089] DEBUG RPiAwb awb.cpp:612 At t 4171.58 r 0.477146 b 0.527033: 84.6908
[3:06:03.616494291] [2089] DEBUG RPiAwb awb.cpp:612 At t 4171.58 r 0.485407 b 0.534216: 81.1636
[3:06:03.616502217] [2089] DEBUG RPiAwb awb.cpp:612 At t 4171.58 r 0.493668 b 0.541398: 78.3015
[3:06:03.616509809] [2089] DEBUG RPiAwb awb.cpp:612 At t 4171.58 r 0.501929 b 0.54858: 76.1687
[3:06:03.616531994] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4171.58 r 0.501929 b 0.54858: 76.1687 BEST
[3:06:03.616540457] [2089] DEBUG RPiAwb awb.cpp:612 At t 4179.96 r 0.476411 b 0.527879: 84.7051
[3:06:03.616548124] [2089] DEBUG RPiAwb awb.cpp:612 At t 4179.96 r 0.484672 b 0.535061: 81.1554
[3:06:03.616555643] [2089] DEBUG RPiAwb awb.cpp:612 At t 4179.96 r 0.492933 b 0.542243: 78.2874
[3:06:03.616563143] [2089] DEBUG RPiAwb awb.cpp:612 At t 4179.96 r 0.501195 b 0.549425: 76.1435
[3:06:03.616570921] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4179.96 r 0.501195 b 0.549425: 76.1435 BEST
[3:06:03.616578624] [2089] DEBUG RPiAwb awb.cpp:612 At t 4188.34 r 0.475677 b 0.528724: 84.7215
[3:06:03.616586124] [2089] DEBUG RPiAwb awb.cpp:612 At t 4188.34 r 0.483938 b 0.535906: 81.1518
[3:06:03.616596754] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.996426023
[3:06:03.616606902] [2089] DEBUG RPiAwb awb.cpp:612 At t 4188.34 r 0.492199 b 0.543088: 78.2783
[3:06:03.616628291] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.996394375
[3:06:03.616628643] [2089] DEBUG RPiAwb awb.cpp:612 At t 4188.34 r 0.50046 b 0.55027: 76.1252
[3:06:03.616676088] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4188.34 r 0.50046 b 0.55027: 76.1252 BEST
[3:06:03.616719921] [2089] DEBUG RPiAwb awb.cpp:612 At t 4196.71 r 0.474942 b 0.529569: 84.7414
[3:06:03.616737588] [2089] DEBUG RPiAwb awb.cpp:612 At t 4196.71 r 0.483203 b 0.536751: 81.1533
[3:06:03.616762125] [2089] DEBUG RPiAwb awb.cpp:612 At t 4196.71 r 0.491464 b 0.543933: 78.2747
[3:06:03.616774903] [2089] DEBUG RPiAwb awb.cpp:612 At t 4196.71 r 0.499725 b 0.551115: 76.1135
[3:06:03.616787421] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4196.71 r 0.499725 b 0.551115: 76.1135 BEST
[3:06:03.616799718] [2089] DEBUG RPiAwb awb.cpp:612 At t 4205.09 r 0.474207 b 0.530414: 84.7663
[3:06:03.616820329] [2089] DEBUG RPiAwb awb.cpp:612 At t 4205.09 r 0.482468 b 0.537596: 81.1628
[3:06:03.616899922] [2089] DEBUG RPiAwb awb.cpp:612 At t 4205.09 r 0.490729 b 0.544778: 78.2755
[3:06:03.616918348] [2089] DEBUG RPiAwb awb.cpp:612 At t 4205.09 r 0.49899 b 0.55196: 76.1077
[3:06:03.616931459] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4205.09 r 0.49899 b 0.55196: 76.1077 BEST
[3:06:03.616944274] [2089] DEBUG RPiAwb awb.cpp:612 At t 4213.47 r 0.473472 b 0.531259: 84.7972
[3:06:03.616956478] [2089] DEBUG RPiAwb awb.cpp:612 At t 4213.47 r 0.481733 b 0.538441: 81.1815
[3:06:03.616975996] [2089] DEBUG RPiAwb awb.cpp:612 At t 4213.47 r 0.489995 b 0.545623: 78.2822
[3:06:03.616992626] [2089] DEBUG RPiAwb awb.cpp:612 At t 4213.47 r 0.498256 b 0.552805: 76.1099
[3:06:03.617005219] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4213.47 r 0.498256 b 0.552805: 76.1099
[3:06:03.617017904] [2089] DEBUG RPiAwb awb.cpp:612 At t 4221.84 r 0.472738 b 0.532104: 84.831
[3:06:03.617029478] [2089] DEBUG RPiAwb awb.cpp:612 At t 4221.84 r 0.480999 b 0.539286: 81.2076
[3:06:03.617060293] [2089] DEBUG RPiAwb awb.cpp:612 At t 4221.84 r 0.48926 b 0.546468: 78.2939
[3:06:03.617078311] [2089] DEBUG RPiAwb awb.cpp:612 At t 4221.84 r 0.497521 b 0.55365: 76.1183
[3:06:03.617092534] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4221.84 r 0.497521 b 0.55365: 76.1183
[3:06:03.617120071] [2089] DEBUG RPiAwb awb.cpp:612 At t 4230.22 r 0.472003 b 0.532949: 84.8708
[3:06:03.617136441] [2089] DEBUG RPiAwb awb.cpp:612 At t 4230.22 r 0.480264 b 0.540131: 81.2388
[3:06:03.617199479] [2089] DEBUG RPiAwb awb.cpp:612 At t 4230.22 r 0.488525 b 0.547313: 78.3133
[3:06:03.617216479] [2089] DEBUG RPiAwb awb.cpp:612 At t 4230.22 r 0.496786 b 0.554496: 76.1293
[3:06:03.617228182] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4230.22 r 0.496786 b 0.554496: 76.1293
[3:06:03.617239923] [2089] DEBUG RPiAwb awb.cpp:612 At t 4238.6 r 0.471268 b 0.533794: 84.9179
[3:06:03.617251331] [2089] DEBUG RPiAwb awb.cpp:612 At t 4238.6 r 0.479529 b 0.540976: 81.277
[3:06:03.617268738] [2089] DEBUG RPiAwb awb.cpp:612 At t 4238.6 r 0.48779 b 0.548158: 78.3413
[3:06:03.617283016] [2089] DEBUG RPiAwb awb.cpp:612 At t 4238.6 r 0.496052 b 0.555341: 76.1452
[3:06:03.617296220] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4238.6 r 0.496052 b 0.555341: 76.1452
[3:06:03.617308646] [2089] DEBUG RPiAwb awb.cpp:612 At t 4246.97 r 0.470534 b 0.534639: 84.9727
[3:06:03.617320627] [2089] DEBUG RPiAwb awb.cpp:612 At t 4246.97 r 0.478795 b 0.541821: 81.3197
[3:06:03.617332535] [2089] DEBUG RPiAwb awb.cpp:612 At t 4246.97 r 0.487056 b 0.549004: 78.3766
[3:06:03.617352998] [2089] DEBUG RPiAwb awb.cpp:612 At t 4246.97 r 0.495317 b 0.556186: 76.1652
[3:06:03.617365609] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4246.97 r 0.495317 b 0.556186: 76.1652
[3:06:03.617377868] [2089] DEBUG RPiAwb awb.cpp:612 At t 4255.35 r 0.469799 b 0.535484: 85.029
[3:06:03.617390720] [2089] DEBUG RPiAwb awb.cpp:612 At t 4255.35 r 0.47806 b 0.542666: 81.3686
[3:06:03.617402813] [2089] DEBUG RPiAwb awb.cpp:612 At t 4255.35 r 0.486321 b 0.549849: 78.4162
[3:06:03.617421961] [2089] DEBUG RPiAwb awb.cpp:612 At t 4255.35 r 0.494582 b 0.557031: 76.1917
[3:06:03.617436442] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4255.35 r 0.494582 b 0.557031: 76.1917
[3:06:03.617455665] [2089] DEBUG RPiAwb awb.cpp:612 At t 4263.73 r 0.469064 b 0.536329: 85.0894
[3:06:03.617495720] [2089] DEBUG RPiAwb awb.cpp:612 At t 4263.73 r 0.477325 b 0.543512: 81.4218
[3:06:03.617510109] [2089] DEBUG RPiAwb awb.cpp:612 At t 4263.73 r 0.485586 b 0.550694: 78.46
[3:06:03.617522202] [2089] DEBUG RPiAwb awb.cpp:612 At t 4263.73 r 0.493847 b 0.557876: 76.2233
[3:06:03.617535776] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4263.73 r 0.493847 b 0.557876: 76.2233
[3:06:03.617544906] [2089] DEBUG RPiAwb awb.cpp:641 Fine search found t 4205.09 r 0.49899 b 0.55196
[3:06:03.617553795] [2089] DEBUG RPiAwb awb.cpp:677 After fine search: r 0.49899 b 0.55196 (gains r 2.00405 b 1.81172)
[3:06:03.617569758] [2089] DEBUG RPiAwb awb.cpp:734 CT found is 4205.09 with gains r 2.00405 and b 1.81172
[3:06:03.618972448] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video20[21:out]: Dequeuing buffer 1
[3:06:03.618986837] [2087] DEBUG RPI pisp.cpp:1726 Stream ISP Input buffer complete, buffer id 2, timestamp: 11163618956000
[3:06:03.618996134] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Image
[3:06:03.619004300] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Image
[3:06:03.619013319] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 1
[3:06:03.619027004] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video25[23:cap]: Dequeuing buffer 1
[3:06:03.619037523] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Output1 buffer complete, buffer id 2, timestamp: 11163618956000
[3:06:03.619046634] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Output1
[3:06:03.619053782] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP Output1
[3:06:03.619062078] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 1
[3:06:03.619074097] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video28[24:out]: Dequeuing buffer 1
[3:06:03.619083727] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Config buffer complete, buffer id 2, timestamp: 11163618956000
[3:06:03.619091153] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Config
[3:06:03.619098745] [2087] DEBUG RPI pipeline_base.cpp:1498 Going into Idle state
[3:06:03.619106116] [2087] DEBUG RPI pipeline_base.cpp:1502 Dropping frame at the request of the IPA (5 left)
[3:06:03.619115727] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video21[25:out]: Dequeuing buffer 1
[3:06:03.619125282] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video26[26:cap]: Dequeuing buffer 1
[3:06:03.619134912] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video22[27:out]: Dequeuing buffer 0
[3:06:03.619144282] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video27[28:cap]: Dequeuing buffer 0
[3:06:03.619153227] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.993869346
[3:06:03.628895043] [2087] DEBUG RPI pipeline_base.cpp:1383 Frame start 2
[3:06:03.628904506] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:240 frame 2 started
[3:06:03.628922969] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Vertical Blanking to 1198 at index 2
[3:06:03.628934432] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.984088252
[3:06:03.646339815] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video4[17:cap]: Dequeuing buffer 0
[3:06:03.646354722] [2087] DEBUG Timer timer.cpp:93 Starting timer 0x7ffed80286f8: deadline 3:06:04.646353889
[3:06:03.646366074] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Image buffer dequeue, buffer id 1, timestamp: 11163628884000
[3:06:03.646377630] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Analogue Gain to 112 at index 0
[3:06:03.646439852] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Exposure to 74 at index 0
[3:06:03.646453686] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Horizontal Blanking to 5520 at index 0
[3:06:03.646462334] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Vertical Blanking to 1198 at index 0
[3:06:03.646476464] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video7[18:out]: Dequeuing buffer 2
[3:06:03.646487927] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Config buffer dequeue, buffer id 3, timestamp: 11163628884000
[3:06:03.646496223] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Config
[3:06:03.646505760] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 5 for CFE Config
[3:06:03.646516316] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 4
[3:06:03.646570723] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video6[19:cap]: Dequeuing buffer 2
[3:06:03.646591131] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Stats buffer dequeue, buffer id 3, timestamp: 11163628884000
[3:06:03.646603760] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999750573
[3:06:03.646617335] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video1[20:cap]: Dequeuing buffer 2
[3:06:03.646626853] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Embedded buffer dequeue, buffer id 3, timestamp: 11163628884000
[3:06:03.646641224] [2087] DEBUG RPI pisp.cpp:2296 Signalling IPA processStats and prepareIsp: Bayer buffer id: 1 Stats buffer id: 3 Embedded buffer id: 3
[3:06:03.646656335] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999697851
[3:06:03.646700742] [2091] DEBUG IPARPI ipa_base.cpp:1283 Metadata - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1
[3:06:03.646739391] [2091] DEBUG IPARPI cam_helper_imx708.cpp:113 Embedded buffer size: 28800
[3:06:03.646761243] [2091] DEBUG IPARPI cam_helper.cpp:251 Metadata updated - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1 Temperature: 34
[3:06:03.646976336] [2091] DEBUG RPiLux lux.cpp:96 : estimated lux 325.659
[3:06:03.647000336] [2091] DEBUG RPiAwb awb.cpp:370 frame_phase 1
[3:06:03.647010244] [2091] DEBUG RPiAwb awb.cpp:380 Awb lux value is 325.659
[3:06:03.647019892] [2091] DEBUG RPiAgc agc.cpp:238 process: no delayed status for stats
[3:06:03.647048151] [2091] DEBUG RPiAgc agc.cpp:293 process for channel 0
[3:06:03.647056633] [2091] DEBUG RPiAgc agc.cpp:300 Save DeviceStatus and stats for channel 0
[3:06:03.647062244] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.647070466] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.647079873] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.00200716 target 0.161628 gives gain 10
[3:06:03.647086225] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.0200716 target 0.161628 gives gain 76.7042
[3:06:03.647091707] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.148393 target 0.161628 gives gain 82.9862
[3:06:03.647096874] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.158861 target 0.161628 gives gain 83.9034
[3:06:03.647102077] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.160362 target 0.161628 gives gain 84.042
[3:06:03.647111966] [2091] DEBUG RPiAgc agc_channel.cpp:759 Constraint has target_Y 0.5 giving gain 29.9844
[3:06:03.647117003] [2091] DEBUG RPiAgc agc_channel.cpp:771 Final gain 84.042 (target_Y 0.161628 ev 1 base_ev 1)
[3:06:03.647148318] [2091] DEBUG RPiAgc agc_channel.cpp:807 Target totalExposure 93295.53us
[3:06:03.647158540] [2091] DEBUG RPiAgc agc_channel.cpp:907 After filtering, totalExposure 93295.53us no dg 95255.13us
[3:06:03.647169189] [2091] DEBUG RPiAgc agc_channel.cpp:813 Total exposure before channel constraints 93295.53us
[3:06:03.647178041] [2091] DEBUG RPiAgc agc_channel.cpp:841 Total exposure after channel constraints 93295.53us
[3:06:03.647186929] [2091] DEBUG RPiAgc agc_channel.cpp:856 after AWB, target dg 1 gain 84.042 target_Y 0.161628
[3:06:03.647196429] [2091] DEBUG RPiAgc agc_channel.cpp:873 Digital gain 1 desaturate? 0
[3:06:03.647212430] [2091] DEBUG RPiAgc agc_channel.cpp:875 Target totalExposureNoDG 93295.53us
[3:06:03.647225800] [2091] DEBUG RPiAgc agc_channel.cpp:949 Divided up shutter and gain are 33027.54us and 2.82478
[3:06:03.647237763] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 93295.53us
[3:06:03.647247152] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 33027.54us analogue gain 2.82478
[3:06:03.647256800] [2091] DEBUG RPiAlsc alsc.cpp:430 frame_phase 1
[3:06:03.647264522] [2091] DEBUG RPiAlsc alsc.cpp:363 Starting ALSC calculation
[3:06:03.647271541] [2091] DEBUG RPiAlsc alsc.cpp:333 no AWB results found, using 4000
[3:06:03.647298245] [2091] DEBUG RPiContrast contrast.cpp:111 Move histogram point 1.49181 to 983.04
[3:06:03.647310208] [2091] DEBUG RPiContrast contrast.cpp:115 Final values 983.04 -> 983.04
[3:06:03.647319374] [2091] DEBUG RPiContrast contrast.cpp:132 Move histogram point 378.514 to 62259.2
[3:06:03.647328078] [2091] DEBUG RPiContrast contrast.cpp:136 Final values 60259.2 -> 62259.2
[3:06:03.647349189] [2091] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 33027.54us (Shutter lines: 2472, AGC requested 33027.54us) Gain: 2.82478 (Gain Code: 661)
[3:06:03.647384060] [2091] DEBUG RPiDpc dpc.cpp:50 strength 1
[3:06:03.647395264] [2091] DEBUG RPiNoise noise.cpp:77 constant 0 slope 1.53646
[3:06:03.647392912] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Analogue Gain to 661 at index 3
[3:06:03.647406560] [2091] DEBUG RPiGeq geq.cpp:75 offset 231 slope 0.00363789 (analogue gain 1.12281 lux 325.659)
[3:06:03.647420393] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Exposure to 2472 at index 3
[3:06:03.647446079] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Vertical Blanking to 1198 at index 3
[3:06:03.647457505] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Stats
[3:06:03.647466097] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 3 for CFE Stats
[3:06:03.647475801] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 2
[3:06:03.647418116] [2089] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.647437579] [2091] DEBUG RPiDenoise denoise.cpp:119 Noise profile: constant 0 slope 1.53646
[3:06:03.647493523] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.998862255
[3:06:03.647520023] [2091] DEBUG RPiDenoise denoise.cpp:134 const 0 slope 3.84114 str 0.640625 const2 0 slope2 4.91666
[3:06:03.647529079] [2091] DEBUG RPiDenoise denoise.cpp:154 programmed tdn threshold 0.05 constant 0 slope 1.22917
[3:06:03.647522746] [2089] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.647534949] [2091] DEBUG RPiDenoise denoise.cpp:165 programmed cdn threshold 307.292 strength 0.3
[3:06:03.647668265] [2091] DEBUG RPiAwb awb.cpp:340 frame_count 3 speed 1
[3:06:03.647714246] [2091] DEBUG RPiAwb awb.cpp:299 Fetch AWB results
[3:06:03.647728450] [2091] DEBUG RPiAwb awb.cpp:359 Using AWB gains r 2.00405 g 1 b 1.81172
[3:06:03.647744061] [2091] DEBUG RPiAgc agc.cpp:238 prepare: no delayed status
[3:06:03.647750209] [2091] DEBUG RPiAgc agc.cpp:274 prepare for channel 0
[3:06:03.647755006] [2091] DEBUG RPiAgc agc_channel.cpp:488 Want total exposure 93295.53us
[3:06:03.647761265] [2091] DEBUG RPiAgc agc_channel.cpp:494 Actual exposure 1110.11us
[3:06:03.647766061] [2091] DEBUG RPiAgc agc_channel.cpp:495 Use digitalGain 4
[3:06:03.647770210] [2091] DEBUG RPiAgc agc_channel.cpp:496 Effective exposure 4440.43us
[3:06:03.647775228] [2091] DEBUG RPiAgc agc_channel.cpp:581 Lock count updated to 1
[3:06:03.647780173] [2091] DEBUG RPiAlsc alsc.cpp:395 frame count 3 speed 1
[3:06:03.647830488] [2091] DEBUG RPiCcm ccm.cpp:185 colour temperature 4205.09K
[3:06:03.647843876] [2091] DEBUG RPiCcm ccm.cpp:187 CCM: 1.58128 -0.384954 -0.196322     -0.342225 1.77473 -0.432511     -0.00425993 -0.564771 1.56904
[3:06:03.647862117] [2091] DEBUG RPiAf af.cpp:499 SKIP
[3:06:03.647870395] [2091] DEBUG RPiAf af.cpp:638 1 sst2->2 stp0->0 ft1.00->1.00 fs1.00->1.00 cont=0 phase=0 conf=0
[3:06:03.647890932] [2089] DEBUG RPiAlsc alsc.cpp:769 Stop after 3 iterations
[3:06:03.647887636] [2091] DEBUG IPARPI pisp.cpp:542 Applying WB R: 2.00405 B: 1.81172
[3:06:03.647936655] [2091] DEBUG IPARPI pisp.cpp:702 TDN: exposure: 1110.11us last: 1110.11us ratio: 1
[3:06:03.648020155] [2089] DEBUG RPiAlsc alsc.cpp:769 Stop after 4 iterations
[3:06:03.649009307] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Embedded
[3:06:03.649027363] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 3 for CFE Embedded
[3:06:03.649038807] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 2
[3:06:03.649071474] [2087] DEBUG RPI pisp.cpp:2195 Input re-queue to ISP, buffer id 1, timestamp: 11163628884000
[3:06:03.649119085] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Input
[3:06:03.649133419] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video20[21:out]: Queueing buffer 0
[3:06:03.649192234] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP TDN Input
[3:06:03.649206623] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video21[25:out]: Queueing buffer 0
[3:06:03.649228771] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP TDN Output
[3:06:03.649273160] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video26[26:cap]: Queueing buffer 0
[3:06:03.649292178] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Stitch Input
[3:06:03.649311364] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video22[27:out]: Queueing buffer 0
[3:06:03.649326660] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Stitch Output
[3:06:03.649336771] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video27[28:cap]: Queueing buffer 0
[3:06:03.649355679] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Config
[3:06:03.649364512] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video28[24:out]: Queueing buffer 0
[3:06:03.649508439] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.996845895
[3:06:03.651820114] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video20[21:out]: Dequeuing buffer 0
[3:06:03.651835577] [2087] DEBUG RPI pisp.cpp:1726 Stream ISP Input buffer complete, buffer id 1, timestamp: 11163651805000
[3:06:03.651844633] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Image
[3:06:03.651852911] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Image
[3:06:03.651861892] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 0
[3:06:03.651875689] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video25[23:cap]: Dequeuing buffer 0
[3:06:03.651886466] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Output1 buffer complete, buffer id 1, timestamp: 11163651805000
[3:06:03.651895559] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Output1
[3:06:03.651904059] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Output1
[3:06:03.651912966] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 0
[3:06:03.651946281] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video28[24:out]: Dequeuing buffer 0
[3:06:03.651960726] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Config buffer complete, buffer id 1, timestamp: 11163651805000
[3:06:03.651969133] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Config
[3:06:03.651976948] [2087] DEBUG RPI pipeline_base.cpp:1498 Going into Idle state
[3:06:03.651984208] [2087] DEBUG RPI pipeline_base.cpp:1502 Dropping frame at the request of the IPA (4 left)
[3:06:03.651994615] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video21[25:out]: Dequeuing buffer 0
[3:06:03.652011782] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video26[26:cap]: Dequeuing buffer 0
[3:06:03.652022282] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video22[27:out]: Dequeuing buffer 0
[3:06:03.652044597] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video27[28:cap]: Dequeuing buffer 0
[3:06:03.652063337] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.994291107
[3:06:03.662218062] [2087] DEBUG RPI pipeline_base.cpp:1383 Frame start 3
[3:06:03.662227618] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:240 frame 3 started
[3:06:03.662233766] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Analogue Gain to 668 at index 2
[3:06:03.662239433] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Exposure to 2472 at index 2
[3:06:03.662251711] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Vertical Blanking to 1198 at index 3
[3:06:03.663261789] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.983093230
[3:06:03.679663483] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video4[17:cap]: Dequeuing buffer 1
[3:06:03.679673798] [2087] DEBUG Timer timer.cpp:93 Starting timer 0x7ffed80286f8: deadline 3:06:04.679672983
[3:06:03.679680575] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Image buffer dequeue, buffer id 2, timestamp: 11163662205000
[3:06:03.679687020] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Analogue Gain to 112 at index 0
[3:06:03.679691946] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Exposure to 74 at index 0
[3:06:03.679695909] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Horizontal Blanking to 5520 at index 0
[3:06:03.679699761] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Vertical Blanking to 1198 at index 0
[3:06:03.679707612] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video7[18:out]: Dequeuing buffer 3
[3:06:03.679714835] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Config buffer dequeue, buffer id 4, timestamp: 11163662205000
[3:06:03.679718779] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Config
[3:06:03.679724798] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 6 for CFE Config
[3:06:03.679731020] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 5
[3:06:03.679777002] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video6[19:cap]: Dequeuing buffer 3
[3:06:03.679782816] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Stats buffer dequeue, buffer id 4, timestamp: 11163662205000
[3:06:03.679787631] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999885648
[3:06:03.679795465] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video1[20:cap]: Dequeuing buffer 3
[3:06:03.679800780] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Embedded buffer dequeue, buffer id 4, timestamp: 11163662205000
[3:06:03.679810650] [2087] DEBUG RPI pisp.cpp:2296 Signalling IPA processStats and prepareIsp: Bayer buffer id: 2 Stats buffer id: 4 Embedded buffer id: 4
[3:06:03.679820317] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999852963
[3:06:03.679845946] [2091] DEBUG IPARPI ipa_base.cpp:1283 Metadata - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1
[3:06:03.679886928] [2091] DEBUG IPARPI cam_helper_imx708.cpp:113 Embedded buffer size: 28800
[3:06:03.679903854] [2091] DEBUG IPARPI cam_helper.cpp:251 Metadata updated - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1 Temperature: 34
[3:06:03.680119707] [2091] DEBUG RPiLux lux.cpp:96 : estimated lux 325.514
[3:06:03.680138614] [2091] DEBUG RPiAwb awb.cpp:370 frame_phase 2
[3:06:03.680159929] [2091] DEBUG RPiAwb awb.cpp:380 Awb lux value is 325.514
[3:06:03.680171262] [2091] DEBUG RPiAwb awb.cpp:312 Starting AWB calculation
[3:06:03.680182892] [2091] DEBUG RPiAgc agc.cpp:238 process: no delayed status for stats
[3:06:03.680230615] [2091] DEBUG RPiAgc agc.cpp:293 process for channel 0
[3:06:03.680243929] [2091] DEBUG RPiAgc agc.cpp:300 Save DeviceStatus and stats for channel 0
[3:06:03.680254578] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.680280152] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.680269152] [2089] DEBUG RPiAwb awb.cpp:728 Valid zones: 909
[3:06:03.680314911] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.00200627 target 0.161628 gives gain 10
[3:06:03.680339930] [2089] DEBUG RPiAwb awb.cpp:660 (2000,0.526499)
[3:06:03.680351597] [2089] DEBUG RPiAwb awb.cpp:660 (3000,0.180598)
[3:06:03.680363263] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.0200627 target 0.161628 gives gain 76.7364
[3:06:03.680394504] [2089] DEBUG RPiAwb awb.cpp:660 (6000,0.722394)
[3:06:03.680411449] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.148445 target 0.161628 gives gain 82.9921
[3:06:03.680418504] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.158874 target 0.161628 gives gain 83.9023
[3:06:03.680423856] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.160364 target 0.161628 gives gain 84.0392
[3:06:03.680433875] [2091] DEBUG RPiAgc agc_channel.cpp:759 Constraint has target_Y 0.5 giving gain 30.0661
[3:06:03.680438930] [2091] DEBUG RPiAgc agc_channel.cpp:771 Final gain 84.0392 (target_Y 0.161628 ev 1 base_ev 1)
[3:06:03.680445041] [2091] DEBUG RPiAgc agc_channel.cpp:807 Target totalExposure 93292.44us
[3:06:03.680462060] [2089] DEBUG RPiAwb awb.cpp:660 (13000,0.722394)
[3:06:03.680477949] [2089] DEBUG RPiAwb awb.cpp:531 t: 2500 gain R 1.44046 gain B 3.30557 delta2_sum 164.598 prior 0.353548 final 164.244
[3:06:03.680491875] [2089] DEBUG RPiAwb awb.cpp:531 t: 2550 gain R 1.45537 gain B 3.22054 delta2_sum 161.129 prior 0.336253 final 160.793
[3:06:03.680505023] [2089] DEBUG RPiAwb awb.cpp:531 t: 2601 gain R 1.47089 gain B 3.13821 delta2_sum 157.479 prior 0.318613 final 157.161
[3:06:03.680450597] [2091] DEBUG RPiAgc agc_channel.cpp:907 After filtering, totalExposure 93295.53us no dg 93295.53us
[3:06:03.680548634] [2089] DEBUG RPiAwb awb.cpp:531 t: 2653.02 gain R 1.48707 gain B 3.05846 delta2_sum 153.568 prior 0.300619 final 153.268
[3:06:03.680528208] [2091] DEBUG RPiAgc agc_channel.cpp:813 Total exposure before channel constraints 93295.53us
[3:06:03.680576283] [2091] DEBUG RPiAgc agc_channel.cpp:841 Total exposure after channel constraints 93295.53us
[3:06:03.680585894] [2091] DEBUG RPiAgc agc_channel.cpp:856 after AWB, target dg 1 gain 84.0392 target_Y 0.161628
[3:06:03.680609783] [2091] DEBUG RPiAgc agc_channel.cpp:873 Digital gain 1 desaturate? 0
[3:06:03.680600394] [2089] DEBUG RPiAwb awb.cpp:531 t: 2706.08 gain R 1.50394 gain B 2.98119 delta2_sum 149.58 prior 0.282265 final 149.298
[3:06:03.680658283] [2091] DEBUG RPiAgc agc_channel.cpp:875 Target totalExposureNoDG 93295.53us
[3:06:03.680638264] [2089] DEBUG RPiAwb awb.cpp:531 t: 2760.2 gain R 1.52155 gain B 2.90629 delta2_sum 145.555 prior 0.263545 final 145.292
[3:06:03.680693635] [2091] DEBUG RPiAgc agc_channel.cpp:949 Divided up shutter and gain are 33027.54us and 2.82478
[3:06:03.680710228] [2089] DEBUG RPiAwb awb.cpp:531 t: 2815.41 gain R 1.53994 gain B 2.83367 delta2_sum 141.454 prior 0.244449 final 141.21
[3:06:03.680720487] [2089] DEBUG RPiAwb awb.cpp:531 t: 2871.71 gain R 1.55916 gain B 2.76325 delta2_sum 137.375 prior 0.224972 final 137.15
[3:06:03.680729468] [2089] DEBUG RPiAwb awb.cpp:531 t: 2929.15 gain R 1.57926 gain B 2.69493 delta2_sum 133.296 prior 0.205106 final 133.091
[3:06:03.680738265] [2089] DEBUG RPiAwb awb.cpp:531 t: 2987.73 gain R 1.60032 gain B 2.62864 delta2_sum 129.08 prior 0.184842 final 128.895
[3:06:03.680747005] [2089] DEBUG RPiAwb awb.cpp:531 t: 3047.49 gain R 1.62237 gain B 2.56431 delta2_sum 125.044 prior 0.189174 final 124.855
[3:06:03.680757487] [2089] DEBUG RPiAwb awb.cpp:531 t: 3108.44 gain R 1.64551 gain B 2.50185 delta2_sum 120.942 prior 0.200182 final 120.742
[3:06:03.680766394] [2089] DEBUG RPiAwb awb.cpp:531 t: 3170.6 gain R 1.66979 gain B 2.4412 delta2_sum 116.983 prior 0.211409 final 116.772
[3:06:03.680775043] [2089] DEBUG RPiAwb awb.cpp:531 t: 3234.02 gain R 1.69531 gain B 2.3823 delta2_sum 113.323 prior 0.222861 final 113.1
[3:06:03.680783802] [2089] DEBUG RPiAwb awb.cpp:531 t: 3298.7 gain R 1.72216 gain B 2.32507 delta2_sum 110.001 prior 0.234543 final 109.766
[3:06:03.680792617] [2089] DEBUG RPiAwb awb.cpp:531 t: 3364.67 gain R 1.75044 gain B 2.26947 delta2_sum 106.783 prior 0.246457 final 106.537
[3:06:03.680801117] [2089] DEBUG RPiAwb awb.cpp:531 t: 3431.96 gain R 1.78025 gain B 2.21542 delta2_sum 103.83 prior 0.25861 final 103.572
[3:06:03.680809635] [2089] DEBUG RPiAwb awb.cpp:531 t: 3500.6 gain R 1.81173 gain B 2.16289 delta2_sum 101.033 prior 0.271007 final 100.762
[3:06:03.680903210] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 93295.53us
[3:06:03.680921580] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 33027.54us analogue gain 2.82478
[3:06:03.680933580] [2091] DEBUG RPiAlsc alsc.cpp:430 frame_phase 1
[3:06:03.680943617] [2091] DEBUG RPiContrast contrast.cpp:111 Move histogram point 1.49543 to 983.04
[3:06:03.680954747] [2091] DEBUG RPiContrast contrast.cpp:115 Final values 983.04 -> 983.04
[3:06:03.680964525] [2091] DEBUG RPiContrast contrast.cpp:132 Move histogram point 378.062 to 62259.2
[3:06:03.680976155] [2091] DEBUG RPiContrast contrast.cpp:136 Final values 60259.2 -> 62259.2
[3:06:03.680997210] [2091] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 33027.54us (Shutter lines: 2472, AGC requested 33027.54us) Gain: 2.82478 (Gain Code: 661)
[3:06:03.681022284] [2091] DEBUG RPiDpc dpc.cpp:50 strength 1
[3:06:03.681037007] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Analogue Gain to 661 at index 4
[3:06:03.681052451] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Exposure to 2472 at index 4
[3:06:03.681057877] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Vertical Blanking to 1198 at index 4
[3:06:03.681056340] [2089] DEBUG RPiAwb awb.cpp:531 t: 3570.62 gain R 1.845 gain B 2.11181 delta2_sum 97.7828 prior 0.283651 final 97.4992
[3:06:03.681065173] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Stats
[3:06:03.681067636] [2089] DEBUG RPiAwb awb.cpp:531 t: 3642.03 gain R 1.87274 gain B 2.07195 delta2_sum 95.0655 prior 0.296548 final 94.769
[3:06:03.681070155] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 4 for CFE Stats
[3:06:03.681089896] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 3
[3:06:03.681044229] [2091] DEBUG RPiNoise noise.cpp:77 constant 0 slope 1.53646
[3:06:03.681154377] [2091] DEBUG RPiGeq geq.cpp:75 offset 231 slope 0.00363789 (analogue gain 1.12281 lux 325.514)
[3:06:03.681108155] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.998565272
[3:06:03.681078377] [2089] DEBUG RPiAwb awb.cpp:531 t: 3714.87 gain R 1.89542 gain B 2.04088 delta2_sum 92.9433 prior 0.309702 final 92.6336
[3:06:03.681199841] [2089] DEBUG RPiAwb awb.cpp:531 t: 3789.17 gain R 1.91912 gain B 2.01013 delta2_sum 90.8559 prior 0.32312 final 90.5328
[3:06:03.681175007] [2091] DEBUG RPiDenoise denoise.cpp:119 Noise profile: constant 0 slope 1.53646
[3:06:03.681227081] [2091] DEBUG RPiDenoise denoise.cpp:134 const 0 slope 3.49544 str 0.605469 const2 0 slope2 4.91666
[3:06:03.681273582] [2089] DEBUG RPiAwb awb.cpp:531 t: 3864.95 gain R 1.94392 gain B 1.9797 delta2_sum 89.0206 prior 0.336807 final 88.6838
[3:06:03.681318971] [2091] DEBUG RPiDenoise denoise.cpp:154 programmed tdn threshold 0.05 constant 0 slope 1.22917
[3:06:03.681346600] [2089] DEBUG RPiAwb awb.cpp:531 t: 3942.25 gain R 1.96988 gain B 1.9496 delta2_sum 87.4914 prior 0.350767 final 87.1407
[3:06:03.681366452] [2091] DEBUG RPiDenoise denoise.cpp:165 programmed cdn threshold 307.292 strength 0.3
[3:06:03.681385230] [2091] DEBUG RPiAwb awb.cpp:340 frame_count 4 speed 1
[3:06:03.681403730] [2089] DEBUG RPiAwb awb.cpp:531 t: 4021.09 gain R 1.99709 gain B 1.91983 delta2_sum 86.3438 prior 0.365006 final 85.9788
[3:06:03.681490305] [2089] DEBUG RPiAwb awb.cpp:531 t: 4101.51 gain R 2.02562 gain B 1.89039 delta2_sum 85.7112 prior 0.37953 final 85.3317
[3:06:03.681429619] [2091] DEBUG RPiAwb awb.cpp:359 Using AWB gains r 2.00405 g 1 b 1.81172
[3:06:03.681520046] [2091] DEBUG RPiAgc agc.cpp:238 prepare: no delayed status
[3:06:03.681527694] [2091] DEBUG RPiAgc agc.cpp:274 prepare for channel 0
[3:06:03.681540472] [2089] DEBUG RPiAwb awb.cpp:531 t: 4183.55 gain R 2.05558 gain B 1.86127 delta2_sum 85.6536 prior 0.394345 final 85.2593
[3:06:03.681563879] [2091] DEBUG RPiAgc agc_channel.cpp:488 Want total exposure 93295.53us
[3:06:03.681582879] [2089] DEBUG RPiAwb awb.cpp:531 t: 4267.22 gain R 2.08706 gain B 1.83248 delta2_sum 86.2634 prior 0.409456 final 85.854
[3:06:03.681596842] [2091] DEBUG RPiAgc agc_channel.cpp:494 Actual exposure 1110.11us
[3:06:03.681607675] [2091] DEBUG RPiAgc agc_channel.cpp:495 Use digitalGain 4
[3:06:03.681634435] [2091] DEBUG RPiAgc agc_channel.cpp:496 Effective exposure 4440.43us
[3:06:03.681654953] [2091] DEBUG RPiAgc agc_channel.cpp:581 Lock count updated to 2
[3:06:03.681627287] [2089] DEBUG RPiAwb awb.cpp:531 t: 4352.56 gain R 2.12019 gain B 1.80401 delta2_sum 87.4339 prior 0.424869 final 87.009
[3:06:03.681672324] [2089] DEBUG RPiAwb awb.cpp:531 t: 4439.61 gain R 2.15507 gain B 1.77588 delta2_sum 89.097 prior 0.44059 final 88.6564
[3:06:03.681688750] [2091] DEBUG RPiAlsc alsc.cpp:395 frame count 4 speed 1
[3:06:03.681730120] [2091] DEBUG RPiAlsc alsc.cpp:322 Fetch ALSC results
[3:06:03.681745435] [2089] DEBUG RPiAwb awb.cpp:531 t: 4528.4 gain R 2.19186 gain B 1.74807 delta2_sum 91.4539 prior 0.456626 final 90.9973
[3:06:03.681756491] [2089] DEBUG RPiAwb awb.cpp:531 t: 4618.97 gain R 2.2307 gain B 1.72059 delta2_sum 94.3999 prior 0.472982 final 93.927
[3:06:03.681765361] [2089] DEBUG RPiAwb awb.cpp:531 t: 4711.35 gain R 2.25262 gain B 1.70561 delta2_sum 96.1954 prior 0.489666 final 95.7057
[3:06:03.681818491] [2091] DEBUG RPiCcm ccm.cpp:185 colour temperature 4205.09K
[3:06:03.681773917] [2089] DEBUG RPiAwb awb.cpp:531 t: 4805.58 gain R 2.2752 gain B 1.69074 delta2_sum 98.178 prior 0.506683 final 97.6713
[3:06:03.681880288] [2091] DEBUG RPiCcm ccm.cpp:187 CCM: 1.58128 -0.384954 -0.196322     -0.342225 1.77473 -0.432511     -0.00425993 -0.564771 1.56904
[3:06:03.681900214] [2089] DEBUG RPiAwb awb.cpp:531 t: 4901.69 gain R 2.2987 gain B 1.67584 delta2_sum 100.313 prior 0.524041 final 99.7886
[3:06:03.681919121] [2091] DEBUG RPiAf af.cpp:499 SKIP
[3:06:03.681939418] [2089] DEBUG RPiAwb awb.cpp:531 t: 4999.72 gain R 2.32318 gain B 1.66091 delta2_sum 102.592 prior 0.541745 final 102.05
[3:06:03.681957844] [2091] DEBUG RPiAf af.cpp:638 1 sst2->2 stp0->0 ft1.00->1.00 fs1.00->1.00 cont=0 phase=0 conf=0
[3:06:03.681973973] [2089] DEBUG RPiAwb awb.cpp:531 t: 5099.72 gain R 2.3487 gain B 1.64595 delta2_sum 105.059 prior 0.559804 final 104.499
[3:06:03.681995066] [2091] DEBUG IPARPI pisp.cpp:542 Applying WB R: 2.00405 B: 1.81172
[3:06:03.682016399] [2089] DEBUG RPiAwb awb.cpp:531 t: 5201.71 gain R 2.3753 gain B 1.63097 delta2_sum 107.772 prior 0.578224 final 107.194
[3:06:03.682060048] [2091] DEBUG IPARPI pisp.cpp:702 TDN: exposure: 1110.11us last: 1110.11us ratio: 1
[3:06:03.682086492] [2089] DEBUG RPiAwb awb.cpp:531 t: 5305.75 gain R 2.40307 gain B 1.61596 delta2_sum 110.713 prior 0.597013 final 110.116
[3:06:03.682103603] [2089] DEBUG RPiAwb awb.cpp:531 t: 5411.86 gain R 2.43207 gain B 1.60094 delta2_sum 113.864 prior 0.616177 final 113.248
[3:06:03.682145789] [2089] DEBUG RPiAwb awb.cpp:531 t: 5520.1 gain R 2.46238 gain B 1.5859 delta2_sum 117.299 prior 0.635724 final 116.663
[3:06:03.682173215] [2089] DEBUG RPiAwb awb.cpp:531 t: 5630.5 gain R 2.49409 gain B 1.57085 delta2_sum 120.993 prior 0.655663 final 120.337
[3:06:03.682184622] [2089] DEBUG RPiAwb awb.cpp:531 t: 5743.11 gain R 2.52728 gain B 1.55579 delta2_sum 124.913 prior 0.676 final 124.237
[3:06:03.682194363] [2089] DEBUG RPiAwb awb.cpp:531 t: 5857.97 gain R 2.56205 gain B 1.54072 delta2_sum 128.975 prior 0.696744 final 128.278
[3:06:03.682203345] [2089] DEBUG RPiAwb awb.cpp:531 t: 5975.13 gain R 2.59282 gain B 1.52785 delta2_sum 132.477 prior 0.717903 final 131.759
[3:06:03.682212011] [2089] DEBUG RPiAwb awb.cpp:531 t: 6094.64 gain R 2.62153 gain B 1.51622 delta2_sum 135.663 prior 0.722394 final 134.941
[3:06:03.682215974] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Embedded
[3:06:03.682226419] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 4 for CFE Embedded
[3:06:03.682221308] [2089] DEBUG RPiAwb awb.cpp:531 t: 6216.53 gain R 2.65148 gain B 1.50454 delta2_sum 138.909 prior 0.722394 final 138.186
[3:06:03.682235826] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 3
[3:06:03.682249326] [2087] DEBUG RPI pisp.cpp:2195 Input re-queue to ISP, buffer id 2, timestamp: 11163662205000
[3:06:03.682254548] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Input
[3:06:03.682249622] [2089] DEBUG RPiAwb awb.cpp:531 t: 6340.86 gain R 2.68273 gain B 1.49281 delta2_sum 142.186 prior 0.722394 final 141.464
[3:06:03.682260400] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video20[21:out]: Queueing buffer 1
[3:06:03.682269197] [2089] DEBUG RPiAwb awb.cpp:531 t: 6467.68 gain R 2.71538 gain B 1.48103 delta2_sum 145.472 prior 0.722394 final 144.75
[3:06:03.682319197] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP TDN Input
[3:06:03.682334030] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video21[25:out]: Queueing buffer 1
[3:06:03.682339975] [2089] DEBUG RPiAwb awb.cpp:531 t: 6597.03 gain R 2.74951 gain B 1.4692 delta2_sum 148.752 prior 0.722394 final 148.029
[3:06:03.682407179] [2089] DEBUG RPiAwb awb.cpp:531 t: 6728.97 gain R 2.78522 gain B 1.45733 delta2_sum 151.999 prior 0.722394 final 151.277
[3:06:03.682432864] [2089] DEBUG RPiAwb awb.cpp:531 t: 6863.55 gain R 2.82262 gain B 1.44542 delta2_sum 155.227 prior 0.722394 final 154.504
[3:06:03.682450049] [2089] DEBUG RPiAwb awb.cpp:531 t: 7000.82 gain R 2.86181 gain B 1.43347 delta2_sum 158.397 prior 0.722394 final 157.675
[3:06:03.682463697] [2089] DEBUG RPiAwb awb.cpp:531 t: 7140.84 gain R 2.90292 gain B 1.42149 delta2_sum 161.426 prior 0.722394 final 160.703
[3:06:03.682414753] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP TDN Output
[3:06:03.682495938] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video26[26:cap]: Queueing buffer 1
[3:06:03.682477216] [2089] DEBUG RPiAwb awb.cpp:531 t: 7283.65 gain R 2.94608 gain B 1.40946 delta2_sum 164.289 prior 0.722394 final 163.567
[3:06:03.682525438] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Stitch Input
[3:06:03.682531012] [2089] DEBUG RPiAwb awb.cpp:531 t: 7429.33 gain R 2.99146 gain B 1.39741 delta2_sum 166.928 prior 0.722394 final 166.206
[3:06:03.682567253] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video22[27:out]: Queueing buffer 0
[3:06:03.682585068] [2089] DEBUG RPiAwb awb.cpp:531 t: 7577.91 gain R 3.0392 gain B 1.38533 delta2_sum 169.378 prior 0.722394 final 168.655
[3:06:03.682609068] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Stitch Output
[3:06:03.682615050] [2089] DEBUG RPiAwb awb.cpp:531 t: 7700 gain R 3.07958 gain B 1.37555 delta2_sum 171.155 prior 0.722394 final 170.433
[3:06:03.682692532] [2089] DEBUG RPiAwb awb.cpp:545 Coarse search found CT 4183.55
[3:06:03.682699439] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video27[28:cap]: Queueing buffer 0
[3:06:03.682708902] [2089] DEBUG RPiAwb awb.cpp:556 After quadratic refinement, coarse search has CT 4151.68
[3:06:03.682730050] [2089] DEBUG RPiAwb awb.cpp:665 After coarse search: r 0.489276 b 0.534054 (gains r 2.04384 b 1.87247)
[3:06:03.682735161] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP Config
[3:06:03.682746236] [2089] DEBUG RPiAwb awb.cpp:612 At t 4076.95 r 0.485446 b 0.517487: 90.6018
[3:06:03.682763884] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video28[24:out]: Queueing buffer 1
[3:06:03.682762365] [2089] DEBUG RPiAwb awb.cpp:612 At t 4076.95 r 0.493707 b 0.524669: 86.4325
[3:06:03.682788421] [2089] DEBUG RPiAwb awb.cpp:612 At t 4076.95 r 0.501968 b 0.531851: 82.8827
[3:06:03.682804106] [2089] DEBUG RPiAwb awb.cpp:612 At t 4076.95 r 0.510229 b 0.539033: 79.8207
[3:06:03.682885458] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4076.95 r 0.510229 b 0.539033: 79.8207
[3:06:03.682911662] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.996761821
[3:06:03.682909681] [2089] DEBUG RPiAwb awb.cpp:612 At t 4085.26 r 0.484718 b 0.518324: 90.5785
[3:06:03.683008200] [2089] DEBUG RPiAwb awb.cpp:612 At t 4085.26 r 0.492979 b 0.525507: 86.3871
[3:06:03.683022366] [2089] DEBUG RPiAwb awb.cpp:612 At t 4085.26 r 0.50124 b 0.532689: 82.8126
[3:06:03.683030737] [2089] DEBUG RPiAwb awb.cpp:612 At t 4085.26 r 0.509501 b 0.539871: 79.749
[3:06:03.683039311] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4085.26 r 0.509501 b 0.539871: 79.749 BEST
[3:06:03.683049366] [2089] DEBUG RPiAwb awb.cpp:612 At t 4093.56 r 0.483989 b 0.519162: 90.5651
[3:06:03.683057552] [2089] DEBUG RPiAwb awb.cpp:612 At t 4093.56 r 0.49225 b 0.526344: 86.3464
[3:06:03.683064996] [2089] DEBUG RPiAwb awb.cpp:612 At t 4093.56 r 0.500511 b 0.533526: 82.7493
[3:06:03.683072478] [2089] DEBUG RPiAwb awb.cpp:612 At t 4093.56 r 0.508773 b 0.540709: 79.681
[3:06:03.683080126] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4093.56 r 0.508773 b 0.540709: 79.681 BEST
[3:06:03.683087829] [2089] DEBUG RPiAwb awb.cpp:612 At t 4101.86 r 0.483261 b 0.52: 90.5609
[3:06:03.683095441] [2089] DEBUG RPiAwb awb.cpp:612 At t 4101.86 r 0.491522 b 0.527182: 86.3138
[3:06:03.683102996] [2089] DEBUG RPiAwb awb.cpp:612 At t 4101.86 r 0.499783 b 0.534364: 82.6904
[3:06:03.683110552] [2089] DEBUG RPiAwb awb.cpp:612 At t 4101.86 r 0.508044 b 0.541546: 79.6187
[3:06:03.683118237] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4101.86 r 0.508044 b 0.541546: 79.6187 BEST
[3:06:03.683125830] [2089] DEBUG RPiAwb awb.cpp:612 At t 4110.17 r 0.482533 b 0.520837: 90.5647
[3:06:03.683133478] [2089] DEBUG RPiAwb awb.cpp:612 At t 4110.17 r 0.490794 b 0.52802: 86.2873
[3:06:03.683141015] [2089] DEBUG RPiAwb awb.cpp:612 At t 4110.17 r 0.499055 b 0.535202: 82.638
[3:06:03.683149441] [2089] DEBUG RPiAwb awb.cpp:612 At t 4110.17 r 0.507316 b 0.542384: 79.5622
[3:06:03.683156978] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4110.17 r 0.507316 b 0.542384: 79.5622 BEST
[3:06:03.683164737] [2089] DEBUG RPiAwb awb.cpp:612 At t 4118.47 r 0.481804 b 0.521675: 90.572
[3:06:03.683172533] [2089] DEBUG RPiAwb awb.cpp:612 At t 4118.47 r 0.490066 b 0.528857: 86.2663
[3:06:03.683180145] [2089] DEBUG RPiAwb awb.cpp:612 At t 4118.47 r 0.498327 b 0.536039: 82.5939
[3:06:03.683187719] [2089] DEBUG RPiAwb awb.cpp:612 At t 4118.47 r 0.506588 b 0.543222: 79.5108
[3:06:03.683195367] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4118.47 r 0.506588 b 0.543222: 79.5108 BEST
[3:06:03.683203330] [2089] DEBUG RPiAwb awb.cpp:612 At t 4126.77 r 0.481076 b 0.522513: 90.5827
[3:06:03.683212311] [2089] DEBUG RPiAwb awb.cpp:612 At t 4126.77 r 0.489337 b 0.529695: 86.2516
[3:06:03.683220071] [2089] DEBUG RPiAwb awb.cpp:612 At t 4126.77 r 0.497598 b 0.536877: 82.5569
[3:06:03.683227515] [2089] DEBUG RPiAwb awb.cpp:612 At t 4126.77 r 0.505859 b 0.544059: 79.4615
[3:06:03.683235274] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4126.77 r 0.505859 b 0.544059: 79.4615 BEST
[3:06:03.683242904] [2089] DEBUG RPiAwb awb.cpp:612 At t 4135.08 r 0.480348 b 0.523351: 90.6005
[3:06:03.683250478] [2089] DEBUG RPiAwb awb.cpp:612 At t 4135.08 r 0.488609 b 0.530533: 86.2384
[3:06:03.683258145] [2089] DEBUG RPiAwb awb.cpp:612 At t 4135.08 r 0.49687 b 0.537715: 82.5283
[3:06:03.683266182] [2089] DEBUG RPiAwb awb.cpp:612 At t 4135.08 r 0.505131 b 0.544897: 79.4192
[3:06:03.683273867] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4135.08 r 0.505131 b 0.544897: 79.4192 BEST
[3:06:03.683281793] [2089] DEBUG RPiAwb awb.cpp:612 At t 4143.38 r 0.47962 b 0.524188: 90.6228
[3:06:03.683289497] [2089] DEBUG RPiAwb awb.cpp:612 At t 4143.38 r 0.487881 b 0.53137: 86.2338
[3:06:03.683297219] [2089] DEBUG RPiAwb awb.cpp:612 At t 4143.38 r 0.496142 b 0.538553: 82.5052
[3:06:03.683304923] [2089] DEBUG RPiAwb awb.cpp:612 At t 4143.38 r 0.504403 b 0.545735: 79.3855
[3:06:03.683312775] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4143.38 r 0.504403 b 0.545735: 79.3855 BEST
[3:06:03.683320516] [2089] DEBUG RPiAwb awb.cpp:612 At t 4151.68 r 0.478891 b 0.525026: 90.6525
[3:06:03.683328275] [2089] DEBUG RPiAwb awb.cpp:612 At t 4151.68 r 0.487152 b 0.532208: 86.2374
[3:06:03.683335738] [2089] DEBUG RPiAwb awb.cpp:612 At t 4151.68 r 0.495414 b 0.53939: 82.4876
[3:06:03.683343219] [2089] DEBUG RPiAwb awb.cpp:612 At t 4151.68 r 0.503675 b 0.546572: 79.3605
[3:06:03.683350738] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4151.68 r 0.503675 b 0.546572: 79.3605 BEST
[3:06:03.683358682] [2089] DEBUG RPiAwb awb.cpp:612 At t 4159.99 r 0.478163 b 0.525864: 90.6914
[3:06:03.683366405] [2089] DEBUG RPiAwb awb.cpp:612 At t 4159.99 r 0.486424 b 0.533046: 86.2479
[3:06:03.683374016] [2089] DEBUG RPiAwb awb.cpp:612 At t 4159.99 r 0.494685 b 0.540228: 82.4747
[3:06:03.683381571] [2089] DEBUG RPiAwb awb.cpp:612 At t 4159.99 r 0.502946 b 0.54741: 79.3427
[3:06:03.683389534] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4159.99 r 0.502946 b 0.54741: 79.3427 BEST
[3:06:03.683397386] [2089] DEBUG RPiAwb awb.cpp:612 At t 4168.29 r 0.477435 b 0.526701: 90.7385
[3:06:03.683405034] [2089] DEBUG RPiAwb awb.cpp:612 At t 4168.29 r 0.485696 b 0.533883: 86.2635
[3:06:03.683412646] [2089] DEBUG RPiAwb awb.cpp:612 At t 4168.29 r 0.493957 b 0.541066: 82.4666
[3:06:03.683420442] [2089] DEBUG RPiAwb awb.cpp:612 At t 4168.29 r 0.502218 b 0.548248: 79.3317
[3:06:03.683428146] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4168.29 r 0.502218 b 0.548248: 79.3317 BEST
[3:06:03.683435905] [2089] DEBUG RPiAwb awb.cpp:612 At t 4176.59 r 0.476706 b 0.527539: 90.7901
[3:06:03.683443738] [2089] DEBUG RPiAwb awb.cpp:612 At t 4176.59 r 0.484968 b 0.534721: 86.2876
[3:06:03.683451535] [2089] DEBUG RPiAwb awb.cpp:612 At t 4176.59 r 0.493229 b 0.541903: 82.4671
[3:06:03.683459146] [2089] DEBUG RPiAwb awb.cpp:612 At t 4176.59 r 0.50149 b 0.549085: 79.3235
[3:06:03.683466757] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4176.59 r 0.50149 b 0.549085: 79.3235 BEST
[3:06:03.683474535] [2089] DEBUG RPiAwb awb.cpp:612 At t 4184.9 r 0.475978 b 0.528377: 90.8464
[3:06:03.683482405] [2089] DEBUG RPiAwb awb.cpp:612 At t 4184.9 r 0.484239 b 0.535559: 86.3173
[3:06:03.683490053] [2089] DEBUG RPiAwb awb.cpp:612 At t 4184.9 r 0.4925 b 0.542741: 82.476
[3:06:03.683497813] [2089] DEBUG RPiAwb awb.cpp:612 At t 4184.9 r 0.500762 b 0.549923: 79.3203
[3:06:03.683505664] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4184.9 r 0.500762 b 0.549923: 79.3203 BEST
[3:06:03.683513720] [2089] DEBUG RPiAwb awb.cpp:612 At t 4193.2 r 0.47525 b 0.529214: 90.9076
[3:06:03.683521535] [2089] DEBUG RPiAwb awb.cpp:612 At t 4193.2 r 0.483511 b 0.536396: 86.3557
[3:06:03.683529146] [2089] DEBUG RPiAwb awb.cpp:612 At t 4193.2 r 0.491772 b 0.543579: 82.4911
[3:06:03.683536757] [2089] DEBUG RPiAwb awb.cpp:612 At t 4193.2 r 0.500033 b 0.550761: 79.3228
[3:06:03.683544572] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4193.2 r 0.500033 b 0.550761: 79.3228
[3:06:03.683552368] [2089] DEBUG RPiAwb awb.cpp:612 At t 4201.5 r 0.474522 b 0.530052: 90.9717
[3:06:03.683560091] [2089] DEBUG RPiAwb awb.cpp:612 At t 4201.5 r 0.482783 b 0.537234: 86.4002
[3:06:03.683567720] [2089] DEBUG RPiAwb awb.cpp:612 At t 4201.5 r 0.491044 b 0.544416: 82.5134
[3:06:03.683575461] [2089] DEBUG RPiAwb awb.cpp:612 At t 4201.5 r 0.499305 b 0.551599: 79.3312
[3:06:03.683583276] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4201.5 r 0.499305 b 0.551599: 79.3312
[3:06:03.683591109] [2089] DEBUG RPiAwb awb.cpp:612 At t 4209.81 r 0.473793 b 0.53089: 91.0385
[3:06:03.683598757] [2089] DEBUG RPiAwb awb.cpp:612 At t 4209.81 r 0.482054 b 0.538072: 86.4508
[3:06:03.683606609] [2089] DEBUG RPiAwb awb.cpp:612 At t 4209.81 r 0.490316 b 0.545254: 82.542
[3:06:03.683614257] [2089] DEBUG RPiAwb awb.cpp:612 At t 4209.81 r 0.498577 b 0.552436: 79.3471
[3:06:03.683621980] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4209.81 r 0.498577 b 0.552436: 79.3471
[3:06:03.683629776] [2089] DEBUG RPiAwb awb.cpp:612 At t 4218.11 r 0.473065 b 0.531727: 91.1107
[3:06:03.683637720] [2089] DEBUG RPiAwb awb.cpp:612 At t 4218.11 r 0.481326 b 0.53891: 86.5074
[3:06:03.683645406] [2089] DEBUG RPiAwb awb.cpp:612 At t 4218.11 r 0.489587 b 0.546092: 82.579
[3:06:03.683653035] [2089] DEBUG RPiAwb awb.cpp:612 At t 4218.11 r 0.497848 b 0.553274: 79.3684
[3:06:03.683660721] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4218.11 r 0.497848 b 0.553274: 79.3684
[3:06:03.683668684] [2089] DEBUG RPiAwb awb.cpp:612 At t 4226.41 r 0.472337 b 0.532565: 91.1876
[3:06:03.683676332] [2089] DEBUG RPiAwb awb.cpp:612 At t 4226.41 r 0.480598 b 0.539747: 86.5706
[3:06:03.683683943] [2089] DEBUG RPiAwb awb.cpp:612 At t 4226.41 r 0.488859 b 0.546929: 82.6217
[3:06:03.683691517] [2089] DEBUG RPiAwb awb.cpp:612 At t 4226.41 r 0.49712 b 0.554112: 79.3941
[3:06:03.683699406] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4226.41 r 0.49712 b 0.554112: 79.3941
[3:06:03.683704887] [2089] DEBUG RPiAwb awb.cpp:641 Fine search found t 4184.9 r 0.500762 b 0.549923
[3:06:03.683709869] [2089] DEBUG RPiAwb awb.cpp:677 After fine search: r 0.500762 b 0.549923 (gains r 1.99696 b 1.81844)
[3:06:03.683715906] [2089] DEBUG RPiAwb awb.cpp:734 CT found is 4184.9 with gains r 1.99696 and b 1.81844
[3:06:03.685282986] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video20[21:out]: Dequeuing buffer 1
[3:06:03.685303949] [2087] DEBUG RPI pisp.cpp:1726 Stream ISP Input buffer complete, buffer id 2, timestamp: 11163685261000
[3:06:03.685309949] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Image
[3:06:03.685314375] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for CFE Image
[3:06:03.685321949] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 1
[3:06:03.685332320] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video25[23:cap]: Dequeuing buffer 1
[3:06:03.685340098] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Output1 buffer complete, buffer id 2, timestamp: 11163685261000
[3:06:03.685345375] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Output1
[3:06:03.685349116] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP Output1
[3:06:03.685353524] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 1
[3:06:03.685361135] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video28[24:out]: Dequeuing buffer 1
[3:06:03.685367838] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Config buffer complete, buffer id 2, timestamp: 11163685261000
[3:06:03.685371764] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Config
[3:06:03.685375487] [2087] DEBUG RPI pipeline_base.cpp:1498 Going into Idle state
[3:06:03.685378931] [2087] DEBUG RPI pipeline_base.cpp:1502 Dropping frame at the request of the IPA (3 left)
[3:06:03.685384653] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video21[25:out]: Dequeuing buffer 1
[3:06:03.685390931] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video26[26:cap]: Dequeuing buffer 1
[3:06:03.685396450] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video22[27:out]: Dequeuing buffer 0
[3:06:03.685402190] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video27[28:cap]: Dequeuing buffer 0
[3:06:03.685407561] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.994265774
[3:06:03.695538230] [2087] DEBUG RPI pipeline_base.cpp:1383 Frame start 4
[3:06:03.695544730] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:240 frame 4 started
[3:06:03.695550786] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Analogue Gain to 661 at index 3
[3:06:03.695556212] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Exposure to 2472 at index 3
[3:06:03.695568415] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Vertical Blanking to 1198 at index 4
[3:06:03.696085195] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.983588473
[3:06:03.712981132] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video4[17:cap]: Dequeuing buffer 0
[3:06:03.712987780] [2087] DEBUG Timer timer.cpp:93 Starting timer 0x7ffed80286f8: deadline 3:06:04.712987095
[3:06:03.712994465] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Image buffer dequeue, buffer id 1, timestamp: 11163695527000
[3:06:03.713000817] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Analogue Gain to 112 at index 1
[3:06:03.713005447] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Exposure to 74 at index 1
[3:06:03.713009391] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Horizontal Blanking to 5520 at index 1
[3:06:03.713013150] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Vertical Blanking to 1198 at index 1
[3:06:03.713020688] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video7[18:out]: Dequeuing buffer 4
[3:06:03.713028225] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Config buffer dequeue, buffer id 5, timestamp: 11163695527000
[3:06:03.713032058] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Config
[3:06:03.713038317] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 7 for CFE Config
[3:06:03.713044132] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 6
[3:06:03.713089688] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video6[19:cap]: Dequeuing buffer 4
[3:06:03.713095114] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Stats buffer dequeue, buffer id 5, timestamp: 11163695527000
[3:06:03.713099503] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999887833
[3:06:03.713106873] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video1[20:cap]: Dequeuing buffer 4
[3:06:03.713111966] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Embedded buffer dequeue, buffer id 5, timestamp: 11163695527000
[3:06:03.713122151] [2087] DEBUG RPI pisp.cpp:2296 Signalling IPA processStats and prepareIsp: Bayer buffer id: 1 Stats buffer id: 5 Embedded buffer id: 5
[3:06:03.713132781] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999854592
[3:06:03.713173577] [2091] DEBUG IPARPI ipa_base.cpp:1283 Metadata - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1
[3:06:03.713203410] [2091] DEBUG IPARPI cam_helper_imx708.cpp:113 Embedded buffer size: 28800
[3:06:03.713229614] [2091] DEBUG IPARPI cam_helper.cpp:251 Metadata updated - Exposure: 988.69us Frame length: 2494 Line length: 13.36us Gain: 1.12281 Lens: 1 Temperature: 34
[3:06:03.713424263] [2091] DEBUG RPiLux lux.cpp:96 : estimated lux 325.978
[3:06:03.713449893] [2091] DEBUG RPiAwb awb.cpp:370 frame_phase 1
[3:06:03.713459467] [2091] DEBUG RPiAwb awb.cpp:380 Awb lux value is 325.978
[3:06:03.713480652] [2091] DEBUG RPiAgc agc.cpp:238 process: no delayed status for stats
[3:06:03.713489541] [2091] DEBUG RPiAgc agc.cpp:293 process for channel 0
[3:06:03.713496634] [2091] DEBUG RPiAgc agc.cpp:300 Save DeviceStatus and stats for channel 0
[3:06:03.713512282] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.713526004] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.713539690] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.00200913 target 0.16163 gives gain 10
[3:06:03.713551227] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.0200913 target 0.16163 gives gain 76.6335
[3:06:03.713560579] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.148451 target 0.16163 gives gain 82.8785
[3:06:03.713569967] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.158878 target 0.16163 gives gain 83.7865
[3:06:03.713585356] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.160365 target 0.16163 gives gain 83.924
[3:06:03.713604208] [2091] DEBUG RPiAgc agc_channel.cpp:759 Constraint has target_Y 0.5 giving gain 30.0184
[3:06:03.713614412] [2091] DEBUG RPiAgc agc_channel.cpp:771 Final gain 83.924 (target_Y 0.16163 ev 1 base_ev 1)
[3:06:03.713626042] [2091] DEBUG RPiAgc agc_channel.cpp:807 Target totalExposure 93164.59us
[3:06:03.713642468] [2091] DEBUG RPiAgc agc_channel.cpp:907 After filtering, totalExposure 93295.53us no dg 93295.53us
[3:06:03.713658394] [2091] DEBUG RPiAgc agc_channel.cpp:813 Total exposure before channel constraints 93295.53us
[3:06:03.713698894] [2091] DEBUG RPiAgc agc_channel.cpp:841 Total exposure after channel constraints 93295.53us
[3:06:03.713713153] [2091] DEBUG RPiAgc agc_channel.cpp:856 after AWB, target dg 1 gain 83.924 target_Y 0.16163
[3:06:03.713725468] [2091] DEBUG RPiAgc agc_channel.cpp:873 Digital gain 1 desaturate? 0
[3:06:03.713752246] [2091] DEBUG RPiAgc agc_channel.cpp:875 Target totalExposureNoDG 93295.53us
[3:06:03.713775209] [2091] DEBUG RPiAgc agc_channel.cpp:949 Divided up shutter and gain are 33027.54us and 2.82478
[3:06:03.713790746] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 93295.53us
[3:06:03.713824283] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 33027.54us analogue gain 2.82478
[3:06:03.713841376] [2091] DEBUG RPiAlsc alsc.cpp:430 frame_phase 2
[3:06:03.713850487] [2091] DEBUG RPiAlsc alsc.cpp:363 Starting ALSC calculation
[3:06:03.713857969] [2091] DEBUG RPiAlsc alsc.cpp:333 no AWB results found, using 4000
[3:06:03.713906006] [2091] DEBUG RPiContrast contrast.cpp:111 Move histogram point 1.49557 to 983.04
[3:06:03.713923580] [2091] DEBUG RPiContrast contrast.cpp:115 Final values 983.04 -> 983.04
[3:06:03.713926710] [2089] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.714036154] [2091] DEBUG RPiContrast contrast.cpp:132 Move histogram point 378.524 to 62259.2
[3:06:03.714053303] [2091] DEBUG RPiContrast contrast.cpp:136 Final values 60259.2 -> 62259.2
[3:06:03.714097192] [2091] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 33027.54us (Shutter lines: 2472, AGC requested 33027.54us) Gain: 2.82478 (Gain Code: 661)
[3:06:03.714132266] [2091] DEBUG RPiDpc dpc.cpp:50 strength 1
[3:06:03.714040377] [2089] DEBUG RPiAlsc alsc.cpp:478 ct is 4000, interpolating between 3000 and 5000
[3:06:03.714140433] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Analogue Gain to 661 at index 5
[3:06:03.714144803] [2091] DEBUG RPiNoise noise.cpp:77 constant 0 slope 1.53646
[3:06:03.714182562] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Exposure to 2472 at index 5
[3:06:03.714189933] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Vertical Blanking to 1198 at index 5
[3:06:03.714199303] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Stats
[3:06:03.714201229] [2091] DEBUG RPiGeq geq.cpp:75 offset 231 slope 0.00363789 (analogue gain 1.12281 lux 325.978)
[3:06:03.714204970] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 5 for CFE Stats
[3:06:03.714210914] [2091] DEBUG RPiDenoise denoise.cpp:119 Noise profile: constant 0 slope 1.53646
[3:06:03.714220637] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 4
[3:06:03.714243452] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.998744032
[3:06:03.714229877] [2091] DEBUG RPiDenoise denoise.cpp:134 const 0 slope 3.23616 str 0.579102 const2 0 slope2 4.91666
[3:06:03.714263229] [2091] DEBUG RPiDenoise denoise.cpp:154 programmed tdn threshold 0.05 constant 0 slope 1.22917
[3:06:03.714278341] [2091] DEBUG RPiDenoise denoise.cpp:165 programmed cdn threshold 307.292 strength 0.3
[3:06:03.714287711] [2091] DEBUG RPiAwb awb.cpp:340 frame_count 5 speed 1
[3:06:03.714295915] [2091] DEBUG RPiAwb awb.cpp:299 Fetch AWB results
[3:06:03.714303804] [2091] DEBUG RPiAwb awb.cpp:359 Using AWB gains r 1.99696 g 1 b 1.81844
[3:06:03.714313007] [2091] DEBUG RPiAgc agc.cpp:238 prepare: no delayed status
[3:06:03.714332600] [2091] DEBUG RPiAgc agc.cpp:274 prepare for channel 0
[3:06:03.714340656] [2091] DEBUG RPiAgc agc_channel.cpp:488 Want total exposure 93295.53us
[3:06:03.714350711] [2091] DEBUG RPiAgc agc_channel.cpp:494 Actual exposure 1110.11us
[3:06:03.714359063] [2091] DEBUG RPiAgc agc_channel.cpp:495 Use digitalGain 4
[3:06:03.714366748] [2091] DEBUG RPiAgc agc_channel.cpp:496 Effective exposure 4440.43us
[3:06:03.714375360] [2091] DEBUG RPiAgc agc_channel.cpp:581 Lock count updated to 3
[3:06:03.714383730] [2091] DEBUG RPiAlsc alsc.cpp:395 frame count 5 speed 1
[3:06:03.714384860] [2089] DEBUG RPiAlsc alsc.cpp:769 Stop after 3 iterations
[3:06:03.714422175] [2091] DEBUG RPiCcm ccm.cpp:185 colour temperature 4184.9K
[3:06:03.714477971] [2091] DEBUG RPiCcm ccm.cpp:187 CCM: 1.58251 -0.3864 -0.196109     -0.343419 1.77379 -0.430379     -0.00382128 -0.565826 1.56966
[3:06:03.714506823] [2091] DEBUG RPiAf af.cpp:499 SKIP
[3:06:03.714517601] [2091] DEBUG RPiAf af.cpp:638 1 sst2->2 stp0->0 ft1.00->1.00 fs1.00->1.00 cont=0 phase=0 conf=0
[3:06:03.714536008] [2091] DEBUG IPARPI pisp.cpp:542 Applying WB R: 1.99696 B: 1.81844
[3:06:03.714605397] [2091] DEBUG IPARPI pisp.cpp:702 TDN: exposure: 1110.11us last: 1110.11us ratio: 1
[3:06:03.714613046] [2089] DEBUG RPiAlsc alsc.cpp:769 Stop after 3 iterations
[3:06:03.715696772] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Embedded
[3:06:03.715704272] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 5 for CFE Embedded
[3:06:03.715709865] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 4
[3:06:03.715718235] [2087] DEBUG RPI pisp.cpp:2195 Input re-queue to ISP, buffer id 1, timestamp: 11163695527000
[3:06:03.715722606] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Input
[3:06:03.715727069] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video20[21:out]: Queueing buffer 0
[3:06:03.715736272] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP TDN Input
[3:06:03.715741124] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video21[25:out]: Queueing buffer 0
[3:06:03.715747643] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP TDN Output
[3:06:03.715752587] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video26[26:cap]: Queueing buffer 0
[3:06:03.715765235] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Stitch Input
[3:06:03.715775032] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video22[27:out]: Queueing buffer 0
[3:06:03.715786309] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Stitch Output
[3:06:03.715795921] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video27[28:cap]: Queueing buffer 0
[3:06:03.715813587] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Config
[3:06:03.715818661] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video28[24:out]: Queueing buffer 0
[3:06:03.715958681] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.997029081
[3:06:03.715973069] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.997014322
[3:06:03.718283190] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video20[21:out]: Dequeuing buffer 0
[3:06:03.718291838] [2087] DEBUG RPI pisp.cpp:1726 Stream ISP Input buffer complete, buffer id 1, timestamp: 11163718271000
[3:06:03.718296338] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Image
[3:06:03.718300467] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for CFE Image
[3:06:03.718304708] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 0
[3:06:03.718310968] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 3 for CFE Image
[3:06:03.718316449] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 2
[3:06:03.718420264] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 4 for CFE Image
[3:06:03.718425264] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 3
[3:06:03.718522691] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 5 for CFE Image
[3:06:03.718527672] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 4
[3:06:03.718624080] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 6 for CFE Image
[3:06:03.718628987] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video4[17:cap]: Queueing buffer 5
[3:06:03.718726562] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video25[23:cap]: Dequeuing buffer 0
[3:06:03.718735247] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Output1 buffer complete, buffer id 1, timestamp: 11163718271000
[3:06:03.718740395] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Output1
[3:06:03.718744210] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Output1
[3:06:03.718750284] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 0
[3:06:03.718757673] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 3 for ISP Output1
[3:06:03.718763895] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 2
[3:06:03.718895525] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 4 for ISP Output1
[3:06:03.718904599] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 3
[3:06:03.719032433] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 5 for ISP Output1
[3:06:03.719039211] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 4
[3:06:03.719164193] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 6 for ISP Output1
[3:06:03.719170045] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video25[23:cap]: Queueing buffer 5
[3:06:03.719296860] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video28[24:out]: Dequeuing buffer 0
[3:06:03.719303379] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Config buffer complete, buffer id 1, timestamp: 11163718271000
[3:06:03.719307860] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Config
[3:06:03.719311638] [2087] DEBUG RPI pipeline_base.cpp:1498 Going into Idle state
[3:06:03.719315286] [2087] DEBUG RPI pipeline_base.cpp:1502 Dropping frame at the request of the IPA (2 left)
[3:06:03.719320879] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video21[25:out]: Dequeuing buffer 0
[3:06:03.719326564] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video26[26:cap]: Dequeuing buffer 0
[3:06:03.719331953] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video22[27:out]: Dequeuing buffer 0
[3:06:03.719337675] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video27[28:cap]: Dequeuing buffer 0
[3:06:03.719342972] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.993644364
[3:06:03.728860157] [2087] DEBUG RPI pipeline_base.cpp:1383 Frame start 5
[3:06:03.728867527] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:240 frame 5 started
[3:06:03.728873453] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Analogue Gain to 661 at index 4
[3:06:03.728878250] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Exposure to 2472 at index 4
[3:06:03.728888250] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:270 Setting Vertical Blanking to 1198 at index 5
[3:06:03.728896305] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.984091067
[3:06:03.746302929] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video4[17:cap]: Dequeuing buffer 1
[3:06:03.746310837] [2087] DEBUG Timer timer.cpp:93 Starting timer 0x7ffed80286f8: deadline 3:06:04.746310300
[3:06:03.746317948] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Image buffer dequeue, buffer id 2, timestamp: 11163728848000
[3:06:03.746324003] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Analogue Gain to 668 at index 2
[3:06:03.746328633] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Exposure to 2472 at index 2
[3:06:03.746332466] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Horizontal Blanking to 5520 at index 2
[3:06:03.746336374] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:220 Reading Vertical Blanking to 1198 at index 2
[3:06:03.746343263] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video7[18:out]: Dequeuing buffer 5
[3:06:03.746349929] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Config buffer dequeue, buffer id 6, timestamp: 11163728848000
[3:06:03.746354337] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Config
[3:06:03.746359596] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 8 for CFE Config
[3:06:03.746365152] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video7[18:out]: Queueing buffer 7
[3:06:03.746407800] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video6[19:cap]: Dequeuing buffer 5
[3:06:03.746413170] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Stats buffer dequeue, buffer id 6, timestamp: 11163728848000
[3:06:03.746417726] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999892833
[3:06:03.746425189] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video1[20:cap]: Dequeuing buffer 5
[3:06:03.746429985] [2087] DEBUG RPI pisp.cpp:1678 Stream CFE Embedded buffer dequeue, buffer id 6, timestamp: 11163728848000
[3:06:03.746439782] [2087] DEBUG RPI pisp.cpp:2296 Signalling IPA processStats and prepareIsp: Bayer buffer id: 2 Stats buffer id: 6 Embedded buffer id: 6
[3:06:03.746449522] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.999861037
[3:06:03.746513263] [2091] DEBUG IPARPI ipa_base.cpp:1283 Metadata - Exposure: 33027.54us Frame length: 2494 Line length: 13.36us Gain: 2.8764 Lens: 1
[3:06:03.746583338] [2091] DEBUG IPARPI cam_helper_imx708.cpp:113 Embedded buffer size: 28800
[3:06:03.746601282] [2091] DEBUG IPARPI cam_helper.cpp:251 Metadata updated - Exposure: 32680.16us Frame length: 2494 Line length: 13.36us Gain: 2.8764 Lens: 1 Temperature: 34
[3:06:03.746838561] [2091] DEBUG RPiLux lux.cpp:96 : estimated lux 285.877
[3:06:03.746857783] [2091] DEBUG RPiAwb awb.cpp:370 frame_phase 2
[3:06:03.746924672] [2091] DEBUG RPiAwb awb.cpp:380 Awb lux value is 285.877
[3:06:03.746962376] [2091] DEBUG RPiAwb awb.cpp:312 Starting AWB calculation
[3:06:03.747011802] [2091] DEBUG RPiAgc agc.cpp:238 process: no delayed status for stats
[3:06:03.747051451] [2091] DEBUG RPiAgc agc.cpp:293 process for channel 0
[3:06:03.747063302] [2091] DEBUG RPiAgc agc.cpp:300 Save DeviceStatus and stats for channel 0
[3:06:03.747090803] [2091] DEBUG RPiAgc agc_channel.cpp:592 ev 1 fixedShutter 0.00us fixedAnalogueGain 0
[3:06:03.747156210] [2091] DEBUG RPiAgc agc_channel.cpp:629 exposureMode normal constraintMode normal meteringMode centre-weighted
[3:06:03.747175340] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.1492 target 0.161429 gives gain 1.07476
[3:06:03.747224470] [2091] DEBUG RPiAgc agc_channel.cpp:750 Initial Y 0.158924 target 0.161429 gives gain 1.08488
[3:06:03.747265137] [2091] DEBUG RPiAgc agc_channel.cpp:759 Constraint has target_Y 0.5 giving gain 0.502909
[3:06:03.747278748] [2091] DEBUG RPiAgc agc_channel.cpp:771 Final gain 1.08488 (target_Y 0.161429 ev 1 base_ev 1)
[3:06:03.747289266] [2091] DEBUG RPiAgc agc_channel.cpp:807 Target totalExposure 101980.39us
[3:06:03.747041765] [2089] DEBUG RPiAwb awb.cpp:728 Valid zones: 1024
[3:06:03.747344044] [2091] DEBUG RPiAgc agc_channel.cpp:907 After filtering, totalExposure 101980.39us no dg 93295.53us
[3:06:03.747371433] [2091] DEBUG RPiAgc agc_channel.cpp:813 Total exposure before channel constraints 101980.39us
[3:06:03.747423841] [2091] DEBUG RPiAgc agc_channel.cpp:841 Total exposure after channel constraints 101980.39us
[3:06:03.747458637] [2091] DEBUG RPiAgc agc_channel.cpp:856 after AWB, target dg 1 gain 1.08488 target_Y 0.161429
[3:06:03.747369470] [2089] DEBUG RPiAwb awb.cpp:660 (2000,0.642653)
[3:06:03.747517415] [2091] DEBUG RPiAgc agc_channel.cpp:873 Digital gain 1 desaturate? 0
[3:06:03.747517638] [2089] DEBUG RPiAwb awb.cpp:660 (3000,0.178673)
[3:06:03.747586749] [2091] DEBUG RPiAgc agc_channel.cpp:875 Target totalExposureNoDG 101980.39us
[3:06:03.747594638] [2089] DEBUG RPiAwb awb.cpp:660 (6000,0.714693)
[3:06:03.747604712] [2089] DEBUG RPiAwb awb.cpp:660 (13000,0.714693)
[3:06:03.747598008] [2091] DEBUG RPiAgc agc_channel.cpp:949 Divided up shutter and gain are 33027.54us and 3.08774
[3:06:03.747627897] [2091] DEBUG RPiAgc agc_channel.cpp:989 Output written, total exposure requested is 101980.39us
[3:06:03.747674657] [2091] DEBUG RPiAgc agc_channel.cpp:991 Camera exposure update: shutter time 33027.54us analogue gain 3.08774
[3:06:03.747707898] [2091] DEBUG RPiAlsc alsc.cpp:430 frame_phase 1
[3:06:03.747720509] [2091] DEBUG RPiContrast contrast.cpp:111 Move histogram point 582.824 to 983.04
[3:06:03.747731898] [2091] DEBUG RPiContrast contrast.cpp:115 Final values 983.04 -> 983.04
[3:06:03.747782157] [2091] DEBUG RPiContrast contrast.cpp:132 Move histogram point 30323.5 to 62259.2
[3:06:03.747615490] [2089] DEBUG RPiAwb awb.cpp:531 t: 2500 gain R 1.44046 gain B 3.30557 delta2_sum 186.735 prior 0.410663 final 186.324
[3:06:03.747803268] [2091] DEBUG RPiContrast contrast.cpp:136 Final values 60259.2 -> 62259.2
[3:06:03.747867065] [2091] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 33027.54us (Shutter lines: 2472, AGC requested 33027.54us) Gain: 3.08774 (Gain Code: 692)
[3:06:03.747902380] [2091] DEBUG RPiDpc dpc.cpp:50 strength 1
[3:06:03.747909695] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Analogue Gain to 692 at index 6
[3:06:03.747924917] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Exposure to 2472 at index 6
[3:06:03.747922380] [2091] DEBUG RPiNoise noise.cpp:77 constant 0 slope 2.4592
[3:06:03.747930028] [2087] DEBUG RPiDelayedControls delayed_controls.cpp:182 Queuing Vertical Blanking to 1198 at index 6
[3:06:03.747938084] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Stats
[3:06:03.747941973] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 6 for CFE Stats
[3:06:03.747947084] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video6[19:cap]: Queueing buffer 5
[3:06:03.747957102] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.998353550
[3:06:03.747874898] [2089] DEBUG RPiAwb awb.cpp:531 t: 2550 gain R 1.45537 gain B 3.22054 delta2_sum 183.175 prior 0.387464 final 182.787
[3:06:03.748015843] [2089] DEBUG RPiAwb awb.cpp:531 t: 2601 gain R 1.47089 gain B 3.13821 delta2_sum 179.59 prior 0.363801 final 179.226
[3:06:03.747959362] [2091] DEBUG RPiGeq geq.cpp:75 offset 592 slope 0.00931955 (analogue gain 2.8764 lux 285.877)
[3:06:03.748185770] [2089] DEBUG RPiAwb awb.cpp:531 t: 2653.02 gain R 1.48707 gain B 3.05846 delta2_sum 175.796 prior 0.339665 final 175.456
[3:06:03.748199196] [2091] DEBUG RPiDenoise denoise.cpp:119 Noise profile: constant 0 slope 2.4592
[3:06:03.748272826] [2091] DEBUG RPiDenoise denoise.cpp:134 const 0 slope 4.86844 str 0.559326 const2 0 slope2 7.86942
[3:06:03.748207214] [2089] DEBUG RPiAwb awb.cpp:531 t: 2706.08 gain R 1.50394 gain B 2.98119 delta2_sum 171.737 prior 0.315046 final 171.422
[3:06:03.748325178] [2089] DEBUG RPiAwb awb.cpp:531 t: 2760.2 gain R 1.52155 gain B 2.90629 delta2_sum 167.5 prior 0.289935 final 167.211
[3:06:03.748343289] [2089] DEBUG RPiAwb awb.cpp:531 t: 2815.41 gain R 1.53994 gain B 2.83367 delta2_sum 162.926 prior 0.264321 final 162.662
[3:06:03.748328863] [2091] DEBUG RPiDenoise denoise.cpp:154 programmed tdn threshold 0.05 constant 0 slope 1.96736
[3:06:03.748352622] [2089] DEBUG RPiAwb awb.cpp:531 t: 2871.71 gain R 1.55916 gain B 2.76325 delta2_sum 158.014 prior 0.238195 final 157.776
[3:06:03.748358382] [2091] DEBUG RPiDenoise denoise.cpp:165 programmed cdn threshold 491.839 strength 0.3
[3:06:03.748362363] [2089] DEBUG RPiAwb awb.cpp:531 t: 2929.15 gain R 1.57926 gain B 2.69493 delta2_sum 153.048 prior 0.211547 final 152.837
[3:06:03.748366622] [2091] DEBUG RPiAwb awb.cpp:340 frame_count 6 speed 1
[3:06:03.748372715] [2091] DEBUG RPiAwb awb.cpp:359 Using AWB gains r 1.99696 g 1 b 1.81844
[3:06:03.748372085] [2089] DEBUG RPiAwb awb.cpp:531 t: 2987.73 gain R 1.60032 gain B 2.62864 delta2_sum 148.013 prior 0.184366 final 147.829
[3:06:03.748525642] [2091] DEBUG RPiAgc agc.cpp:238 prepare: no delayed status
[3:06:03.748573382] [2091] DEBUG RPiAgc agc.cpp:274 prepare for channel 0
[3:06:03.748524604] [2089] DEBUG RPiAwb awb.cpp:531 t: 3047.49 gain R 1.62237 gain B 2.56431 delta2_sum 143.097 prior 0.187158 final 142.91
[3:06:03.748626697] [2091] DEBUG RPiAgc agc_channel.cpp:488 Want total exposure 101980.39us
[3:06:03.748670753] [2091] DEBUG RPiAgc agc_channel.cpp:494 Actual exposure 94001.37us
[3:06:03.748667661] [2089] DEBUG RPiAwb awb.cpp:531 t: 3108.44 gain R 1.64551 gain B 2.50185 delta2_sum 138.363 prior 0.198048 final 138.165
[3:06:03.748679401] [2091] DEBUG RPiAgc agc_channel.cpp:495 Use digitalGain 1.08488
[3:06:03.748740624] [2091] DEBUG RPiAgc agc_channel.cpp:496 Effective exposure 101980.39us
[3:06:03.748756291] [2091] DEBUG RPiAgc agc_channel.cpp:581 Lock count updated to 0
[3:06:03.748783235] [2091] DEBUG RPiAlsc alsc.cpp:395 frame count 6 speed 1
[3:06:03.748819013] [2091] DEBUG RPiAlsc alsc.cpp:322 Fetch ALSC results
[3:06:03.748736716] [2089] DEBUG RPiAwb awb.cpp:531 t: 3170.6 gain R 1.66979 gain B 2.4412 delta2_sum 133.793 prior 0.209156 final 133.584
[3:06:03.748883050] [2091] DEBUG RPiCcm ccm.cpp:185 colour temperature 4184.9K
[3:06:03.748901513] [2091] DEBUG RPiCcm ccm.cpp:187 CCM: 1.58251 -0.3864 -0.196109     -0.343419 1.77379 -0.430379     -0.00382128 -0.565826 1.56966
[3:06:03.748866624] [2089] DEBUG RPiAwb awb.cpp:531 t: 3234.02 gain R 1.69531 gain B 2.3823 delta2_sum 129.545 prior 0.220486 final 129.325
[3:06:03.749001755] [2089] DEBUG RPiAwb awb.cpp:531 t: 3298.7 gain R 1.72216 gain B 2.32507 delta2_sum 125.612 prior 0.232042 final 125.38
[3:06:03.749003847] [2091] DEBUG RPiAf af.cpp:638 2 sst2->2 stp0->0 ft1.00->1.00 fs1.00->1.00 cont=616 phase=0 conf=53
[3:06:03.749012125] [2089] DEBUG RPiAwb awb.cpp:531 t: 3364.67 gain R 1.75044 gain B 2.26947 delta2_sum 122.164 prior 0.24383 final 121.92
[3:06:03.749021958] [2089] DEBUG RPiAwb awb.cpp:531 t: 3431.96 gain R 1.78025 gain B 2.21542 delta2_sum 119.066 prior 0.255854 final 118.81
[3:06:03.749030866] [2089] DEBUG RPiAwb awb.cpp:531 t: 3500.6 gain R 1.81173 gain B 2.16289 delta2_sum 116.469 prior 0.268118 final 116.201
[3:06:03.749034736] [2091] DEBUG IPARPI pisp.cpp:542 Applying WB R: 1.99696 B: 1.81844
[3:06:03.749040069] [2089] DEBUG RPiAwb awb.cpp:531 t: 3570.62 gain R 1.845 gain B 2.11181 delta2_sum 114.118 prior 0.280627 final 113.837
[3:06:03.749049829] [2089] DEBUG RPiAwb awb.cpp:531 t: 3642.03 gain R 1.87274 gain B 2.07195 delta2_sum 112.291 prior 0.293386 final 111.997
[3:06:03.749058847] [2089] DEBUG RPiAwb awb.cpp:531 t: 3714.87 gain R 1.89542 gain B 2.04088 delta2_sum 110.74 prior 0.306401 final 110.433
[3:06:03.749067773] [2089] DEBUG RPiAwb awb.cpp:531 t: 3789.17 gain R 1.91912 gain B 2.01013 delta2_sum 108.94 prior 0.319676 final 108.62
[3:06:03.749071107] [2091] DEBUG IPARPI pisp.cpp:702 TDN: exposure: 94001.37us last: 1110.11us ratio: 1
[3:06:03.749076810] [2089] DEBUG RPiAwb awb.cpp:531 t: 3864.95 gain R 1.94392 gain B 1.9797 delta2_sum 106.59 prior 0.333217 final 106.257
[3:06:03.749086496] [2089] DEBUG RPiAwb awb.cpp:531 t: 3942.25 gain R 1.96988 gain B 1.9496 delta2_sum 103.621 prior 0.347028 final 103.274
[3:06:03.749095255] [2089] DEBUG RPiAwb awb.cpp:531 t: 4021.09 gain R 1.99709 gain B 1.91983 delta2_sum 100.647 prior 0.361115 final 100.286
[3:06:03.749104385] [2089] DEBUG RPiAwb awb.cpp:531 t: 4101.51 gain R 2.02562 gain B 1.89039 delta2_sum 97.9036 prior 0.375485 final 97.5281
[3:06:03.749113403] [2089] DEBUG RPiAwb awb.cpp:531 t: 4183.55 gain R 2.05558 gain B 1.86127 delta2_sum 95.7404 prior 0.390141 final 95.3503
[3:06:03.749116755] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Embedded
[3:06:03.749122996] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 6 for CFE Embedded
[3:06:03.749122292] [2089] DEBUG RPiAwb awb.cpp:531 t: 4267.22 gain R 2.08706 gain B 1.83248 delta2_sum 94.1742 prior 0.405091 final 93.7691
[3:06:03.749128755] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video1[20:cap]: Queueing buffer 5
[3:06:03.749131866] [2089] DEBUG RPiAwb awb.cpp:531 t: 4352.56 gain R 2.12019 gain B 1.80401 delta2_sum 93.2531 prior 0.42034 final 92.8328
[3:06:03.749137570] [2087] DEBUG RPI pisp.cpp:2195 Input re-queue to ISP, buffer id 2, timestamp: 11163728848000
[3:06:03.749142737] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Input
[3:06:03.749141533] [2089] DEBUG RPiAwb awb.cpp:531 t: 4439.61 gain R 2.15507 gain B 1.77588 delta2_sum 92.8484 prior 0.435893 final 92.4125
[3:06:03.749147514] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video20[21:out]: Queueing buffer 1
[3:06:03.749151422] [2089] DEBUG RPiAwb awb.cpp:531 t: 4528.4 gain R 2.19186 gain B 1.74807 delta2_sum 92.8385 prior 0.451758 final 92.3868
[3:06:03.749157663] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP TDN Input
[3:06:03.749163218] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video21[25:out]: Queueing buffer 1
[3:06:03.749161200] [2089] DEBUG RPiAwb awb.cpp:531 t: 4618.97 gain R 2.2307 gain B 1.72059 delta2_sum 93.1441 prior 0.46794 final 92.6762
[3:06:03.749173237] [2089] DEBUG RPiAwb awb.cpp:531 t: 4711.35 gain R 2.25262 gain B 1.70561 delta2_sum 93.5121 prior 0.484446 final 93.0277
[3:06:03.749176755] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP TDN Output
[3:06:03.749183829] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video26[26:cap]: Queueing buffer 1
[3:06:03.749191718] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 0 for ISP Stitch Input
[3:06:03.749198015] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video22[27:out]: Queueing buffer 0
[3:06:03.749204774] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 1 for ISP Stitch Output
[3:06:03.749209922] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video27[28:cap]: Queueing buffer 0
[3:06:03.749223811] [2087] DEBUG RPISTREAM rpi_stream.cpp:271 Queuing buffer 2 for ISP Config
[3:06:03.749228737] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1957 /dev/video28[24:out]: Queueing buffer 1
[3:06:03.749267181] [2089] DEBUG RPiAwb awb.cpp:531 t: 4805.58 gain R 2.2752 gain B 1.69074 delta2_sum 93.9755 prior 0.501282 final 93.4742
[3:06:03.749287015] [2089] DEBUG RPiAwb awb.cpp:531 t: 4901.69 gain R 2.2987 gain B 1.67584 delta2_sum 94.5211 prior 0.518454 final 94.0026
[3:06:03.749296700] [2089] DEBUG RPiAwb awb.cpp:531 t: 4999.72 gain R 2.32318 gain B 1.66091 delta2_sum 95.2144 prior 0.53597 final 94.6784
[3:06:03.749305589] [2089] DEBUG RPiAwb awb.cpp:531 t: 5099.72 gain R 2.3487 gain B 1.64595 delta2_sum 96.132 prior 0.553837 final 95.5781
[3:06:03.749324145] [2089] DEBUG RPiAwb awb.cpp:531 t: 5201.71 gain R 2.3753 gain B 1.63097 delta2_sum 97.2847 prior 0.57206 final 96.7127
[3:06:03.749336682] [2089] DEBUG RPiAwb awb.cpp:531 t: 5305.75 gain R 2.40307 gain B 1.61596 delta2_sum 98.7225 prior 0.590649 final 98.1319
[3:06:03.749345848] [2089] DEBUG RPiAwb awb.cpp:531 t: 5411.86 gain R 2.43207 gain B 1.60094 delta2_sum 100.447 prior 0.609608 final 99.8369
[3:06:03.749354756] [2089] DEBUG RPiAwb awb.cpp:531 t: 5520.1 gain R 2.46238 gain B 1.5859 delta2_sum 102.491 prior 0.628948 final 101.862
[3:06:03.749363700] [2089] DEBUG RPiAwb awb.cpp:531 t: 5630.5 gain R 2.49409 gain B 1.57085 delta2_sum 104.86 prior 0.648673 final 104.211
[3:06:03.749367108] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.996943507
[3:06:03.749372904] [2089] DEBUG RPiAwb awb.cpp:531 t: 5743.11 gain R 2.52728 gain B 1.55579 delta2_sum 107.534 prior 0.668794 final 106.865
[3:06:03.749381386] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.996929303
[3:06:03.749383071] [2089] DEBUG RPiAwb awb.cpp:531 t: 5857.97 gain R 2.56205 gain B 1.54072 delta2_sum 110.45 prior 0.689317 final 109.761
[3:06:03.749538164] [2089] DEBUG RPiAwb awb.cpp:531 t: 5975.13 gain R 2.59282 gain B 1.52785 delta2_sum 113.137 prior 0.71025 final 112.427
[3:06:03.749669072] [2089] DEBUG RPiAwb awb.cpp:531 t: 6094.64 gain R 2.62153 gain B 1.51622 delta2_sum 115.686 prior 0.714693 final 114.972
[3:06:03.749701535] [2089] DEBUG RPiAwb awb.cpp:531 t: 6216.53 gain R 2.65148 gain B 1.50454 delta2_sum 118.343 prior 0.714693 final 117.628
[3:06:03.749810943] [2089] DEBUG RPiAwb awb.cpp:531 t: 6340.86 gain R 2.68273 gain B 1.49281 delta2_sum 121.047 prior 0.714693 final 120.332
[3:06:03.749837536] [2089] DEBUG RPiAwb awb.cpp:531 t: 6467.68 gain R 2.71538 gain B 1.48103 delta2_sum 123.879 prior 0.714693 final 123.165
[3:06:03.749848813] [2089] DEBUG RPiAwb awb.cpp:531 t: 6597.03 gain R 2.74951 gain B 1.4692 delta2_sum 126.89 prior 0.714693 final 126.175
[3:06:03.749857943] [2089] DEBUG RPiAwb awb.cpp:531 t: 6728.97 gain R 2.78522 gain B 1.45733 delta2_sum 130.043 prior 0.714693 final 129.328
[3:06:03.749866888] [2089] DEBUG RPiAwb awb.cpp:531 t: 6863.55 gain R 2.82262 gain B 1.44542 delta2_sum 133.348 prior 0.714693 final 132.633
[3:06:03.749875795] [2089] DEBUG RPiAwb awb.cpp:531 t: 7000.82 gain R 2.86181 gain B 1.43347 delta2_sum 136.802 prior 0.714693 final 136.087
[3:06:03.749884758] [2089] DEBUG RPiAwb awb.cpp:531 t: 7140.84 gain R 2.90292 gain B 1.42149 delta2_sum 140.493 prior 0.714693 final 139.778
[3:06:03.749893739] [2089] DEBUG RPiAwb awb.cpp:531 t: 7283.65 gain R 2.94608 gain B 1.40946 delta2_sum 144.5 prior 0.714693 final 143.786
[3:06:03.750084611] [2089] DEBUG RPiAwb awb.cpp:531 t: 7429.33 gain R 2.99146 gain B 1.39741 delta2_sum 148.672 prior 0.714693 final 147.957
[3:06:03.750122166] [2089] DEBUG RPiAwb awb.cpp:531 t: 7577.91 gain R 3.0392 gain B 1.38533 delta2_sum 152.876 prior 0.714693 final 152.161
[3:06:03.750165963] [2089] DEBUG RPiAwb awb.cpp:531 t: 7700 gain R 3.07958 gain B 1.37555 delta2_sum 156.39 prior 0.714693 final 155.676
[3:06:03.750231482] [2089] DEBUG RPiAwb awb.cpp:545 Coarse search found CT 4528.4
[3:06:03.750243093] [2089] DEBUG RPiAwb awb.cpp:556 After quadratic refinement, coarse search has CT 4491.46
[3:06:03.750248222] [2089] DEBUG RPiAwb awb.cpp:665 After coarse search: r 0.459474 b 0.568332 (gains r 2.1764 b 1.75954)
[3:06:03.750257130] [2089] DEBUG RPiAwb awb.cpp:612 At t 4410.61 r 0.456181 b 0.551148: 95.2595
[3:06:03.750266056] [2089] DEBUG RPiAwb awb.cpp:612 At t 4410.61 r 0.464442 b 0.55833: 92.9618
[3:06:03.750274148] [2089] DEBUG RPiAwb awb.cpp:612 At t 4410.61 r 0.472703 b 0.565512: 91.4626
[3:06:03.750282093] [2089] DEBUG RPiAwb awb.cpp:612 At t 4410.61 r 0.480964 b 0.572694: 90.7225
[3:06:03.750290037] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4410.61 r 0.480964 b 0.572694: 90.7225
[3:06:03.750298186] [2089] DEBUG RPiAwb awb.cpp:612 At t 4419.59 r 0.455393 b 0.552054: 95.2357
[3:06:03.750306093] [2089] DEBUG RPiAwb awb.cpp:612 At t 4419.59 r 0.463654 b 0.559236: 92.9304
[3:06:03.750313945] [2089] DEBUG RPiAwb awb.cpp:612 At t 4419.59 r 0.471915 b 0.566418: 91.4217
[3:06:03.750321834] [2089] DEBUG RPiAwb awb.cpp:612 At t 4419.59 r 0.480177 b 0.573601: 90.6743
[3:06:03.750329852] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4419.59 r 0.480177 b 0.573601: 90.6743 BEST
[3:06:03.750337982] [2089] DEBUG RPiAwb awb.cpp:612 At t 4428.58 r 0.454605 b 0.55296: 95.2141
[3:06:03.750345963] [2089] DEBUG RPiAwb awb.cpp:612 At t 4428.58 r 0.462866 b 0.560142: 92.9034
[3:06:03.750353889] [2089] DEBUG RPiAwb awb.cpp:612 At t 4428.58 r 0.471128 b 0.567325: 91.3907
[3:06:03.750361834] [2089] DEBUG RPiAwb awb.cpp:612 At t 4428.58 r 0.479389 b 0.574507: 90.6319
[3:06:03.750369815] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4428.58 r 0.479389 b 0.574507: 90.6319 BEST
[3:06:03.750377815] [2089] DEBUG RPiAwb awb.cpp:612 At t 4437.56 r 0.453817 b 0.553866: 95.1896
[3:06:03.750385797] [2089] DEBUG RPiAwb awb.cpp:612 At t 4437.56 r 0.462079 b 0.561049: 92.8816
[3:06:03.750393927] [2089] DEBUG RPiAwb awb.cpp:612 At t 4437.56 r 0.47034 b 0.568231: 91.3659
[3:06:03.750401779] [2089] DEBUG RPiAwb awb.cpp:612 At t 4437.56 r 0.478601 b 0.575413: 90.5925
[3:06:03.750409686] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4437.56 r 0.478601 b 0.575413: 90.5925 BEST
[3:06:03.750417760] [2089] DEBUG RPiAwb awb.cpp:612 At t 4446.54 r 0.45303 b 0.554773: 95.1746
[3:06:03.750425686] [2089] DEBUG RPiAwb awb.cpp:612 At t 4446.54 r 0.461291 b 0.561955: 92.8635
[3:06:03.750433556] [2089] DEBUG RPiAwb awb.cpp:612 At t 4446.54 r 0.469552 b 0.569137: 91.345
[3:06:03.750441464] [2089] DEBUG RPiAwb awb.cpp:612 At t 4446.54 r 0.477813 b 0.576319: 90.5588
[3:06:03.750449390] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4446.54 r 0.477813 b 0.576319: 90.5588 BEST
[3:06:03.750457408] [2089] DEBUG RPiAwb awb.cpp:612 At t 4455.53 r 0.452242 b 0.555679: 95.1624
[3:06:03.750465334] [2089] DEBUG RPiAwb awb.cpp:612 At t 4455.53 r 0.460503 b 0.562861: 92.8491
[3:06:03.750473316] [2089] DEBUG RPiAwb awb.cpp:612 At t 4455.53 r 0.468764 b 0.570043: 91.3276
[3:06:03.750481223] [2089] DEBUG RPiAwb awb.cpp:612 At t 4455.53 r 0.477025 b 0.577225: 90.533
[3:06:03.750489168] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4455.53 r 0.477025 b 0.577225: 90.533 BEST
[3:06:03.750497242] [2089] DEBUG RPiAwb awb.cpp:612 At t 4464.51 r 0.451454 b 0.556585: 95.1529
[3:06:03.750505372] [2089] DEBUG RPiAwb awb.cpp:612 At t 4464.51 r 0.459715 b 0.563767: 92.838
[3:06:03.750513242] [2089] DEBUG RPiAwb awb.cpp:612 At t 4464.51 r 0.467976 b 0.57095: 91.3127
[3:06:03.750521094] [2089] DEBUG RPiAwb awb.cpp:612 At t 4464.51 r 0.476237 b 0.578132: 90.5108
[3:06:03.750529168] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4464.51 r 0.476237 b 0.578132: 90.5108 BEST
[3:06:03.750537131] [2089] DEBUG RPiAwb awb.cpp:612 At t 4473.49 r 0.450666 b 0.557491: 95.1463
[3:06:03.750545075] [2089] DEBUG RPiAwb awb.cpp:612 At t 4473.49 r 0.458927 b 0.564674: 92.8316
[3:06:03.750552890] [2089] DEBUG RPiAwb awb.cpp:612 At t 4473.49 r 0.467188 b 0.571856: 91.3014
[3:06:03.750560724] [2089] DEBUG RPiAwb awb.cpp:612 At t 4473.49 r 0.475449 b 0.579038: 90.4908
[3:06:03.750568594] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4473.49 r 0.475449 b 0.579038: 90.4908 BEST
[3:06:03.750576798] [2089] DEBUG RPiAwb awb.cpp:612 At t 4482.47 r 0.449878 b 0.558398: 95.1445
[3:06:03.750584761] [2089] DEBUG RPiAwb awb.cpp:612 At t 4482.47 r 0.458139 b 0.56558: 92.8283
[3:06:03.750592668] [2089] DEBUG RPiAwb awb.cpp:612 At t 4482.47 r 0.4664 b 0.572762: 91.2944
[3:06:03.750600576] [2089] DEBUG RPiAwb awb.cpp:612 At t 4482.47 r 0.474661 b 0.579944: 90.4709
[3:06:03.750608483] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4482.47 r 0.474661 b 0.579944: 90.4709 BEST
[3:06:03.750616465] [2089] DEBUG RPiAwb awb.cpp:612 At t 4491.46 r 0.44909 b 0.559304: 95.1507
[3:06:03.750624335] [2089] DEBUG RPiAwb awb.cpp:612 At t 4491.46 r 0.457351 b 0.566486: 92.8288
[3:06:03.750632205] [2089] DEBUG RPiAwb awb.cpp:612 At t 4491.46 r 0.465612 b 0.573668: 91.2901
[3:06:03.750640409] [2089] DEBUG RPiAwb awb.cpp:612 At t 4491.46 r 0.473873 b 0.58085: 90.4536
[3:06:03.750648354] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4491.46 r 0.473873 b 0.58085: 90.4536 BEST
[3:06:03.750656465] [2089] DEBUG RPiAwb awb.cpp:612 At t 4500.44 r 0.448302 b 0.56021: 95.1623
[3:06:03.750664428] [2089] DEBUG RPiAwb awb.cpp:612 At t 4500.44 r 0.456563 b 0.567392: 92.8332
[3:06:03.750672539] [2089] DEBUG RPiAwb awb.cpp:612 At t 4500.44 r 0.464824 b 0.574575: 91.2816
[3:06:03.750680483] [2089] DEBUG RPiAwb awb.cpp:612 At t 4500.44 r 0.473086 b 0.581757: 90.4351
[3:06:03.750688557] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4500.44 r 0.473086 b 0.581757: 90.4351 BEST
[3:06:03.750696632] [2089] DEBUG RPiAwb awb.cpp:612 At t 4509.42 r 0.447514 b 0.561116: 95.1764
[3:06:03.750766854] [2089] DEBUG RPiAwb awb.cpp:612 At t 4509.42 r 0.455775 b 0.568299: 92.8416
[3:06:03.750780428] [2089] DEBUG RPiAwb awb.cpp:612 At t 4509.42 r 0.464037 b 0.575481: 91.2762
[3:06:03.750788669] [2089] DEBUG RPiAwb awb.cpp:612 At t 4509.42 r 0.472298 b 0.582663: 90.4232
[3:06:03.750796687] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4509.42 r 0.472298 b 0.582663: 90.4232 BEST
[3:06:03.750804984] [2089] DEBUG RPiAwb awb.cpp:612 At t 4518.41 r 0.446726 b 0.562023: 95.1982
[3:06:03.750812965] [2089] DEBUG RPiAwb awb.cpp:612 At t 4518.41 r 0.454988 b 0.569205: 92.8499
[3:06:03.750820799] [2089] DEBUG RPiAwb awb.cpp:612 At t 4518.41 r 0.463249 b 0.576387: 91.2733
[3:06:03.750828595] [2089] DEBUG RPiAwb awb.cpp:612 At t 4518.41 r 0.47151 b 0.583569: 90.4132
[3:06:03.750836558] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4518.41 r 0.47151 b 0.583569: 90.4132 BEST
[3:06:03.750844465] [2089] DEBUG RPiAwb awb.cpp:612 At t 4527.39 r 0.445939 b 0.562929: 95.2258
[3:06:03.750852317] [2089] DEBUG RPiAwb awb.cpp:612 At t 4527.39 r 0.4542 b 0.570111: 92.8612
[3:06:03.750860206] [2089] DEBUG RPiAwb awb.cpp:612 At t 4527.39 r 0.462461 b 0.577293: 91.2763
[3:06:03.750868151] [2089] DEBUG RPiAwb awb.cpp:612 At t 4527.39 r 0.470722 b 0.584475: 90.406
[3:06:03.750876021] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4527.39 r 0.470722 b 0.584475: 90.406 BEST
[3:06:03.750883929] [2089] DEBUG RPiAwb awb.cpp:612 At t 4536.37 r 0.445151 b 0.563835: 95.2583
[3:06:03.750891743] [2089] DEBUG RPiAwb awb.cpp:612 At t 4536.37 r 0.453412 b 0.571017: 92.8745
[3:06:03.750899540] [2089] DEBUG RPiAwb awb.cpp:612 At t 4536.37 r 0.461673 b 0.578199: 91.2802
[3:06:03.750907281] [2089] DEBUG RPiAwb awb.cpp:612 At t 4536.37 r 0.469934 b 0.585382: 90.4004
[3:06:03.750915169] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4536.37 r 0.469934 b 0.585382: 90.4004 BEST
[3:06:03.750923077] [2089] DEBUG RPiAwb awb.cpp:612 At t 4545.35 r 0.444363 b 0.564741: 95.2921
[3:06:03.750930947] [2089] DEBUG RPiAwb awb.cpp:612 At t 4545.35 r 0.452624 b 0.571924: 92.8894
[3:06:03.750938929] [2089] DEBUG RPiAwb awb.cpp:612 At t 4545.35 r 0.460885 b 0.579106: 91.287
[3:06:03.750946744] [2089] DEBUG RPiAwb awb.cpp:612 At t 4545.35 r 0.469146 b 0.586288: 90.3974
[3:06:03.750955151] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4545.35 r 0.469146 b 0.586288: 90.3974 BEST
[3:06:03.750963133] [2089] DEBUG RPiAwb awb.cpp:612 At t 4554.34 r 0.443575 b 0.565648: 95.3269
[3:06:03.750971466] [2089] DEBUG RPiAwb awb.cpp:612 At t 4554.34 r 0.451836 b 0.57283: 92.9128
[3:06:03.751077522] [2089] DEBUG RPiAwb awb.cpp:612 At t 4554.34 r 0.460097 b 0.580012: 91.2962
[3:06:03.751090540] [2089] DEBUG RPiAwb awb.cpp:612 At t 4554.34 r 0.468358 b 0.587194: 90.3995
[3:06:03.751102726] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4554.34 r 0.468358 b 0.587194: 90.3995
[3:06:03.751115504] [2089] DEBUG RPiAwb awb.cpp:612 At t 4563.32 r 0.442787 b 0.566554: 95.3683
[3:06:03.751124707] [2089] DEBUG RPiAwb awb.cpp:612 At t 4563.32 r 0.451048 b 0.573736: 92.9408
[3:06:03.751132837] [2089] DEBUG RPiAwb awb.cpp:612 At t 4563.32 r 0.459309 b 0.580918: 91.3108
[3:06:03.751141004] [2089] DEBUG RPiAwb awb.cpp:612 At t 4563.32 r 0.46757 b 0.5881: 90.4004
[3:06:03.751149004] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4563.32 r 0.46757 b 0.5881: 90.4004
[3:06:03.751157189] [2089] DEBUG RPiAwb awb.cpp:612 At t 4572.3 r 0.441999 b 0.56746: 95.419
[3:06:03.751165374] [2089] DEBUG RPiAwb awb.cpp:612 At t 4572.3 r 0.45026 b 0.574642: 92.9721
[3:06:03.751173430] [2089] DEBUG RPiAwb awb.cpp:612 At t 4572.3 r 0.458521 b 0.581824: 91.3308
[3:06:03.751181226] [2089] DEBUG RPiAwb awb.cpp:612 At t 4572.3 r 0.466783 b 0.589007: 90.4033
[3:06:03.751189208] [2089] DEBUG RPiAwb awb.cpp:631 Finally 4572.3 r 0.466783 b 0.589007: 90.4033
[3:06:03.751267486] [2089] DEBUG RPiAwb awb.cpp:641 Fine search found t 4545.35 r 0.469146 b 0.586288
[3:06:03.751277578] [2089] DEBUG RPiAwb awb.cpp:677 After fine search: r 0.469146 b 0.586288 (gains r 2.13153 b 1.70565)
[3:06:03.751287375] [2089] DEBUG RPiAwb awb.cpp:734 CT found is 4545.35 with gains r 2.13153 and b 1.70565
[3:06:03.751479894] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video20[21:out]: Dequeuing buffer 1
[3:06:03.751489931] [2087] DEBUG RPI pisp.cpp:1726 Stream ISP Input buffer complete, buffer id 2, timestamp: 11163751463000
[3:06:03.751494968] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream CFE Image
[3:06:03.751501672] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video25[23:cap]: Dequeuing buffer 1
[3:06:03.751507746] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Output1 buffer complete, buffer id 2, timestamp: 11163751463000
[3:06:03.751515283] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Output1
[3:06:03.751521931] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video28[24:out]: Dequeuing buffer 1
[3:06:03.751526894] [2087] DEBUG RPI pisp.cpp:1754 Stream ISP Config buffer complete, buffer id 2, timestamp: 11163751463000
[3:06:03.751530820] [2087] DEBUG RPI pipeline_base.cpp:1438 Returning buffer to stream ISP Config
[3:06:03.751534431] [2087] DEBUG RPI pipeline_base.cpp:1498 Going into Idle state
[3:06:03.751538042] [2087] DEBUG RPI pipeline_base.cpp:1502 Dropping frame at the request of the IPA (1 left)
[3:06:03.751544357] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video21[25:out]: Dequeuing buffer 1
[3:06:03.751551765] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video26[26:cap]: Dequeuing buffer 1
[3:06:03.751557394] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video22[27:out]: Dequeuing buffer 0
[3:06:03.751563005] [2087] DEBUG V4L2 v4l2_videodevice.cpp:1677 /dev/video27[28:cap]: Dequeuing buffer 0
[3:06:03.751568376] [2087] DEBUG Event event_dispatcher_poll.cpp:216 next timer 0x7ffed80286f8 expires in 0.994742184

@anderskm
Copy link
Author

And with gdb for debugging camera_ros:

Command:

LIBCAMERA_LOG_LEVELS=*:DEBUG ros2 run --prefix 'gdb -ex run --args' camera_ros camera_node --ros-args --log-level
debug -p format:="YUYV" -p width:=1024 -p height:=768 -p FrameDurationLimits:="[90000,110000]"
Output
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /ros2_ws/install/camera_ros/lib/camera_ros/camera_node...
Starting program: /ros2_ws/install/camera_ros/lib/camera_ros/camera_node --ros-args --log-level debug -p format:=YUYV -p width:=1024 -p height:=768 -p FrameDurationLimits:=\[90000,110000\]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff66de8e0 (LWP 897)]
[DEBUG] [1726223172.344157298] [rclcpp]: signal handler installed
[DEBUG] [1726223172.344347706] [rcl]: Initializing wait set with '0' subscriptions, '2' guard conditions, '0' timers, '0' clients, '0' services
[DEBUG] [1726223172.344161446] [rclcpp]: deferred_signal_handler(): waiting for SIGINT/SIGTERM or uninstall
[DEBUG] [1726223172.344403243] [camera_node]: Load library libcamera_component.so
[DEBUG] [1726223172.953042899] [camera_node]: Instantiate class rclcpp_components::NodeFactoryTemplate<camera::CameraNode>
[DEBUG] [1726223172.953174881] [rcl]: Couldn't parse arg 0 (/ros2_ws/install/camera_ros/lib/camera_ros/camera_node) as a remap rule in its deprecated form. Error: Expected lexeme type (19) not found, search ended at index 54, at ./src/rcl/lexer_lookahead.c:239
[DEBUG] [1726223172.953228159] [rcl]: Initializing node 'camera' in namespace ''
[DEBUG] [1726223172.953262548] [rcl]: Using domain ID of '0'
[New Thread 0x7fffebdae8e0 (LWP 898)]
[New Thread 0x7fffeb5168e0 (LWP 899)]
[New Thread 0x7fffead068e0 (LWP 900)]
[New Thread 0x7fffea4f68e0 (LWP 901)]
[New Thread 0x7fffe9ce68e0 (LWP 902)]
[New Thread 0x7fffe94d68e0 (LWP 903)]
[New Thread 0x7fffe8c068e0 (LWP 904)]
[New Thread 0x7fffe3ffe8e0 (LWP 905)]
[DEBUG] [1726223172.969589278] [rcl]: Initializing publisher for topic name '/rosout'
[DEBUG] [1726223172.969669611] [rcl]: Expanded and remapped topic name '/rosout'
[DEBUG] [1726223172.983990521] [rcl]: Publisher initialized
[DEBUG] [1726223172.984031910] [rcl]: Node initialized
[DEBUG] [1726223172.984232577] [rcl]: Initializing service for service name 'camera/get_parameters'
[DEBUG] [1726223172.984243337] [rcl]: Expanded and remapped service name '/camera/get_parameters'
[DEBUG] [1726223172.991574264] [rmw_fastrtps_cpp]: ************ Service Details *********
[DEBUG] [1726223172.991604487] [rmw_fastrtps_cpp]: Sub Topic rq/camera/get_parametersRequest
[DEBUG] [1726223172.991609672] [rmw_fastrtps_cpp]: Pub Topic rr/camera/get_parametersReply
[DEBUG] [1726223172.991613857] [rmw_fastrtps_cpp]: ***********
[DEBUG] [1726223172.991686302] [rcl]: Service initialized
[DEBUG] [1726223172.991730191] [rcl]: Initializing service for service name 'camera/get_parameter_types'
[DEBUG] [1726223172.991747931] [rcl]: Expanded and remapped service name '/camera/get_parameter_types'
[DEBUG] [1726223172.992144618] [rmw_fastrtps_cpp]: ************ Service Details *********
[DEBUG] [1726223172.992163692] [rmw_fastrtps_cpp]: Sub Topic rq/camera/get_parameter_typesRequest
[DEBUG] [1726223172.992187173] [rmw_fastrtps_cpp]: Pub Topic rr/camera/get_parameter_typesReply
[DEBUG] [1726223172.992196525] [rmw_fastrtps_cpp]: ***********
[DEBUG] [1726223172.992240044] [rcl]: Service initialized
[DEBUG] [1726223172.992267137] [rcl]: Initializing service for service name 'camera/set_parameters'
[DEBUG] [1726223172.992279526] [rcl]: Expanded and remapped service name '/camera/set_parameters'
[DEBUG] [1726223172.992581767] [rmw_fastrtps_cpp]: ************ Service Details *********
[DEBUG] [1726223172.992596693] [rmw_fastrtps_cpp]: Sub Topic rq/camera/set_parametersRequest
[DEBUG] [1726223172.992601175] [rmw_fastrtps_cpp]: Pub Topic rr/camera/set_parametersReply
[DEBUG] [1726223172.992605008] [rmw_fastrtps_cpp]: ***********
[DEBUG] [1726223172.992634101] [rcl]: Service initialized
[DEBUG] [1726223172.992652156] [rcl]: Initializing service for service name 'camera/set_parameters_atomically'
[DEBUG] [1726223172.992661378] [rcl]: Expanded and remapped service name '/camera/set_parameters_atomically'
[DEBUG] [1726223172.992916472] [rmw_fastrtps_cpp]: ************ Service Details *********
[DEBUG] [1726223172.992939379] [rmw_fastrtps_cpp]: Sub Topic rq/camera/set_parameters_atomicallyRequest
[DEBUG] [1726223172.992944435] [rmw_fastrtps_cpp]: Pub Topic rr/camera/set_parameters_atomicallyReply
[DEBUG] [1726223172.992948509] [rmw_fastrtps_cpp]: ***********
[DEBUG] [1726223172.992978416] [rcl]: Service initialized
[DEBUG] [1726223172.992997379] [rcl]: Initializing service for service name 'camera/describe_parameters'
[DEBUG] [1726223172.993006157] [rcl]: Expanded and remapped service name '/camera/describe_parameters'
[DEBUG] [1726223172.993287769] [rmw_fastrtps_cpp]: ************ Service Details *********
[DEBUG] [1726223172.993300695] [rmw_fastrtps_cpp]: Sub Topic rq/camera/describe_parametersRequest
[DEBUG] [1726223172.993304954] [rmw_fastrtps_cpp]: Pub Topic rr/camera/describe_parametersReply
[DEBUG] [1726223172.993343343] [rmw_fastrtps_cpp]: ***********
[DEBUG] [1726223172.993372066] [rcl]: Service initialized
[DEBUG] [1726223172.993393177] [rcl]: Initializing service for service name 'camera/list_parameters'
[DEBUG] [1726223172.993402103] [rcl]: Expanded and remapped service name '/camera/list_parameters'
[DEBUG] [1726223172.993653233] [rmw_fastrtps_cpp]: ************ Service Details *********
[DEBUG] [1726223172.993677715] [rmw_fastrtps_cpp]: Sub Topic rq/camera/list_parametersRequest
[DEBUG] [1726223172.993686252] [rmw_fastrtps_cpp]: Pub Topic rr/camera/list_parametersReply
[DEBUG] [1726223172.993694678] [rmw_fastrtps_cpp]: ***********
[DEBUG] [1726223172.993727752] [rcl]: Service initialized
[DEBUG] [1726223172.993764030] [rcl]: Initializing publisher for topic name '/parameter_events'
[DEBUG] [1726223172.993779585] [rcl]: Expanded and remapped topic name '/parameter_events'
[DEBUG] [1726223173.001572588] [rcl]: Publisher initialized
[DEBUG] [1726223173.001891015] [rcl]: Initializing subscription for topic name '/parameter_events'
[DEBUG] [1726223173.001908311] [rcl]: Expanded and remapped topic name '/parameter_events'
[DEBUG] [1726223173.002193886] [rcl]: Subscription initialized
[3:49:14.315554716] [895] DEBUG IPAModule ipa_module.cpp:334 ipa_rkisp1.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rkisp1.so is signed
[3:49:14.315637364] [895] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rkisp1.so'
[3:49:14.315726920] [895] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_pisp.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so is signed
[3:49:14.315754976] [895] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so'
[3:49:14.315851532] [895] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_vc4.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_vc4.so is signed
[3:49:14.315882884] [895] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_vc4.so'
[3:49:14.315925254] [895] DEBUG IPAModule ipa_module.cpp:334 ipa_soft_simple.so: IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_soft_simple.so is signed
[3:49:14.315945217] [895] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/ros2_ws/install/libcamera/lib/libcamera/ipa_soft_simple.so'
[DEBUG] [1726223173.003181407] [rcl]: Initializing service for service name 'set_camera_info'
[DEBUG] [1726223173.003211426] [rcl]: Expanded and remapped service name '/set_camera_info'
[DEBUG] [1726223173.013925863] [rmw_fastrtps_cpp]: ************ Service Details *********
[DEBUG] [1726223173.013977826] [rmw_fastrtps_cpp]: Sub Topic rq/set_camera_infoRequest
[DEBUG] [1726223173.013987437] [rmw_fastrtps_cpp]: Pub Topic rr/set_camera_infoReply
[DEBUG] [1726223173.013995919] [rmw_fastrtps_cpp]: ***********
[DEBUG] [1726223173.014056974] [rcl]: Service initialized
[DEBUG] [1726223173.014351660] [rcl]: Initializing publisher for topic name '~/image_raw'
[DEBUG] [1726223173.014384827] [rcl]: Expanded and remapped topic name '/camera/image_raw'
[DEBUG] [1726223173.024485707] [rcl]: Publisher initialized
[DEBUG] [1726223173.024686911] [rcl]: Initializing publisher for topic name '~/image_raw/compressed'
[DEBUG] [1726223173.024716856] [rcl]: Expanded and remapped topic name '/camera/image_raw/compressed'
[DEBUG] [1726223173.025136079] [rcl]: Publisher initialized
[DEBUG] [1726223173.025243542] [rcl]: Initializing publisher for topic name '~/camera_info'
[DEBUG] [1726223173.025268727] [rcl]: Expanded and remapped topic name '/camera/camera_info'
[DEBUG] [1726223173.025697636] [rcl]: Publisher initialized
[3:49:14.338658743] [895]  INFO Camera camera_manager.cpp:316 libcamera v0.3.1+50-69a894c4
[New Thread 0x7fffe37ee8e0 (LWP 906)]
[3:49:14.339046188] [906] DEBUG Camera camera_manager.cpp:71 Starting camera manager
[3:49:14.341878418] [906] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "rp1-cfe" created from /dev/media1
[3:49:14.342116993] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media1 due to 10 missing dependencies
[3:49:14.342945143] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media1 found
[3:49:14.342966847] [906] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media1: rp1-cfe
[3:49:14.343076329] [906] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "rpivid" created from /dev/media2
[3:49:14.343101570] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media2 due to 1 missing dependencies
[3:49:14.343234514] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media2 found
[3:49:14.343257977] [906] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media2: rpivid
[3:49:14.343397811] [906] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "pispbe" created from /dev/media0
[3:49:14.343414811] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media0 due to 9 missing dependencies
[3:49:14.343517534] [906] DEBUG DeviceEnumerator device_enumerator.cpp:230 New media device "pispbe" created from /dev/media3
[3:49:14.343534886] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:96 Defer media device /dev/media3 due to 9 missing dependencies
[3:49:14.344261406] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media0 found
[3:49:14.344278832] [906] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media0: pispbe
[3:49:14.344973797] [906] DEBUG DeviceEnumerator device_enumerator_udev.cpp:322 All dependencies for media device /dev/media3 found
[3:49:14.344991779] [906] DEBUG DeviceEnumerator device_enumerator.cpp:258 Added device /dev/media3: pispbe
[3:49:14.345273983] [906] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'imx8-isi'
[3:49:14.345323946] [906] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'mali-c55'
[3:49:14.345343742] [906] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rkisp1'
[3:49:14.345361798] [906] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rpi/pisp'
[3:49:14.345370298] [906] DEBUG DeviceEnumerator device_enumerator.cpp:318 Successful match for media device "rp1-cfe"
[3:49:14.345389909] [906] DEBUG DeviceEnumerator device_enumerator.cpp:318 Successful match for media device "pispbe"
[3:49:14.345462650] [906]  INFO RPI pisp.cpp:695 libpisp version v1.0.7 28196ed6edcf 13-09-2024 (07:02:13)
[3:49:14.346138504] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Exposure (0x00980911)
[3:49:14.346179263] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Horizontal Flip (0x00980914)
[3:49:14.346189356] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Vertical Flip (0x00980915)
[3:49:14.346207375] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Wide Dynamic Range (0x009a0915)
[3:49:14.346218486] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Camera Orientation (0x009a0922)
[3:49:14.346240745] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Camera Sensor Rotation (0x009a0923)
[3:49:14.346253023] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Vertical Blanking (0x009e0901)
[3:49:14.346262782] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Horizontal Blanking (0x009e0902)
[3:49:14.346273838] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Analogue Gain (0x009e0903)
[3:49:14.346284523] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Red Pixel Value (0x009e0904)
[3:49:14.346294690] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Green (Red) Pixel Value (0x009e0905)
[3:49:14.346304245] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Blue Pixel Value (0x009e0906)
[3:49:14.346313930] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Green (Blue) Pixel Value (0x009e0907)
[3:49:14.346323560] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Notify Gains (0x009e0909)
[3:49:14.346334597] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Link Frequency (0x009f0901)
[3:49:14.346345412] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Pixel Rate (0x009f0902)
[3:49:14.346357023] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Test Pattern (0x009f0903)
[3:49:14.346370949] [906] DEBUG V4L2 v4l2_device.cpp:636 'imx708_wide': Control: Digital Gain (0x009f0905)
[3:49:14.346747913] [906] DEBUG CameraSensor camera_sensor.cpp:410 'imx708_wide': No static test pattern map for 'imx708_wide'
[3:49:14.346786543] [906] DEBUG V4L2 v4l2_device.cpp:636 'dw9807 6-000c': Control: Focus, Absolute (0x009a090a)
[3:49:14.347669971] [906] DEBUG IPAManager ipa_manager.cpp:316 IPA module /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so signature is valid
[3:49:14.347720619] [906] DEBUG IPAProxy raspberrypi_ipa_proxy.cpp:45 initializing raspberrypi proxy: loading IPA from /ros2_ws/install/libcamera/lib/libcamera/ipa_rpi_pisp.so
[3:49:14.364421943] [906] DEBUG RPiBlackLevel black_level.cpp:41  Read black levels red 4096 green 4096 blue 4096
[New Thread 0x7fffe2fde8e0 (LWP 907)]
[3:49:14.365099538] [906] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:49:14.365163186] [906] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:49:14.365295594] [906] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:49:14.365310131] [906] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:49:14.365407538] [906] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:49:14.365421853] [906] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:49:14.365497724] [906] DEBUG RPiAgc agc.cpp:49 Read AGC channel
[3:49:14.365509150] [906] DEBUG RPiAgc agc_channel.cpp:219 AgcConfig
[3:49:14.365583576] [906] DEBUG RPiAgc agc.cpp:56 Read 4 channel(s)
[New Thread 0x7fffe27ce8e0 (LWP 908)]
[3:49:14.366157726] [906] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cr calibration for ct 3000
[3:49:14.366310985] [906] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cr calibration for ct 5000
[3:49:14.366458819] [906] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cb calibration for ct 3000
[3:49:14.366597042] [906] DEBUG RPiAlsc alsc.cpp:140 Read calibrations_Cb calibration for ct 5000
[3:49:14.366658097] [906] DEBUG RPiSharpen sharpen.cpp:45 Read threshold 0.25 strength 1 limit 1
[3:49:14.367421211] [906] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 3 and priority write flag 1 for Vertical Blanking
[3:49:14.367450970] [906] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 3 and priority write flag 0 for Horizontal Blanking
[3:49:14.367461581] [906] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 2 and priority write flag 0 for Exposure
[3:49:14.367470544] [906] DEBUG RPiDelayedControls delayed_controls.cpp:103 Set a delay of 2 and priority write flag 0 for Analogue Gain
[3:49:14.367642026] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video4[34:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:49:14.367706582] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video7[35:out]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:49:14.367731860] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video6[36:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:49:14.367754786] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video1[37:cap]: Opened device platform:1f00110000.csi: rp1-cfe: rp1-cfe
[3:49:14.367777897] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video20[38:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.367834471] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video24[39:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.367878916] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video25[40:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.367924582] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video28[41:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.367944490] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video21[42:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.367988138] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video26[43:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.368049305] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video22[44:out]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.368096583] [906] DEBUG V4L2 v4l2_videodevice.cpp:632 /dev/video27[45:cap]: Opened device platform:1000880000.pisp_be: pispbe: pispbe
[3:49:14.368171694] [906]  INFO RPI pisp.cpp:1154 Registered camera /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a to CFE device /dev/media1 and ISP device /dev/media0 using PiSP variant BCM2712_C0
[3:49:14.368200324] [906] DEBUG Camera camera_manager.cpp:157 Pipeline handler "rpi/pisp" matched
[3:49:14.368213472] [906] DEBUG RPI pisp.cpp:865 Unable to acquire a CFE instance
[3:49:14.368225583] [906] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'rpi/vc4'
[3:49:14.368235731] [906] DEBUG RPI vc4.cpp:189 Unable to acquire a Unicam instance
[3:49:14.368244565] [906] DEBUG RPI vc4.cpp:189 Unable to acquire a Unicam instance
[3:49:14.368251639] [906] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'simple'
[3:49:14.368265287] [906] DEBUG Camera camera_manager.cpp:136 Found registered pipeline handler 'uvcvideo'
[INFO] [1726223173.055500051] [camera]:
>> cameras:
   0: imx708_wide (/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a)
[WARN] [1726223173.055752774] [camera]: no camera selected, using default: "/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a"
[WARN] [1726223173.055828941] [camera]: set parameter 'camera' to silence this warning
[3:49:14.368932344] [895]  WARN V4L2 v4l2_pixelformat.cpp:344 Unsupported V4L2 pixel format RPBP
[3:49:14.369068197] [895] DEBUG Camera camera.cpp:1126 streams configuration: (0) 1920x1080-YUV420
[DEBUG] [1726223173.056336628] [camera]: default stream configuration: "1920x1080-YUV420"
[DEBUG] [1726223173.056487073] [camera]:
>> stream formats:
   - Pixelformat: R8 (32x32 - 4608x2592)
   - Pixelformat: R16 (32x32 - 4608x2592)
   - Pixelformat: MONO_PISP_COMP1 (32x32 - 4608x2592)
   - Pixelformat: SGRBG10 (32x32 - 4608x2592)
   - Pixelformat: SGBRG10 (32x32 - 4608x2592)
   - Pixelformat: SBGGR10 (32x32 - 4608x2592)
   - Pixelformat: SRGGB10 (32x32 - 4608x2592)
   - Pixelformat: NV21 (32x32 - 4608x2592)
   - Pixelformat: SBGGR8 (32x32 - 4608x2592)
   - Pixelformat: SGRBG12 (32x32 - 4608x2592)
   - Pixelformat: SGBRG12 (32x32 - 4608x2592)
   - Pixelformat: SBGGR12 (32x32 - 4608x2592)
   - Pixelformat: SRGGB12 (32x32 - 4608x2592)
   - Pixelformat: YUV420 (32x32 - 4608x2592)
   - Pixelformat: NV12 (32x32 - 4608x2592)
   - Pixelformat: YVU420 (32x32 - 4608x2592)
   - Pixelformat: SBGGR16 (32x32 - 4608x2592)
   - Pixelformat: BGGR_PISP_COMP1 (32x32 - 4608x2592)
   - Pixelformat: SGRBG14 (32x32 - 4608x2592)
   - Pixelformat: SGBRG14 (32x32 - 4608x2592)
   - Pixelformat: SBGGR14 (32x32 - 4608x2592)
   - Pixelformat: SRGGB14 (32x32 - 4608x2592)
   - Pixelformat: XBGR8888 (32x32 - 4608x2592)
   - Pixelformat: BGR888 (32x32 - 4608x2592)
   - Pixelformat: RGB888 (32x32 - 4608x2592)
   - Pixelformat: XRGB8888 (32x32 - 4608x2592)
   - Pixelformat: YUV444 (32x32 - 4608x2592)
   - Pixelformat: YVU444 (32x32 - 4608x2592)
   - Pixelformat: SGBRG16 (32x32 - 4608x2592)
   - Pixelformat: GBRG_PISP_COMP1 (32x32 - 4608x2592)
   - Pixelformat: SGRBG16 (32x32 - 4608x2592)
   - Pixelformat: GRBG_PISP_COMP1 (32x32 - 4608x2592)
   - Pixelformat: YUV422 (32x32 - 4608x2592)
   - Pixelformat: YVU422 (32x32 - 4608x2592)
   - Pixelformat: SRGGB16 (32x32 - 4608x2592)
   - Pixelformat: RGGB_PISP_COMP1 (32x32 - 4608x2592)
   - Pixelformat: BGR161616 (32x32 - 4608x2592)
   - Pixelformat: RGB161616 (32x32 - 4608x2592)
   - Pixelformat: SRGGB8 (32x32 - 4608x2592)
   - Pixelformat: SGRBG8 (32x32 - 4608x2592)
   - Pixelformat: SGBRG8 (32x32 - 4608x2592)
   - Pixelformat: YVYU (32x32 - 4608x2592)
   - Pixelformat: YUYV (32x32 - 4608x2592)
   - Pixelformat: VYUY (32x32 - 4608x2592)
   - Pixelformat: UYVY (32x32 - 4608x2592)
[3:49:14.370192737] [895] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 1318.67 (best 1318.67)
[3:49:14.370225255] [895] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 1618.67 (best 1318.67)
[3:49:14.370268311] [895] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 2518.67 (best 1318.67)
[3:49:14.370307645] [895] DEBUG RPI pisp.cpp:1251 minSize: width 18 height 14
[3:49:14.370359367] [895] DEBUG RPI pisp.cpp:1295 For stream 1024x768-YUYV swDownscale is 1
[3:49:14.370439830] [895] DEBUG RPI pipeline_base.cpp:284 Try color space Rec709
[3:49:14.370519108] [895] DEBUG RPI pipeline_base.cpp:978 Format: 1536x864 fmt SRGGB10 Score: 1318.67 (best 1318.67)
[3:49:14.370543960] [895] DEBUG RPI pipeline_base.cpp:978 Format: 2304x1296 fmt SRGGB10 Score: 1618.67 (best 1318.67)
[3:49:14.370557830] [895] DEBUG RPI pipeline_base.cpp:978 Format: 4608x2592 fmt SRGGB10 Score: 2518.67 (best 1318.67)
[3:49:14.370602405] [895] DEBUG RPI pisp.cpp:1251 minSize: width 18 height 14
[3:49:14.370616664] [895] DEBUG RPI pisp.cpp:1295 For stream 1024x768-YUYV swDownscale is 1
[3:49:14.370626164] [895] DEBUG RPI pipeline_base.cpp:284 Try color space Rec709
[3:49:14.370639942] [895]  INFO Camera camera.cpp:1191 configuring streams: (0) 1024x768-YUYV
[3:49:14.370803924] [906]  INFO RPI pisp.cpp:1450 Sensor: /base/axi/pcie@120000/rp1/i2c@88000/imx708@1a - Selected sensor format: 1536x864-SBGGR10_1X10 - Selected CFE format: 1536x864-PC1B
[3:49:14.370830072] [906] DEBUG RPI pisp.cpp:1508 Setting ISP Output1 to 1024x768-YUYV (sw downscale 1)
[3:49:14.370844683] [906] DEBUG RPI pisp.cpp:1514 After setFormat, stride 2048
[3:49:14.370853128] [906] DEBUG RPI pisp.cpp:1524 Stream ISP Output1 has color space Rec709
[3:49:14.370868628] [906] DEBUG RPI pisp.cpp:2095 Output 1 (192, 0)/1152x864
[3:49:14.370909442] [906] DEBUG RPI pisp.cpp:1605 Setting embedded data format 0x0-SENS
[3:49:14.370941220] [906] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[4] -> rp1-cfe-csi2_ch0[0]: 0
[3:49:14.370955109] [906] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[4] -> pisp-fe[0]: 1
[3:49:14.370965424] [906] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: csi2[5] -> rp1-cfe-embedded[0]: 1
[3:49:14.370975609] [906] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: rp1-cfe-fe_config[0] -> pisp-fe[1]: 1
[3:49:14.370986017] [906] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[2] -> rp1-cfe-fe_image0[0]: 1
[3:49:14.370995369] [906] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[3] -> rp1-cfe-fe_image1[0]: 0
[3:49:14.371004591] [906] DEBUG MediaDevice media_device.cpp:830 /dev/media1[rp1-cfe]: pisp-fe[4] -> rp1-cfe-fe_stats[0]: 1
[3:49:14.371161795] [906] DEBUG IPARPI ipa_base.cpp:1482 Applying AGC Exposure: 19992.82us (Shutter lines: 2171, AGC requested 20000.00us) Gain: 1 (Gain Code: 112)
[3:49:14.371202610] [906] DEBUG RPiAf af.cpp:723 setLensPosition: 1
[INFO] [1726223173.058490078] [camera]: camera "/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a" configured with 1024x768-YUYV stream
[DEBUG] [1726223173.058633208] [camera]: declare AwbEnable with default not set
[DEBUG] [1726223173.058823949] [camera]: declare AwbMode with default 0
[DEBUG] [1726223173.058969616] [camera]: declare AeFlickerPeriod with default not set
[DEBUG] [1726223173.059093654] [camera]: declare AfTrigger with default 0
[DEBUG] [1726223173.059254006] [camera]: declare ColourGains with default not set
[DEBUG] [1726223173.059396192] [camera]: declare Contrast with default 1.000000
[DEBUG] [1726223173.059527285] [camera]: declare AfPause with default 0
[WARN] [1726223173.059644211] [camera]: unsupported control 'AfWindows'
[DEBUG] [1726223173.059776396] [camera]: declare AfMetering with default 0
[DEBUG] [1726223173.059905045] [camera]: declare LensPosition with default 1.000000
[DEBUG] [1726223173.060025990] [camera]: declare AfRange with default 0
[DEBUG] [1726223173.060136434] [camera]: declare HdrMode with default 0
[DEBUG] [1726223173.060271435] [camera]: declare AfMode with default 0
[DEBUG] [1726223173.060384731] [camera]: declare AfSpeed with default 0
[DEBUG] [1726223173.060490528] [camera]: declare AeExposureMode with default 0
[DEBUG] [1726223173.060601677] [camera]: declare AeConstraintMode with default 0
[DEBUG] [1726223173.060737844] [camera]: declare ScalerCrop with default [768, 432, 2304, 1728]
[DEBUG] [1726223173.060864085] [camera]: declare AeFlickerMode with default 0
[DEBUG] [1726223173.060977289] [camera]: declare Sharpness with default 1.000000
[DEBUG] [1726223173.061184808] [camera]: declare AnalogueGain with default not set
terminate called after throwing an instance of 'std::runtime_error'
  what():  control NoiseReductionMode (10002) not handled

Thread 1 "camera_node" received signal SIGABRT, Aborted.
__pthread_kill_implementation (threadid=140737351826016, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
44      ./nptl/pthread_kill.c: No such file or directory.

@anderskm
Copy link
Author

After some more experimentation, a solution seems to be to add IF(draft::NoiseReductionMode) and IF(rpi::ScalerCrops) to camera_ros/blob/main/src/type_extent.cpp, but I need to test it further.

@christianrauch
Copy link
Owner

Previously, this exception was caught since future libcamera versions may expose additional controls that have to be handled explicitly in the node. At some point, I accidentally removed that try/catch.

Can you cherry-pick d548939? That adds the exception handling again and should show a warning instead of crashing the node with an unhandled exception.

@christianrauch
Copy link
Owner

@anderskm Can you check if #62 solves your issue?

@anderskm
Copy link
Author

@anderskm Can you check if #62 solves your issue?

Yes, it does! Thank you for your quick reply and fix.

@christianrauch
Copy link
Owner

@anderskm Can you check if #62 solves your issue?

Yes, it does! Thank you for your quick reply and fix.

Alright. I will merge it then. Thanks for testing.

@christianrauch
Copy link
Owner

After some more experimentation, a solution seems to be to add IF(draft::NoiseReductionMode) and IF(rpi::ScalerCrops) to camera_ros/blob/main/src/type_extent.cpp, but I need to test it further.

I did not add the draft controls to the list since they will at least change their namespace in any case, which will break the API once they are released out of "draft" state.

For the rpi::ScalerCrops control, I am wondering where you found this. The rpi controls namespace only lists the controls StatsOutputEnable and Bcm2835StatsOutput and I can find a reference to ScalerCrop only in the standard libcamera namespace and this is already handled in get_extent.

@anderskm
Copy link
Author

anderskm commented Sep 13, 2024

It makes sense to not include the draft controls, as you mention. In my previous comment, I was simply looking for a solution to my problem without fully understanding the inner workings of things.

After "handling" NoiseReductionMode with IF(draft::NoiseReductionMode), ScalarCrops started to cause a similar error.
I found rpi::ScalarCrops in Raspberry Pi's fork of libcamera: https://github.com/raspberrypi/libcamera/blob/main/src/libcamera/control_ids_rpi.yaml#L29
I believe, they (RPi) recommend using that over the official libcamera for the time being until they sync up.

@christianrauch
Copy link
Owner

Thanks for the hint about the raspberrypi fork. I always thought they were essentially in sync with the upstream version but they forked off after commit 82c5ea24b0e6120b75cd2f21075a3cdcb9d3d7a2 (see commit upstream https://git.libcamera.org/libcamera/libcamera.git/commit/?id=82c5ea24b0e6120b75cd2f21075a3cdcb9d3d7a2 and in the fork raspberrypi/libcamera@82c5ea2). The controls::rpi::ScalerCrops was then added via commit raspberrypi/libcamera@554b2a5 to the fork.

It's good to know that they are now API incompatible. I don't know how easy it would be to support the original upstream project and the fork as you would need to check this at build time. I am only testing with the upstream libcamera version and the binary Debian package in the ROS repos (i.e. via bloom) uses the upstream version too. I may additionally support the fork in the future if someone contributes this and provides a reliable way to detect which version is used. But until then, I am not going to support the fork.

@anderskm
Copy link
Author

I think it is perfectly fair to only support the upstream version.
If you decide to support the raspberry pi fork in the future, I can think of two ways of handling it.

libcamera includes the git commit sha1 of each major version in the version name. It may be a way to check whether it is the upstream version or the raspberry pi fork. But it is going to be annoying to keep the look-up-table up to date as more and more versions are added and the two versions diverge.

It might be easier to just create an raspberry-pi branch of camera_ros, and then have raspberry pi users compile camera_ros by themselves. That would only require a small update to the build instructions:

git clone https://github.com/christianrauch/camera_ros.git src/camera_ros

would become

git clone -b raspberry-pi --single-branch https://github.com/christianrauch/camera_ros.git src/camera_ros

and

git clone https://git.libcamera.org/libcamera/libcamera.git src/libcamera

would become

git clone https://github.com/raspberrypi/libcamera.git src/libcamera

@christianrauch
Copy link
Owner

Using git commit hashes will not work if you use a binary distributed version, e.g. via Debian packages, or archived source code without the .git folder. Maintaining two branches is also not a nice option since you essentially have to maintain two forks for your own project. And since I am distributing the package in binary form as Debian package via bloom, it would also be unclear which version I want to distribute.

I reached out to the raspberrypi fork about their plans with these custom controls (raspberrypi/libcamera#178) and they are indeed trying to merge them upstream. So I am optimistic that this problem will eventually vanish.

@anderskm
Copy link
Author

I reached out to the raspberrypi fork about their plans with these custom controls (raspberrypi/libcamera#178) and they are indeed trying to merge them upstream. So I am optimistic that this problem will eventually vanish.

Good call reaching out to them. Fingers crossed, that the merger happens sooner rather than later :-)

If you need help with any manual testing on with Raspberry Pi cameras, I will be happy to help.

@askarkg12
Copy link

askarkg12 commented Sep 21, 2024

@anderskm Could you please share how you managed to get rpicam-hello to work in a container?

I have been building images using buildx on amd64 machine, but with platform being arm64.

The specific problem I have currently is the following:

root@312b677303a8:/# rpicam-hello
Could not open any dmaHeap device
ERROR: rpicam-apps currently only supports the Raspberry Pi platforms.
Contributions for other platforms are welcome at https://github.com/raspberrypi/rpicam-apps.

I am running the container by passing devices on:
sudo docker run \ --device=/dev/video0 \ --device=/dev/media0 \ --device=/dev/v4l-subdev0 \ --device=/dev/video1 \ --device=/dev/media1 \ --device=/dev/v4l-subdev1 \ --device=/dev/video2 \ --device=/dev/media2 \ --device=/dev/v4l-subdev2 \ --device=/dev/video3 \ --device=/dev/media3 \ --device=/dev/v4l-subdev3 \ --rm \ -it askarkg12/camera-ros:latest

I am specifically not running --privileged, because it seems that under privileged mode it cannot see the devices, so the response then is:

[72:06:55.159122539] [46] INFO Camera camera_manager.cpp:316 libcamera v0.3.1+50-69a894c4
Preview window unavailable
ERROR: *** no cameras available ***

rpicam-hello runs fine outside of docker

@christianrauch I appreciate that specific docker related problems might not be as relevant to camera-ros, however would having camera-ros ready container be beneficial for this repo?
I currently have Raspberry Pi 5 and Raspberry P
i Camera Module 3 (the same sensor as anderskm) and there has not been a smooth option that I could find yet.

@christianrauch
Copy link
Owner

I appreciate that specific docker related problems might not be as relevant to camera-ros, however would having camera-ros ready container be beneficial for this repo?

There are already binary (Ubuntu) packages for libcamera and camera_ros available in the ROS repos via bloom. I don't see the benefit of the Docker overhead on a low-powered system, such as the Raspberry Pi, over binary Debian packages.

But this is another topic anyway and not related to the original issue. If you encounter issues with the ROS 2 node, you should first check that you can run the ROS-independent standalone examples under the same conditions.

@anderskm
Copy link
Author

anderskm commented Sep 23, 2024

@askarkg12:

Could you please share how you managed to get rpicam-hello to work in a container?

I build and install both libcamera and rpicam-apps from source using two bash-scripts. These scripts are called, when the docker image is built. Note, that libcamera is cloned from Raspberry Pi's repo rather than the official libcamera repo.
I use this dockerfile as base image, but I doubt that matters in this context.

install_libcamera.sh
###############
## libcamera ##
###############
# NOTE:
    # libcamera can be install via `apt`, but currently only an old version (v0.1.0) is provided. Therefore, libcamera is compiled from source instead.
    # Raspberry Pi has forked libcamera from the official libcamera repository, while they are working on (better) hardware support for the RPi cameras.
    # The RPi fork is planned to be merged into the official libcamera repo: https://github.com/raspberrypi/libcamera/issues/178

sudo apt-get update
sudo apt install -y python3-pip ninja-build
# Note: Install meson using pip (v>=1.5.1), as the dep version is too old (v0.61) compared to what is needed (v0.63)
sudo apt remove meson
sudo pip install meson # colcon-meson

sudo apt install -y libboost-dev
sudo apt install -y libgnutls28-dev openssl libtiff-dev pybind11-dev
sudo apt install -y qtbase5-dev libqt5core5a libqt5widgets5
sudo apt install -y cmake
sudo apt install -y python3-yaml python3-ply
sudo apt install -y libglib2.0-dev libgstreamer-plugins-base1.0-dev
# For libcamera 'cam'-app [use cam -l to list available cameras]
sudo apt install -y libevent-dev libdrm-dev libjpeg-dev libsdl2-dev

sudo apt install -y python3-jinja2

cd /tmp
git clone https://github.com/raspberrypi/libcamera.git
cd /tmp/libcamera
meson setup build --buildtype=release -Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dv4l2=true -Dgstreamer=enabled -Dtest=false -Dlc-compliance=disabled -Dcam=disabled -Dqcam=disabled -Ddocumentation=disabled -Dpycamera=enabled
ninja -C build install
ldconfig
cd /tmp
rm -rf /tmp/libcamera
install_rpicam_apps.sh
#################
## rpicam-apps ##
#################
# Source: https://www.raspberrypi.com/documentation/computers/camera_software.html#build-libcamera-and-rpicam-apps

sudo apt update
sudo apt install -y python3-pip ninja-build
# Install meson from pip as it is a significantly newer version
sudo pip install meson

sudo apt install -y libepoxy-dev libjpeg-dev libtiff5-dev libpng-dev

# To use the Qt preview window, install the following additional dependencies:
sudo apt install -y qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5
#For libav support in rpicam-vid, install the following additional dependencies:
sudo apt install -y libavcodec-dev libavdevice-dev libavformat-dev libswresample-dev

sudo apt install -y cmake libboost-program-options-dev libdrm-dev libexif-dev
sudo apt install -y libepoxy-dev
cd /tmp
git clone https://github.com/raspberrypi/rpicam-apps.git
cd /tmp/rpicam-apps

# Build rpicam-apps
meson setup build -Denable_libav=enabled -Denable_drm=enabled -Denable_egl=enabled -Denable_qt=enabled -Denable_opencv=disabled -Denable_tflite=disabled
meson compile -C build
meson install -C build
ldconfig
rpicam-still --version

# Clean-up
cd /tmp
rm -rf /tmp/rpicam-apps

I build the image using:

docker build --progress=plain -t ros_docker .

And I start the docker with the following command:

docker run -it --privileged  --net host -v /dev/:/dev/ -v /run/udev:/run/udev ros_docker:latest

You could probably narrow down the two mounts (-v) to only include the absolutely necessary, but for now for my case, this is sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants