-
Notifications
You must be signed in to change notification settings - Fork 69
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
ERROR Serializer control_serializer.cpp:511 Bad data, entry offset…. #49
Comments
Hello, Can I ask why you're making your own certificates? |
The error: Makes me wonder if there is a mismatch between the compiled libcamera, and libcamera-apps too. Did you self compile anything? |
Hello @kbingham, |
In fact I think we have a fix for this one already |
I think this is the same issue as being solved by this patch. |
Another solution for this is to install openssl locally. That should fix (workaround) the That's definitely all due to changes in libcamera - so we'll get these resolved as soon as we can. |
Have you tried the latest libcamera branches ? I think these issues should be resolved. If not can you let me know please? |
I have been installed these:
After this camera works Ok.
Then i make own cert by mkcert. And then get this message:
raspcamera1:~ $ libcamera-hello
Preview window unavailable
[21:35:00.098312980] [4146] WARN IPAManager ipa_manager.cpp:113 Public key not valid
[21:35:00.102368120] [4146] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3855-6c6289ee-dirty (2022-09-02T08:24:44+03:00)
[21:35:00.176954143] [4147] ERROR Serializer control_serializer.cpp:511 Bad data, entry offset mismatch (entry 2), entry->offset = 32, value.offset() = 36
[21:35:00.180670683] [4147] INFO RPI raspberrypi.cpp:1374 Registered camera /base/soc/i2c0mux/i2c@1/imx477@1a to Unicam device /dev/media4 and ISP device /dev/media2
libcamera-hello: symbol lookup error: /lib/aarch64-linux-gnu/libcamera_app.so: undefined symbol: _ZNK9libcamera11ControlList8containsERKNS_9ControlIdE
The text was updated successfully, but these errors were encountered: