HOme Sheriff And Lamp
Dependencies: CameraC328 HCSR04 SDFileSystem WIZnetInterface mbed
Fork of HoSAL by
rev_Camera.h
00001 /* 00002 # coded by revival / uasonice (at) gmail.com 00003 # DATE: 2015/08/09 / Sun Aug 9 23:55:31 KST 2015 00004 # 00005 # DESCRIPTION: 00006 # rev Camera utility 00007 */ 00008 00009 #ifndef __REV_CAMERA_H__ 00010 #define __REV_CAMERA_H__ 00011 #include "CameraC328.h" 00012 00013 00014 extern CameraC328 cam; 00015 extern CameraC328::JpegResolution camResul; 00016 00017 void revSync(CameraC328 *pH) ; 00018 void revUncompressed_snapshot(char *strFile) ; 00019 void revUncompressed_preview(char *strFile) ; 00020 void revJpeg_snapshot(CameraC328 *pH, char *strFile, CameraC328::JpegResolution resol) ; 00021 void revJpeg_preview(CameraC328 *pH, char *strFile, CameraC328::JpegResolution resol) ; 00022 00023 #endif // __REV_CAMERA_H__ 00024 00025 00026
Generated on Mon Jul 18 2022 23:38:57 by
1.7.2
