Difference between revisions of "Video API And Client Applications"

From ElphelWiki
Jump to: navigation, search
Ilya (talk | contribs)
← Older edit
Ilya (talk | contribs)
Newer edit →
Line 20: Line 20:
 
=== Utilities, which can play the video stream by using the Axis Video API ===
 
=== Utilities, which can play the video stream by using the Axis Video API ===
 
*[http://ffmpeg.sourceforge.net/index.php ffmpeg] Very nice utility, which allow reencoding between different media formats. The library libavcodec from this package until now is considered as the best . This utility can obtain the live video stream from cameras and record as is or convert "on the fly" to other format (for example, avi). The application ffplay from this package can play the live video stream and recorded stream. You can find the list of necessary options for ffmpeg on the page [[Using FFmpeg With Video API]].
 
*[http://ffmpeg.sourceforge.net/index.php ffmpeg] Very nice utility, which allow reencoding between different media formats. The library libavcodec from this package until now is considered as the best . This utility can obtain the live video stream from cameras and record as is or convert "on the fly" to other format (for example, avi). The application ffplay from this package can play the live video stream and recorded stream. You can find the list of necessary options for ffmpeg on the page [[Using FFmpeg With Video API]].
*[http://www.mplayerhq.hu/ mplayer] Very popular media player, which also can play the live and saved video. For this accessibility the MPlayer should be recompiled with support of libaviformat from ffmpeg package (see [[Compile Mplayer For Using with Video API]]).  All necessary options for MPlayer you can find on the page [[Using Mplayer With Video API]].
+
*[http://www.mplayerhq.hu/ mplayer] Very popular media player, which also can play the live and saved video. For this accessibility the MPlayer should be recompiled with support of libaviformat from ffmpeg package (see [[Compile Mplayer For Using With Video API]]).  All necessary options for MPlayer you can find on the page [[Using Mplayer With Video API]].
  
 
=== Elphel, Inc ActiveX ===
 
=== Elphel, Inc ActiveX ===
 
This ActiveX allow to obtain the video stream by using the Axis Video API from Elphel and Axis cameras, to play it and to record the stream to HDD in any formats. More detailed information you can find on the next page: [[ActiveX]].
 
This ActiveX allow to obtain the video stream by using the Axis Video API from Elphel and Axis cameras, to play it and to record the stream to HDD in any formats. More detailed information you can find on the next page: [[ActiveX]].

Revision as of 01:07, 24 December 2005

in English | [[{{{de}}}|deutsch]] | [[{{{fr}}}|français]] | по-русски | автоперевод | 中文版 | 机械翻译


Many applications (with open source and closed source) can work with Axis Video API.

ZoneMinder

ZoneMinder - It's an open source product. It support the framegrabbers, USB devices, and also the IP cameras, which work with Axis Video API.

Active WebCam

Active WebCam- commercial product. The version for Microsoft® Windows® is accessible only.

Axis products

These applications are have a 30-days trial versions.

  • Axis ActiveX This ActiveX allow to play the video stream. Free for use, but have the closed source code.

Products of Axis partners

There is many proprietary software which can work with cameras by using the Axis Video API. The list of these software development companies you can see on this page: http://www.axis.com/partner/adp_partners.htm

Utilities, which can play the video stream by using the Axis Video API

  • ffmpeg Very nice utility, which allow reencoding between different media formats. The library libavcodec from this package until now is considered as the best . This utility can obtain the live video stream from cameras and record as is or convert "on the fly" to other format (for example, avi). The application ffplay from this package can play the live video stream and recorded stream. You can find the list of necessary options for ffmpeg on the page Using FFmpeg With Video API.
  • mplayer Very popular media player, which also can play the live and saved video. For this accessibility the MPlayer should be recompiled with support of libaviformat from ffmpeg package (see Compile Mplayer For Using With Video API). All necessary options for MPlayer you can find on the page Using Mplayer With Video API.

Elphel, Inc ActiveX

This ActiveX allow to obtain the video stream by using the Axis Video API from Elphel and Axis cameras, to play it and to record the stream to HDD in any formats. More detailed information you can find on the next page: ActiveX.