ERROR Serializer control can't deserialize ControlList: unknown ControlInfoMap

I wonder what is causing this error:

[0:09:35.197359624] [1756] ERROR Serializer control_serializer.cpp:442 Unsupported controls format version 474
[0:09:35.197404864] [1756] ERROR Serialization byte_stream_buffer.cpp:291 Unable to read 32 bytes: out of bounds
[0:09:35.197428642] [1756] ERROR Serializer control_serializer.cpp:544 Out of data
[0:09:35.197455530] [1756] ERROR IPADataSerializer ipa_data_serializer.cpp:394 Failed to deserialize ControlList: buffer overflow
[0:09:35.213958741] [1756] ERROR Serializer control_serializer.cpp:579 Can’t deserialize ControlList: unknown ControlInfoMap
[0:09:35.420402716] [1756] ERROR Serializer control_serializer.cpp:579 Can’t deserialize ControlList: unknown ControlInfoMap
[0:09:35.487750233] [1756] ERROR Serializer control_serializer.cpp:579 Can’t deserialize ControlList: unknown ControlInfoMap
[0:09:35.554130147] [1756] ERROR Serializer control_serializer.cpp:579 Can’t deserialize ControlList: unknown ControlInfoMap
[0:09:35.620934797] [1756] ERROR Serializer control_serializer.cpp:579 Can’t deserialize ControlList: unknown ControlInfoMap
[0:09:35.688194111] [1756] ERROR Serializer control_serializer.cpp:579 Can’t deserialize ControlList: unknown ControlInfoMap
[0:09:35.754261509] [1756] ERROR Serializer control_serializer.cpp:579 Can’t deserialize ControlList: unknown ControlInfoMap

I belive it is coming from Libcamera. Appreciate anyone can help me out. I have been with this error for the past week.

@sridzuan
what command did you use
Maybe you are using libcamera_python, this issue was fixed yesterday.

I use the exact code https://github.com/ArduCAM/PTZ-Camera-Controller/blob/master/FocuserExample.py

Will try the latest version. Appreciate your efforts.

The camera doesnt work. I am going back to 1.0.2, piping to null

[0:00:57.284723951] [1502] ERROR IPCPipe ipc_pipe_unixsocket.cpp:134 Call timeout!
[0:00:57.284782025] [1502] ERROR IPCPipe ipc_pipe_unixsocket.cpp:66 Failed to call sync
[0:00:57.284805506] [1502] ERROR IPAProxy raspberrypi_ipa_proxy.cpp:234 Failed to call start

hi, @sridzuan

To use libcamera python 1.0.3 version library, you need to reinstall libcamera-dev deb package.

I followed How to reinstall libcamera*? - Raspberry Pi Forums
now I am having:
[0:01:21.562698268] [1305] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3572-e13ccdd5
Segmentation fault

Normally this occurs when the library cannot detect the camera. Cheese is running fine with expected image.

more clues:
libcamera-hello: symbol lookup error: /usr/local/lib/libcamera_app.so: undefined symbol: _ZN9libcamera8controls5draft9AfTriggerE

Its frustrating now nothing works!

hi, @sridzuan

You need to install our libcamera-dev deb package. You can refer to the link below to install:

Works like a charm, enjoying this camera.