There are two things I immediately notice different. You get the details that I was interested in, plus your Camera Model name is a less decorated name.
[email protected]:~ $ libcamera-still --nopreview --hflip --vflip --thumb none --lens-position 0.0 --output test-default.jpg
[27:02:34.050000537] [69720] INFO Camera camera_manager.cpp:299 libcamera v0.0.0+4135-f8a5e271
[27:02:34.054885231] [69722] WARN CameraSensorProperties camera_sensor_properties.cpp:190 No static properties available for 'arducam_64mp'
[27:02:34.054957934] [69722] WARN CameraSensorProperties camera_sensor_properties.cpp:192 Please consider updating the camera sensor properties database
[27:02:34.092141737] [69722] WARN RPI raspberrypi.cpp:1308 Mismatch between Unicam and CamHelper for embedded data usage!
[27:02:34.093129020] [69722] INFO RPI raspberrypi.cpp:1425 Registered camera /base/soc/i2c0mux/[email protected]/[email protected] to Unicam device /dev/media3 and ISP device /dev/media4
[27:02:34.093928047] [69720] INFO Camera camera.cpp:1026 configuring streams: (0) 4624x3472-YUV420
[27:02:34.094317875] [69722] INFO RPI raspberrypi.cpp:805 Sensor: /base/soc/i2c0mux/[email protected]/[email protected] - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Stream configuration adjusted
[27:02:39.561485776] [69720] INFO Camera camera.cpp:1026 configuring streams: (0) 4624x3472-YUV420 (1) 4624x3472-SBGGR10_CSI2P
[27:02:39.567934654] [69722] INFO RPI raspberrypi.cpp:805 Sensor: /base/soc/i2c0mux/[email protected]/[email protected] - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA
Still capture image received
[email protected]:~ $ exiftool test-default.jpg
ExifTool Version Number : 12.16
File Name : test-default.jpg
Directory : .
File Size : 2.3 MiB
File Modification Date/Time : 2023:03:30 20:34:16-07:00
File Access Date/Time : 2023:03:29 20:53:10-07:00
File Inode Change Date/Time : 2023:03:30 20:34:16-07:00
File Permissions : rw-r--r--
File Type : JPEG
File Type Extension : jpg
MIME Type : image/jpeg
Exif Byte Order : Little-endian (Intel, II)
Make : Raspberry Pi
Camera Model Name : /base/soc/i2c0mux/[email protected]/[email protected]
Software : libcamera-apps
Modify Date : 2023:03:30 20:34:16
Exposure Time : 1/10
ISO : 607
Date/Time Original : 2023:03:30 20:34:16
Create Date : 2023:03:30 20:34:16
Image Width : 4624
Image Height : 3472
Encoding Process : Baseline DCT, Huffman coding
Bits Per Sample : 8
Color Components : 3
Y Cb Cr Sub Sampling : YCbCr4:2:0 (2 2)
Image Size : 4624x3472
Megapixels : 16.1
Shutter Speed : 1/10
[email protected]:~ $ dpkg -l | grep libcamera
ii libcamera-apps 0.0.11 arm64 libcamera-apps
ii libcamera-dev 0.0.11 arm64 libcamera
ii libcamera0:arm64 0~git20230302+923f5d70-1 arm64 complex camera support library
[email protected]:~ $ dpkg -l | grep libcamera
ii libcamera-apps 0~git20230301+54a781d-1 arm64 libcamera-apps
ii libcamera-dev:arm64 0~git20230302+923f5d70-1 arm64 complex camera support library (development files)
ii libcamera0:arm64 0~git20230302+923f5d70-1 arm64 complex camera support library
[email protected]:~ $ libcamera-still --list-cameras
No cameras available!
I ran your script, first installing the dev package, then the app package. Now it’s finding the camera again, but not getting version 0.11 from your servers… It also seems to not support the lens-position option of the newer standard part of libcamera-apps options.