forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-06-12 22f2094bc421ab4159aec033f44a0aa239ac8e20
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _TOOL_RKAIQ_API_AHDR_H_
#define _TOOL_RKAIQ_API_AHDR_H_
 
#include "rk_aiq.h"
#include "rk_aiq_user_api_ahdr.h"
#include "rkaiq_socket.h"
 
class RKAiqToolAHDR
{
  public:
    RKAiqToolAHDR();
    virtual ~RKAiqToolAHDR();
 
    int SetAttrib(const ahdr_attrib_t attr, int cmdID);
    int GetAttrib(ahdr_attrib_t* attr, int cmdID);
};
 
#endif // _TOOL_RKAIQ_API_AHDR_H_