mirror of
https://github.com/thead-yocto-mirror/csi_hal
synced 2026-06-21 08:52:22 +02:00
17 lines
210 B
C
17 lines
210 B
C
#ifndef __APPUTILITIES_H__
|
|
#define __APPUTILITIES_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
//wait for complete
|
|
int show_frame_image(void *mat, int height, int width);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif
|
|
|
|
#endif
|