ImageProcessing_InAndOut.c
394 字节
#include "ImageProcessing_InAndOut.h"
#include "./LightSpot/LightSpot.h"
#include "JZsdkLib.h"
#include "version_choose.h"
T_JZsdkReturnCode Get_LightSpot_Yvalue(unsigned char* frame_data, int width, int height)
{
#if ALLWINNER_CEDAR == VERSION_SWITCH_ON
int Y_Value ;
Y_Value = center_GetY(frame_data,width,height);
//JZSDK_LOG_INFO("Get_LightSpot_Yvalue%d",Y_Value);
#endif
}