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