工具/软件:
您好、TI 专家、
启动时、我们发现在运行单摄像头应用程序时出现颜色错误问题。
在 app_run_graph 的函数中、我们找到如下注释
/* The application reads and processes the same image "frm_loop_cnt" times The output may change because on VISS, parameters are updated every frame based on AEWB results AEWB result is avaialble after 1 frame and is applied after 2 frames Therefore, first 2 output images will have wrong colors */
我们还通过 CSI TX 在三次转储帧之前转储帧、如下所示。
帧1
第2帧
第3帧
那么、为了避免该问题、您是否有跳过帧机制?
或者如何实现该跳跃帧函数呢?
谢谢、
YL