You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
263 B
C

1 year ago
#ifndef _HVDEVICECOMMON_H_
#define _HVDEVICECOMMON_H_
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<unistd.h>
#include <pthread.h>
#include "HvCameraType.h"
#include "HvDeviceUtils.h"
#include "HvDeviceEx.h"
#endif // _HVDEVICECOMMON_H_