• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef MORPHO_EASY_HDR_EXT_H
2 #define MORPHO_EASY_HDR_EXT_H
3 
4 #include "morpho_easy_hdr.h"
5 /*
6 return == 0 : OK
7 return != 0 : NG (Please print the return value to check Error types)
8 */
9 MORPHO_API(int)
10 LINK_mm_camera_HDR(
11     unsigned char* yuvInput01,
12     unsigned char* yuvInput02,
13     unsigned char* yuvInput03,
14     unsigned char* pHDROutImage,
15     int width,
16     int height,
17     int indoor);
18 
19 #endif //MORPHO_EASY_HDR_EXT_H
20