Skip to content

FAQ

序号失败提示可能失败原因解决办法
1start_camera_with_param - Camera index is not supported.相机索引不支持。相机索引0~2。
2yuv_to_bgr: no available memory for yuv to bgr. exit.没有可用内存进行YUV到BGR的转换检查分配的内存是否异常。
3yuv_to_bgr: Input YUV data is empty.当前给定的数据为空。检查输入数据是否为空。
4get_camera_parameters: Failed to parse JSON data.获取相机参数时解析参数信息失败。检查相机服务返回的数据信息。
5saveResult: The final save command failed to be executed, value:空间内存不足。检查空间内存是否充足。
6save_result: origin file is not available. Cannot send save_result request.原始数据为空。请检查原始数据的内容。
7Redis service is unavailable(port 10240 is not listening), save_result exit.Redis进程未启动。检查进程是否启动。
8notifySVE: Failed to send notification:SVE未运行或者网络波动。检查SVE是否正常启动和重启网络。
9qmm_message - Error calling system(%s)qmm_message的路径可能错误。检查qmm_message的路径是否正确。
10Cannot open camera status file: %s more than 10 times. Exit.获取相机配置信息失败。通常由相机配置信息错误导致。检查相机配置信息是否正确。
11start_camera: Failed to create temporary file for input json parameter.可能缺少临时文件权限或者路径错误检查系临时文件权限和路径。
12configure_camera_parameter - Unable to open temporary file for writing.配置文件权限不够。检查临时文件权限。
13Camera instance not created, cannot return height value.相机的索引错误。检查相机的索引是否正确。
14start_camera_with_param - Camera index is not supported.相机的索引不在支持范围内。修改相机的索引。
15start_camera_with_param - Unable to open configuration file:配置文件的路径错误。检查配置文件路径。
16validate_param: During opening camera with parameter, parameter file does not exist!相机参数不存在。检查相机参数的路径。
17validate_param: Unexpected type of key建值的类型异常。检查相机参数的格式。
18parse_param: Due to triggerWay is 0, missing required definition of rimType or triggerDelay parameter.参数配置不完整。检查相机参数配置。
19parse_param: Due to autoExposure is false, missing required definition of exposureTime or sensitivity or fps parameter.参数配置不完整。autoExposure = false:表示关闭自动曝光,检查必需的 exposureTime、sensitivity 或 fps 参数定义。
20parse_param: Failed to parse JSON:json的格式存在问题。检查json的格式。