V4L2_Record.h
1.0 KB
/**
********************************************************************
* @file V4L2_Record.h
* V4L2_Record的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef V4L2_RECORD_H
#define V4L2_RECORD_H
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode V4l2_Camarainit(int *dev_fd);
T_JZsdkReturnCode V4L2_CamaraUninit();
T_JZsdkReturnCode V4L2_CameraFrameRecord(char **RecordReturnBuffer, int *RecordReturnLength, int Audlength);
#ifdef __cplusplus
}
#endif
#endif