Skip to content

FAQ

This page lists common Smart Vision SDK issues and troubleshooting suggestions.

No.Error MessagePossible CauseSolution
1License is inactive. Start camera failed.Enterprise license not activated.Activate the license.
2mipiCameraField is NULL. Please check http interface /smartcamera/mipi/info service.Failed to parse mipiCameraField when getting camera parameters, found it is NULL.Check the data returned by the camera service.
3There has 1 active thread already, it cannot create more than 1 threads. Exit.An image capture thread is already running. Current solution only supports one capture thread.None
4get_camera_parameters: curl_easy_perform() failed:Failed to get camera parameters.Possible reasons: 1. Is aidlux running? 2. If aidlux is running, check if web service is started.
5get_camera_parameters: Failed to parse JSON data.Failed to parse parameter information when getting camera parameters.Check the data returned by the camera service.
6get_param: Failed to load configuration file:Failed to load camera configuration file. File may be corrupted.Check the format and content of the camera configuration file.
7get_param: Unexpected boolean type of keyFailed to get camera configuration. Parameter is boolean type but expected int type.Check parameter value types in configuration.
8get_param: The mandatory parameter list doesn't match between in configuration file and expected(missing mandatory parameter).Failed to get camera configuration. Missing mandatory parameter.Check mandatory parameters.
9get_param: Due to triggerWay is 0, missing required definition of rimType or triggerDelay parameter.Failed to get camera configuration. When triggerWay is 0, rimType or triggerDelay is missing.Check if rimType or triggerDelay is defined.
10get_param: Due to autoExposure is false, missing required definition of exposureTime or sensitivity or fps parameter.Failed to get camera configuration. When autoExposure is false, exposureTime, sensitivity, or fps is missing.Check if exposureTime, sensitivity, and fps are defined.
11get_param: Failed to parse JSON:Failed to get camera configuration. Usually caused by incorrect camera configuration (e.g., format, parameter values).Check the content and format of the camera configuration file.
12open_camera: Curl init failed.Failed to initialize curl.Check system environment.
13During opening camera with parameter, parameter file does not exist!Parameter configuration file does not exist for parameter mode.Check if the configuration file exists.