System information

IP VIDEO APPLICAT ION SOF T WARE
w w w . a c t i . c o m
67
Easy to integrate into video surveillance application
Simple calls to implement multiplexing and motion
detection functions
Visual C, C++, Visual BASIC and JavaScript Supported
Sample codes included
C Library edition
ActiveX Control edition
Versatile support on industry-standard programming languages
ACTi SDK-6000 offers a simple but flexible way to enable quick and cost-effective development of multiplexing
video source from Capture Card or Decoder Card with various development environments, such as Windows API,
COM+, ActiveX Control and URL commands. User may implement video surveillance system using Visual C++,
Visual BASIC and browser script programming language (HTML + JavaScript). Sample codes (in Visual C++,
Visual BASIC and HTML + JavaScript) are included.
Software modules
ACTi SDK-6000 include multiplexing and motion detection modules. User may program with these modules
through supported programming languages.
Sample implementation codes
To implement a video surveillance system with ActiveX Control, the codes are listed as follow:
SDK-6000
SDK for Multiplexer Card
S o f t w a r e D e v e l o p m e n t K i t
Development Environment
Environment Win 2000, Win XP, Win 2003
Programming Language
Visual C++ v6.0, Visual Studio.Net, Visual Studio.Net 2003, Visual BASIC
v6.0, Visual BASIC.Net, HTML + JavaScript
Functionality
Multiplexing
Supports various mode of window layout, including 1, 4, 6, 7, 9, 10, 13, 16
window layout
Motion Detection Enable motion detection
PRODUCT SPECIFICATION
;; multiplexing on 4-window, 9-window
objMedia.DisplayMode = 4 ; 4-window layout
objMedia.SetMappingChannel(1, 1)
objMedia.SetMappingChannel(2, 2)
objMedia.Connect()
objMedia.Play()
;; motion detection enabling
;; on channel 1, grid (3, 5) to (6, 8)
;; with sensitivity 80
objMedia.EnableMD(1, 3, 5, 6, 8, 80)