This repository has been archived on 2026-01-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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