Files
CatFeeder/src/modules/isp/snap.h
2025-02-17 16:49:58 +08:00

26 lines
284 B
C

#ifndef __SNAP_H__
#define __SNAP_H__
#ifdef __cplusplus
extern "C"{
#endif
#include "hi_type.h"
HI_S32 ispStartSnap(void);
void ispStopSnap(void);
HI_BOOL ispCheckSnap(void);
HI_S32 ispSnapByPressKey(void);
HI_S32 ispSnapInstantly(void);
#ifdef __cplusplus
}
#endif
#endif