跳到主要内容

FAQ

序号失败提示可能失败原因解决办法
1License is inactive. Start camera failed.企业许可证未激活。激活许可证。
2mipiCameraField is NULL. Please check http interface /smartcamera/mipi/info service.获取相机参数时解析mipiCameraField失败,发现其值为NULL。检查相机服务返回的数据信息。
3There has 1 active thread already, it cannot create more than 1 threads. Exit.已经有抓图线程在运行了。当前解决方案仅支持一个抓图线程。
4get_camera_parameters: curl_easy_perform() failed:获取相机参数失败。可能原因:1. aidlux是否启动。2. 如果aidlux已启动,请检查web service是否启动。
5get_camera_parameters: Failed to parse JSON data.获取相机参数时解析参数信息失败。检查相机服务返回的数据信息。
6get_param: Failed to load configuration file:解析相机配置信息加载时失败。可能是文件已损坏。检查相机配置文件格式及内容。
7get_param: Unexpected boolean type of key获取相机配置信息失败。参数信息是boolean类型,但不是期望的int型。检查配置信息参数值类型。
8get_param: The mandatory parameter list doesn't match between in configuration file and expected(missing mandatory parameter).获取相机配置信息失败。必选参数缺失。检查必选参数。
9get_param: Due to triggerWay is 0, missing required definition of rimType or triggerDelay parameter.获取相机配置信息失败。当triggerWay为0时,缺少rimType或triggerDelay。检查rimType或triggerDelay是否定义。
10get_param: Due to autoExposure is false, missing required definition of exposureTime or sensitivity or fps parameter.获取相机配置信息失败。当autoExposure为false时,缺少exposureTime或sensitivity或fps。检查exposureTime、sensitivity和fps是否定义。
11get_param: Failed to parse JSON:获取相机配置信息失败。通常由相机配置信息错误导致。比如格式、参数值等。检查相机配置文件内容及格式。
12open_camera: Curl init failed.初始化curl失败。检查系统环境。
13During opening camera with parameter, parameter file does not exist!有参设置配置文件不存在检查配置文件是否存在