WindowsSdk

CAMERA_DESC

  • Difinition:
typedef struct tagCameraDesc
{
    CAMERA_MODEL model;
    CAMERA_CONNECT_MODE mode;
    const char * id;
    const char * alias;
    const char * host;
    unsigned short port;
    unsigned char ssl;
    const char * user;
    const char * pwd;
    const char * key;
} CAMERA_DESC;
  • Expain:
CAMERA_DESC type is used to describe the camera property in registering the camera
MemberExpain
modelCamera model
modeCamera connection mode
idCamera ID. If set to NULL, the camera won't check whether ID does match in connecting; otherwise, if the ID does not match ,return an error.
aliasCamera alias, could set to NULL
hostThe camera host address, can be set to IP address or DNS domain name
portCamera port
sslPreserved
userAccount id
pwdAccount password
keyCamera key in connection,usually set to NULL

IP Camera Windows SDK manual

Copyright:Shenzhen XRC Tech Co.,Ltd.

ICP:粤ICP备09050685号