ACS SDK Releasenotes 2 2
ACS SDK Releasenotes 2 2
ACS SDK Releasenotes 2 2
====================
Products involved:
Release date:
January 2, 2012
Release type:
Production
Software version:
2.2.05
3.52.007
Supported OS:
Windows Vista Business (server and/or client)
Windows 7 Professional and Ultimate (server and/or clie
nt)
Windows XP Professional (server and/or client)
Windows 2008 Server
Windows 2003 Server (server only)
Always use the latest service packs
Last preceding release:
2.1
--------------------------------------------------------------------------------------------------------------Overview
========
Axis Communications AB offers the AXIS Camera Station SDK which consists of the
AXIS Camera Station API WSDL documents, sample
and documentation. The API allows developers to access AXIS Camera Station serve
r with web service calls.
The CameraStation SDK works with AXIS Camera Station servers. To build a system
with video viewing/recording there must
be an AXIS Camera Station server running. At this server all camera communicatio
n is handled and all recorded video is
stored. An AXIS Camera Station client application must be installed and used to
configure cameras and other station settings.
Only configuration of manual recording settings, live-view settings, acknowledge
alarms as well as changing output IO status
using web service API can be done using the AXIS Camera Station SDK. More functi
onality will be added when required by customer
feedback and product management.
Features
========
* Start and stop recordings.
* Change recording settings for a camera including buffer time, video format and
resolution.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
Lock recordings so that they are not removed by the automatic clean-up.
List cameras available in an AXIS Camera Station.
Get a Live View RTSP stream from the server.
Get a playback RTSP stream from the server.
List available recordings on the server.
Export a recording to the server machine.
Get information about current video storage.
Send PTZ commands to a camera.
List live-view streaming settings.
Change live-view streaming settings.
List IO ports.
Change output port state.
Get alarms.
Set acknowledge status on alarms.
Get a Live View Multipart JPEG stream from the server.
Export a recording to the client machine using AXIS Media Parser.
Get and goto camera presets.
Handle recording bookmarks.
Add, removal and edit of cameras.
Camera capability extended to include PTZ capability.
Stream considerations
=====================
Media streams from AXIS CameraStation, i.e. both live-view from cameras and play
back from recordings are possible to view using
AXIS Media Control. This requires that AXIS COM components have been installed o
n the PC and that codecs for both the video
and sound format that is streamed has been installed, see Redistribution. It is
important to notice that AXIS Media Control only
supports certain command features for controlling the video stream, such as play
, pause, stop, etc. It is currently not possible to
build advanced video features using this SDK. If such features are necessary you
will have to use AXIS CameraStation Client to view
the streams.
General considerations
======================
* The AXIS Camera Station SDK does not come with an MPEG-4/H.264 video decoder o
r an AAC audio decoder. See the Redistribution section in
the manual for more information.
* Contains sample application demonstrating how to use the AXIS Camera Station S
DK. The sample solution requires Visual Studio.NET 2010
or later. The Sample code is not considered production code and thus has limited
error handling and no logging.