海康 中威合并
parent
8c7db7c9f7
commit
f3db6e8a27
Binary file not shown.
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Devices": [{
|
||||
"ID": 0,
|
||||
"SerialNumber": "iDS-2PT7D20IXR-DE/S120210606AACHG12502492X",
|
||||
"ChannelNumber": 1,
|
||||
"StartChannel": 1,
|
||||
"AlarmInNum": 2,
|
||||
"AlarmOutNum": 2,
|
||||
"IPChanNum": 0,
|
||||
"MirrorChanNum": 0,
|
||||
"StartMirrorChanNo": 0,
|
||||
"LocalNodeName": "192.168.8.64",
|
||||
"DeviceType": 41,
|
||||
"DiskNum": 0,
|
||||
"LoginUserName": "admin",
|
||||
"LoginUserPwd": "a1234567",
|
||||
"DeviceIP": "192.168.8.64",
|
||||
"DeviceMultiIP": "0.0.0.0",
|
||||
"DevicePort": 8000,
|
||||
"DeviceName": "",
|
||||
"LoginMode": 0,
|
||||
"Https": 0,
|
||||
"Channels": [{
|
||||
"ChanID": 0,
|
||||
"DeviceIndex": 0,
|
||||
"ChanIndex": 0,
|
||||
"ChanName": "Camera1",
|
||||
"Protocol": 0,
|
||||
"PicResolution": 0,
|
||||
"PicQuality": 0,
|
||||
"Enable": 1,
|
||||
"PreviewMode": 0,
|
||||
"PreviewProtocolType": 0,
|
||||
"VideoCodingType": 0,
|
||||
"StreamType": 0,
|
||||
"LinkMode": 0
|
||||
}]
|
||||
}]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,28 @@
|
||||
|
||||
#ifndef AVGLOBAL_H
|
||||
#define AVGLOBAL_H
|
||||
|
||||
typedef int AV_int32;
|
||||
typedef unsigned int AV_uint32;
|
||||
|
||||
#ifndef __OBJC__
|
||||
typedef int AV_BOOL;
|
||||
#else
|
||||
typedef BOOL AV_BOOL;
|
||||
#endif
|
||||
|
||||
typedef void* AV_HANDLE;
|
||||
typedef unsigned char AV_BYTE;
|
||||
typedef float AV_float;
|
||||
|
||||
#ifdef WIN32
|
||||
typedef __int64 AV_int64;
|
||||
typedef unsigned __int64 AV_uint64;
|
||||
#else
|
||||
typedef long long AV_int64;
|
||||
typedef unsigned long long AV_uint64;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
Reference in New Issue