Capture taking ~10x shutter time

  1. Where did you get the camera module(s)?
    Arducam

  2. Model number of the product(s)?
    arducam_64mp

  3. What hardware/platform were you working on?
    Pi Zero 2W
    OS was Astroberry, but it’s been updated to or from buster for the camera support to work.

  4. Instructions you have followed. (link/manual/etc.)
    Manual

  5. Problems you were having?
    Using the shutter option the captures take ~10x as long as the shutter time. In one recorded with --shutter 10000000 (10,000,000) below it takes 119 seconds.

  6. The dmesg log from your hardware?
    Will capture if requested. (Pi isn’t on normally.)

  7. Troubleshooting attempts you’ve made?
    Varying the shutter time, this is the same at 1 sec, and 100 sec (Didn’t record time on that one, but subjectively, yeah. I kinda even dozed off after about 10 minutes, while waiting, and the notification bell (from monitoring for activity) woke me up, but I didn’t record the time.)

Various attempts over various options (ex: --timelapse was tried in the example below but didn’t seem to work? others include -n (nopreview) -r (raw) -k (keyboard) -s (signal)) and several others. Nothing seemed to change it, there also didn’t seem to much cpu use until the end (Could be encoding?), like it was waiting for something, but the length seemed tied to the shutter speed, so I don’t think it’s a keypress via -k or anything like that.)

EXIF data a when jpegs were captured showed the shutter value as the requested value. (+/- as they usually are, like 0.998… for 1sec.)

  1. What help do you need?
    Looking at fixing it. I got this for among other reasons an all-sky camera (or rather a much-sky camera), and the images are good so far. Just I’d prefer more than 10% of the time being spent in capture.

I’m planning to write either a modify a driver if needed or write a new one to have this supported in INDI (telescope control software) later as well, but this kinda hampers baseline understanding.

EXAMPLE:

$ date ; libcamera-still --width 4624 --height 3472 --shutter 10000000 --flush 1 --gain 3 --awb daylight -r --immediate 1 -n -e png --timelapse 100 --timestamp 1 --latest 16mp-chromebook-simlink.png ; date
Tue 14 Jun 2022 06:28:11 AM CEST
[1:25:37.567665896] [9859] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[1:25:37.635859525] [9863] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[1:25:37.638003162] [9863] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[1:25:37.639611333] [9863] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[1:25:37.727621028] [9863] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[1:25:37.729365500] [9863] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[1:25:37.730580078] [9863] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[1:25:37.733257307] [9859] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-BGR888 (1) 4624x3472-SBGGR10_CSI2P
[1:25:37.734858915] [9863] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA

Still capture image received
Bayer format is BGGR-10
[1:27:32.864574929] [9859] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420
[1:27:32.923379898] [9863] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Tue 14 Jun 2022 06:30:10 AM CEST
pi@astroberry-one:~ $

Using another pi, in this case a ‘Raspberry Pi 2 Model B Rev 1.1’ I find the following, raw log below:

Shutter time (microseconds/seconds) - Clock Time (seconds) (* in log below) - (Predicted:) 5shutter+10 sec:
1000 - 11
- 5.016
10000 - 12* - 5.16
100000 - 13* - 6.6
1000000 (1sec) - 20* - 21
5000000 (5 sec) - 84 - 85
10000000 (10sec) - 165* - 165
40000000 (40 sec) - 644 - 645
100000000 (100 sec) - 1604* - 1605

So it looks like there’s a base time for setup of ~5 seconds (based on more tests not below of 1000 time), then about a 16x factor based on shutter time.

Above, time is 5-12 sec + 16*shutter time matches within a second for everything over 1 second shutter, and looks pretty linear, aside from the really short ones.

Can anyone else try to confirm this is a problem esp on a pi 4? (I can try an ‘original’ Zero (v1.3 non-W) and a Pi 1 B+? (of some description)

james@pitwo:~ $ date ; libcamera-still -n -t 0 --viewfinder-width 2312 --viewfinder-height 1736 --shutter 1000000 --width 4624 --height 3472 --immediate -o test.jpg; date
Fri 17 Jun 2022 11:03:39 AM CDT
[0:04:51.879607085] [1213] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[0:04:52.032003056] [1215] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[0:04:52.032262900] [1215] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[0:04:52.035094520] [1215] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[0:04:52.158270643] [1215] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[0:04:52.161261951] [1215] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[0:04:52.162579974] [1215] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[0:04:52.167158837] [1213] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[0:04:52.169173633] [1215] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Still capture image received
Fri 17 Jun 2022 11:03:59 AM CDT
james@pitwo:~ $ date ; libcamera-still -n -t 0 --viewfinder-width 2312 --viewfinder-height 1736 --shutter 10000000 --width 4624 --height 3472 --immediate -o test.jpg; date
Fri 17 Jun 2022 11:04:15 AM CDT
[0:05:28.601794901] [1230] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[0:05:28.753690800] [1232] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[0:05:28.753985384] [1232] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[0:05:28.756771222] [1232] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[0:05:28.880580612] [1232] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[0:05:28.883574732] [1232] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[0:05:28.884954891] [1232] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[0:05:28.889623754] [1230] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[0:05:28.891786674] [1232] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Still capture image received
Fri 17 Jun 2022 11:07:00 AM CDT
james@pitwo:~ $ date ; libcamera-still -n -t 0 --viewfinder-width 2312 --viewfinder-height 1736 --shutter 100000000 --width 4624 --height 3472 --immediate -o test.jpg; date
Fri 17 Jun 2022 11:07:19 AM CDT
[0:08:31.709876298] [1253] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[0:08:31.882664814] [1256] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[0:08:31.883317992] [1256] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[0:08:31.887007108] [1256] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[0:08:32.012133207] [1256] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[0:08:32.015249406] [1256] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[0:08:32.016794615] [1256] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[0:08:32.021871597] [1253] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[0:08:32.023959410] [1256] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Still capture image received
Fri 17 Jun 2022 11:34:03 AM CDT
james@pitwo:~ $ date ; libcamera-still -n -t 0 --viewfinder-width 2312 --viewfinder-height 1736 --shutter 100000 --width 4624 --height 3472 --immediate -o test.jpg; date
Fri 17 Jun 2022 11:35:53 AM CDT
[0:37:06.626700542] [1414] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[0:37:06.791835369] [1416] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[0:37:06.792694493] [1416] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[0:37:06.796788600] [1416] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[0:37:06.967707241] [1416] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[0:37:06.974535492] [1416] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[0:37:06.978140792] [1416] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[0:37:06.989148256] [1414] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[0:37:07.026025066] [1416] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Still capture image received
Fri 17 Jun 2022 11:36:06 AM CDT
james@pitwo:~ $ date ; libcamera-still -n -t 0 --viewfinder-width 2312 --viewfinder-height 1736 --shutter 10000 --width 4624 --height 3472 --immediate -o test.jpg; date
Fri 17 Jun 2022 11:36:12 AM CDT
[0:37:25.343884618] [1425] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[0:37:25.558850057] [1427] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[0:37:25.560870184] [1427] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[0:37:25.566265816] [1427] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[0:37:25.747676771] [1427] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[0:37:25.751943902] [1427] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[0:37:25.753897257] [1427] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[0:37:25.760383474] [1425] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[0:37:25.763115275] [1427] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Still capture image received
Fri 17 Jun 2022 11:36:24 AM CDT
james@pitwo:~ $ date ; libcamera-still -n -t 0 --viewfinder-width 2312 --viewfinder-height 1736 --shutter 1000 --width 4624 --height 3472 --immediate -o test.jpg; date
Fri 17 Jun 2022 11:36:30 AM CDT
[0:37:42.788490291] [1435] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[0:37:42.963648168] [1437] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[0:37:42.964033016] [1437] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[0:37:42.967347115] [1437] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[0:37:43.137437956] [1437] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[0:37:43.144778089] [1437] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[0:37:43.148984385] [1437] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[0:37:43.158845380] [1435] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[0:37:43.186081879] [1437] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Still capture image received
Fri 17 Jun 2022 11:36:41 AM CDT
james@pitwo:~ $

Just to note, this is a completely different (fresh) install, different sd card, even different 64mp camera on the Pi2B.

More testing seems to find a maximum, this was attempting to set 400 sec ( less than the FAQ 435sec as I recall? )

james@pitwo:~ $ date; libcamera-still -n --width 4624 --height 3472 --shutter 400000000 --immediate -o test.jpg ; date
Fri 17 Jun 2022 02:33:02 PM CDT
[2:42:53.232775414] [1807] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
[2:42:53.256091748] [1810] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
[2:42:53.256349249] [1810] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
[2:42:53.259289155] [1810] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
[2:42:53.374383629] [1810] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
[2:42:53.377289057] [1810] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[2:42:53.378806927] [1810] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
[2:42:53.383123296] [1807] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[2:42:53.385281221] [1810] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472
-pBAA
Still capture image received
Fri 17 Jun 2022 03:36:27 PM CDT

Which amounts to much less time than I expected. Amounting to 3805 seconds, I found it interesting as well, applying in reverse the 16*shutter + 5 = clock time, I get 237.5 sec exposure, and when I look at the exif file (part of exiftool output, rest doesn’t have anything else interesting):

Camera Model Name : /base/soc/i2c0mux/i2c@1/arducam_64mp@1a
Software : libcamera-still
Modify Date : 2022:06:17 15:36:25
Exposure Time : 237.6

Some more detailed output: (Off the Pi Zero 2W)

pi@astroberry-one:~ $ unbuffer libcamera-still -v -n -t 10 --width 4624 --height 3472 --shutter 1500000 --immediate --awb daylight --exposure sport --restart 1 --flush 1 --gain 1 --viewfinder-width 800 --viewfinder-height 600 --metering average -o test.jpg | ts
Jun 17 23:09:43 Options:
Jun 17 23:09:43 verbose: 1
Jun 17 23:09:43 info_text:#%frame (%fps fps) exp %exp ag %ag dg %dg
Jun 17 23:09:43 timeout: 10
Jun 17 23:09:43 width: 4624
Jun 17 23:09:43 height: 3472
Jun 17 23:09:43 output: test.jpg
Jun 17 23:09:43 post_process_file:
Jun 17 23:09:43 rawfull: 0
Jun 17 23:09:43 preview: none
Jun 17 23:09:43 qt-preview: 0
Jun 17 23:09:43 transform: identity
Jun 17 23:09:43 roi: all
Jun 17 23:09:43 shutter: 1.5e+06
Jun 17 23:09:43 gain: 1
Jun 17 23:09:43 metering: average
Jun 17 23:09:43 exposure: sport
Jun 17 23:09:43 ev: 0
Jun 17 23:09:43 awb: daylight
Jun 17 23:09:43 flush: true
Jun 17 23:09:43 wrap: 0
Jun 17 23:09:43 brightness: 0
Jun 17 23:09:43 contrast: 1
Jun 17 23:09:43 saturation: 1
Jun 17 23:09:43 sharpness: 1
Jun 17 23:09:43 framerate: 30
Jun 17 23:09:43 denoise: auto
Jun 17 23:09:43 viewfinder-width: 800
Jun 17 23:09:43 viewfinder-height: 600
Jun 17 23:09:43 tuning-file: (libcamera)
Jun 17 23:09:43 lores-width: 0
Jun 17 23:09:43 lores-height: 0
Jun 17 23:09:43 mode: unspecified
Jun 17 23:09:43 viewfinder-mode: unspecified
Jun 17 23:09:43 encoding: jpg
Jun 17 23:09:43 quality: 93
Jun 17 23:09:43 raw: 0
Jun 17 23:09:43 restart: 1
Jun 17 23:09:43 timelapse: 0
Jun 17 23:09:43 framestart: 0
Jun 17 23:09:43 datetime: 0
Jun 17 23:09:43 timestamp: 0
Jun 17 23:09:43 keypress: 0
Jun 17 23:09:43 signal: 0
Jun 17 23:09:43 thumbnail width: 320
Jun 17 23:09:43 thumbnail height: 240
Jun 17 23:09:43 thumbnail quality: 70
Jun 17 23:09:43 latest:
Jun 17 23:09:43 immediate 1
Jun 17 23:09:43 Running without preview window
Jun 17 23:09:43 Opening camera…
Jun 17 23:09:43 [1:13:47.547756727] [2470] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
Jun 17 23:09:43 [1:13:47.557468140] [2477] WARN CameraSensorProperties camera_sensor_properties.cpp:163 No static properties available for ‘arducam_64mp’
Jun 17 23:09:43 [1:13:47.557544077] [2477] WARN CameraSensorProperties camera_sensor_properties.cpp:165 Please consider updating the camera sensor properties database
Jun 17 23:09:43 [1:13:47.558851571] [2477] ERROR CameraSensor camera_sensor.cpp:591 ‘arducam_64mp 10-001a’: Camera sensor does not support test pattern modes.
xJun 17 23:09:43 [1:13:47.610359087] [2477] WARN RPI raspberrypi.cpp:1263 Mismatch between Unicam and CamHelper for embedded data usage!
Jun 17 23:09:43 [1:13:47.611736789] [2477] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
Jun 17 23:09:43 [1:13:47.612619076] [2477] INFO RPI raspberrypi.cpp:1386 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media3 and ISP device /dev/media0
Jun 17 23:09:43 Acquired camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a
Jun 17 23:09:43 Configuring still capture…
Jun 17 23:09:43 [1:13:47.614741774] [2470] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
Jun 17 23:09:43 [1:13:47.615630520] [2477] INFO RPI raspberrypi.cpp:764 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Jun 17 23:09:43 Camera streams configured
Jun 17 23:09:43 Buffers allocated and mapped
Jun 17 23:09:43 Still capture setup complete
Jun 17 23:09:43 Requests created
xxJun 17 23:09:43 Camera started!
xxJun 17 23:09:59 Camera stopped!
Jun 17 23:09:59 Still capture image received
Jun 17 23:09:59 Exposure time: 1499984
Jun 17 23:09:59 Ag 1 Dg 1.00001 Total 1.00001
Jun 17 23:09:59 Thumbnail dimensions are 320 x 240
Jun 17 23:09:59 Thumbnail size 5334
Jun 17 23:10:00 JPEG size is 711198
Jun 17 23:10:00 EXIF data len 272
Jun 17 23:10:00 Saved image 4624 x 3472 to file test.jpg
Jun 17 23:10:00 Closing Libcamera application(frames displayed 0, dropped 0)
Jun 17 23:10:00 Camera stopped!
Jun 17 23:10:00 Tearing down requests, buffers and configuration
Jun 17 23:10:00 Camera closed

So It looks like is called successfully LibcameraApp::StartCamera(), but that’s the last output until libcamera_still’s

  app.StopCamera();
  std::cerr << "Still capture image received" << std::endl;

Gets called.

I have other things to do for a while, but if there’s any information needed I’ll see about getting it.

So far haven’t found a resolution to this.