CameraFeatures.h 905 字节
/**
 ********************************************************************
 * @file    CameraFeatures.H
 *          用于处理h264视频帧
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef CAMERA_FEATURES_H
#define CAMERA_FEATURES_H

/* Includes ------------------------------------------------------------------*/

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/


/* Exported types ------------------------------------------------------------*/


/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode V4L2_ShootPhotoDeal(char*  h264_data, unsigned int data_len);
int FrameDeal_ShootPhoto_trans(int Count);

int V4L2_RecordVedioDeal(char *h264_data, int dataLen);

#endif