This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA4AH-Q1:在单个摄像头应用中保存 PNG 图像时出现运行时错误

Guru**** 2455360 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1486973/tda4ah-q1-getting-runtime-error-for-saving-png-image-in-single-cam-app

器件型号:TDA4AH-Q1

工具与软件:

大家好、团队成员:

我想使用 SDK 9.2.5 (QNX)上的单摄像头应用程序保存 PNG 图像。 为此、我使用的函数是:   

vx_status tivx_utils_save_vximage_to_pngfile (char *文件名、vx_image 图像);

该函数`编译成功、但在执行期间返回状态`-1 、并且不保存 PNG 映像。 您能指导我如何正确保存 PNG 图像吗?