This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
wrong error message without libcamera support #90
wrohdewald
started this conversation in
Enhancements
Replies: 1 comment
-
Moving to enhancements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you read the guide?
Yes
What is the base version number of MotionPlus being used?
0.1.x
What was the install method?
Built from source code
What is base architecture?
ARM-32bit
What is the distro being used?
Raspbian
Disto version number
bullseye
Camera/Sound type(s) being used?
PI camera via libcam
Describe the issue/problem and steps to reproduce
Without libcamera support compiled in (I forgot to install libcamera-dev):
mlp_init_cam_start: Failed to start camera.
which is not very helpful. IMHO this is a bug. A correct error message might be
mlp_init_cam_start: Failed to start camera. Reason: libcamera support not compiled in.
Even better: without libcamera support, treat parameter libcam_device as unsuppported
Relevant MotionPlus log output (at log_level 8)
Beta Was this translation helpful? Give feedback.
All reactions