<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexlp</id>
		<title>ElphelWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexlp"/>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/wiki/Special:Contributions/Alexlp"/>
		<updated>2026-05-12T10:12:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Video_API_Extensions_legacy&amp;diff=2387</id>
		<title>Video API Extensions legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Video_API_Extensions_legacy&amp;diff=2387"/>
				<updated>2005-12-26T17:53:03Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: /* Obtaining of static and dynamic images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{en|ru=Video_API_Extensions.Ru|cn=Video_API_Extensions.cn}}&lt;br /&gt;
&lt;br /&gt;
Given realization of Video API has a number of opportunities which are absent in standard Axis Video API.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions enabling ==&lt;br /&gt;
By default the Video API extensions are blocked. For unblocking it is necessary to set a corresponding variable:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ElphelExtensions.Enabled=yes&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Obtaining of static and dynamic images ==&lt;br /&gt;
The standard interface for the static and dynamic images obtaining in JPEG and MJPG formats is have a few additional parameters.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_hor ||-|| horisontal decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_vert ||-|| vertical decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_hor ||-|| horizontal binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_vert ||-|| vertical binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_width ||-|| sensor active window width (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_height ||-|| sensor active window height (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_left ||-|| sensor active window left margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_top ||-|| sensor active window top margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_width ||-|| virtual frame width&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_height ||-|| virtual frame height&lt;br /&gt;
|-&lt;br /&gt;
|e_fliph ||-|| flip (mirror) image horizontally (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_flipv ||-|| flip (mirror) image vertically (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_quality ||-|| JPEG Quality (%)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
Example of the static image obtaining with using the next parameters:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/jpg/image.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of the dynamic image (MPJPG) obtaining with using the next parameters:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can play this videostream, for example, by using the MPlayer (more detailed description see at [[Using Mplayer With Video API]]):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;$mplayer -demuxer lavf &amp;quot;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;amp;bogus.mjpg&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If any from parameters is not specified, the default values are used. You can find these values at the address:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.Sensor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Note''': All API extensions have the prefix &amp;quot;E_&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You can change the default value by standard way for Axis Video API. For example:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_DcmHor=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Obtaining the information about the system condition and default values ==&lt;br /&gt;
For obtaining the information about the system condition variable you must use the next path:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In an addition to the obtaining of the standard &amp;quot;'''rfc'''&amp;quot; format there is the obtaining in XML format also. You must use the '''responseformat''' parameter for it. For example:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;amp;responseformat=xml&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Note'''. If the responseformat not specified or specified incorrect, will be used the default value of '''&amp;quot;rfc&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video streaming RTP/MJPG and RTP/Theora ==&lt;br /&gt;
The Elphel cameras can transfer the video stream by RTP protocol.&lt;br /&gt;
=== RTP/MJPG ===&lt;br /&gt;
=== RTP/Theora ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Exposure control ==&lt;br /&gt;
The Elphel cameras support the standard and advanced exposure control interface. About the standard settings see [[Video_API]]&lt;br /&gt;
&lt;br /&gt;
For autoexposure enabling is necessary to use the following command:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=auto&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enabling the manual control of exposure:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=manual&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Obtaining the exposure state:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState.E_Exposure&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Window settings:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinWidth=30&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinHeight=45&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinLeft=10&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinTop=20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Exposure max.values:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_Max=3000&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_OverMax=30&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2386</id>
		<title>Video API Extensions.Ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2386"/>
				<updated>2005-12-26T17:52:21Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: /* Получение статических и динамических изображений */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ru|en=Video_API_Extensions|cn=Video_API_Extensions.cn}}&lt;br /&gt;
&lt;br /&gt;
Данная реализация Video API имеет ряд возможностей, которые отсутствуют в стандартном Axis Video API.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Включение расширений ==&lt;br /&gt;
По умолчанию расширения Video API заблокированы. Чтобы их разблокировать необходимо установить соответствующую переменную:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ElphelExtensions.Enabled=yes&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Получение статических и динамических изображений ==&lt;br /&gt;
Стандартный интерфейс получения статических и динамических изображений в форматах JPEG и MJPG имеет ряд дополнительных параметров.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_hor ||-|| horisontal decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_vert ||-|| vertical decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_hor ||-|| horizontal binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_vert ||-|| vertical binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_width ||-|| sensor active window width (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_height ||-|| sensor active window height (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_left ||-|| sensor active window left margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_top ||-|| sensor active window top margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_width ||-|| virtual frame width&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_height ||-|| virtual frame height&lt;br /&gt;
|-&lt;br /&gt;
|e_fliph ||-|| flip (mirror) image horizontally (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_flipv ||-|| flip (mirror) image vertically (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_quality ||-|| JPEG Quality (%)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Примеры ===&lt;br /&gt;
Пример получения статического изображения с использованием данных параметров:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/jpg/image.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Пример получения динамического изображения (MPJPG) с использованием данных параметров:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Этот видеопоток можно воспроизвести, например, программой mplayer (более подробно см. [[Using Mplayer With Video API.Ru]]) :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;$mplayer -demuxer lavf &amp;quot;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;amp;bogus.mjpg&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Если какой-то из параметров не указан, то используется значение по умолчанию. Узнать эти значения можно по адресу :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.Sensor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Все расширения API имеют префикс &amp;quot;E_&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Изменить значение по умолчанию можно стандартным для Axis Video API способом. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_DcmHor=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Вывод информации о сотоянии системы и значениях по умолчанию ==&lt;br /&gt;
Чтобы получить информацию о переменных состояния системы, нужно использовать путь:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Кроме стандартного формата вывода &amp;quot;'''rfc'''&amp;quot; есть также вывод в виде XML. Для этого необходимо использовать параметр '''responseformat'''. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;amp;responseformat=xml&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Если responseformat не указан или указан неверно, то используется значение по умолчанию '''&amp;quot;rfc&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Потоковое видео RTP/MJPG и RTP/Theora ==&lt;br /&gt;
Камеры Elphel могут передавать потоковое видео по протоколу RTP. &lt;br /&gt;
=== RTP/MJPG ===&lt;br /&gt;
=== RTP/Theora ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Управление экспозицией ==&lt;br /&gt;
Камеры Elphel поддерживают как стандартный так и расширенный интерфейс управления экспозицией. О стандартных настройках см. [[Video_API.Ru]]&lt;br /&gt;
&lt;br /&gt;
Чтобы включить автоавтоэкспозицию необходимо дать следующую команду :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=auto&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Включить ручное управление экспозицией :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=manual&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Получить сведения о состоянии экспозиции можно так :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState.E_Exposure&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Установить параметры окна:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinWidth=30&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinHeight=45&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinLeft=10&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinTop=20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Максимальные значения экспозиции :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_Max=3000&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_OverMax=30&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2300</id>
		<title>Video API Extensions.Ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2300"/>
				<updated>2005-12-19T00:17:45Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: /* Управление автоэкспозицией */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ru|en=Video_API_Extensions|cn=Video_API_Extensions.cn}}&lt;br /&gt;
&lt;br /&gt;
Данная реализация Video API имеет ряд возможностей, которые отсутствуют в стандартном Axis Video API.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Включение расширений ==&lt;br /&gt;
По умолчанию расширения Video API заблокированы. Чтобы их разблокировать необходимо установить соответствующую переменную:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ElphelExtensions.Enabled=yes&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Получение статических и динамических изображений ==&lt;br /&gt;
Стандартный интерфейс получения статических и динамических изображений в форматах JPEG и MJPG имеет ряд дополнительных параметров.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_hor ||-|| horisontal decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_vert ||-|| vertical decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_hor ||-|| horizontal binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_vert ||-|| vertical binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_width ||-|| sensor active window width (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_height ||-|| sensor active window height (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_left ||-|| sensor active window left margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_top ||-|| sensor active window top margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_width ||-|| virtual frame width&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_height ||-|| virtual frame height&lt;br /&gt;
|-&lt;br /&gt;
|e_fliph ||-|| flip (mirror) image horizontally (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_flipv ||-|| flip (mirror) image vertically (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_color ||-|| consider sensor to be the color one, if not - skip Bayer color filters processing&lt;br /&gt;
|-&lt;br /&gt;
|e_quality ||-|| JPEG Quality (%)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Примеры ===&lt;br /&gt;
Пример получения статического изображения с использованием данных параметров:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/jpg/image.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Пример получения динамического изображения (MPJPG) с использованием данных параметров:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Этот видеопоток можно воспроизвести, например, программой mplayer (более подробно см. [[Using Mplayer With Video API.Ru]]) :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;$mplayer -demuxer lavf &amp;quot;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;amp;bogus.mjpg&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Если какой-то из параметров не указан, то используется значение по умолчанию. Узнать эти значения можно по адресу :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.Sensor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Все расширения API имеют префикс &amp;quot;E_&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Изменить значение по умолчанию можно стандартным для Axis Video API способом. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_DcmHor=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Вывод информации о сотоянии системы и значениях по умолчанию ==&lt;br /&gt;
Чтобы получить информацию о переменных состояния системы, нужно использовать путь:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Кроме стандартного формата вывода &amp;quot;'''rfc'''&amp;quot; есть также вывод в виде XML. Для этого необходимо использовать параметр '''responseformat'''. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;amp;responseformat=xml&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Если responseformat не указан или указан неверно, то используется значение по умолчанию '''&amp;quot;rfc&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Потоковое видео RTP/MJPG и RTP/Theora ==&lt;br /&gt;
Камеры Elphel могут передавать потоковое видео по протоколу RTP. &lt;br /&gt;
=== RTP/MJPG ===&lt;br /&gt;
=== RTP/Theora ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Управление автоэкспозицией ==&lt;br /&gt;
Камеры Elphel поддерживают как стандартный так и расширенный интерфейс управления экспозицией.&lt;br /&gt;
&lt;br /&gt;
Чтобы включить автоэкспозицию необходимо дать следующую команду :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=auto&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Отключить :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=manual&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Получить сведения о состоянии экспозиции можно так :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState.E_Exposure&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Установить параметры окна:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinWidth=30&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinHeight=45&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinLeft=10&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinTop=20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Максимальные значения экспозиции :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_Max=3000&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_OverMax=30&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2299</id>
		<title>Video API Extensions.Ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2299"/>
				<updated>2005-12-19T00:17:04Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ru|en=Video_API_Extensions|cn=Video_API_Extensions.cn}}&lt;br /&gt;
&lt;br /&gt;
Данная реализация Video API имеет ряд возможностей, которые отсутствуют в стандартном Axis Video API.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Включение расширений ==&lt;br /&gt;
По умолчанию расширения Video API заблокированы. Чтобы их разблокировать необходимо установить соответствующую переменную:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ElphelExtensions.Enabled=yes&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Получение статических и динамических изображений ==&lt;br /&gt;
Стандартный интерфейс получения статических и динамических изображений в форматах JPEG и MJPG имеет ряд дополнительных параметров.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_hor ||-|| horisontal decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_vert ||-|| vertical decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_hor ||-|| horizontal binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_vert ||-|| vertical binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_width ||-|| sensor active window width (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_height ||-|| sensor active window height (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_left ||-|| sensor active window left margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_top ||-|| sensor active window top margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_width ||-|| virtual frame width&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_height ||-|| virtual frame height&lt;br /&gt;
|-&lt;br /&gt;
|e_fliph ||-|| flip (mirror) image horizontally (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_flipv ||-|| flip (mirror) image vertically (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_color ||-|| consider sensor to be the color one, if not - skip Bayer color filters processing&lt;br /&gt;
|-&lt;br /&gt;
|e_quality ||-|| JPEG Quality (%)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Примеры ===&lt;br /&gt;
Пример получения статического изображения с использованием данных параметров:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/jpg/image.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Пример получения динамического изображения (MPJPG) с использованием данных параметров:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Этот видеопоток можно воспроизвести, например, программой mplayer (более подробно см. [[Using Mplayer With Video API.Ru]]) :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;$mplayer -demuxer lavf &amp;quot;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;amp;bogus.mjpg&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Если какой-то из параметров не указан, то используется значение по умолчанию. Узнать эти значения можно по адресу :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.Sensor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Все расширения API имеют префикс &amp;quot;E_&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Изменить значение по умолчанию можно стандартным для Axis Video API способом. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_DcmHor=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Вывод информации о сотоянии системы и значениях по умолчанию ==&lt;br /&gt;
Чтобы получить информацию о переменных состояния системы, нужно использовать путь:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Кроме стандартного формата вывода &amp;quot;'''rfc'''&amp;quot; есть также вывод в виде XML. Для этого необходимо использовать параметр '''responseformat'''. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;amp;responseformat=xml&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Если responseformat не указан или указан неверно, то используется значение по умолчанию '''&amp;quot;rfc&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Потоковое видео RTP/MJPG и RTP/Theora ==&lt;br /&gt;
Камеры Elphel могут передавать потоковое видео по протоколу RTP. &lt;br /&gt;
=== RTP/MJPG ===&lt;br /&gt;
=== RTP/Theora ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Управление автоэкспозицией ==&lt;br /&gt;
Камеры Elphel поддерживают как стандартный так и расширенный интерфейс управления экспозицией.&lt;br /&gt;
&lt;br /&gt;
Чтобы включить автоэкспозицию необходимо дать следующую команду :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=auto&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Отключить :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.Exposure=manual&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Получить сведения о состоянии экспозиции можно так :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState.E_Exposure&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Установить параметры окна:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinWidth=30&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinHeight=45&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinLeft=10&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_WinTop=20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Максимальные значения экспозиции :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_Max=3000&amp;amp;ImageSource.I0.Sensor.E_Exposure.E_OverMax=30&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2298</id>
		<title>Video API Extensions.Ru</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Video_API_Extensions.Ru&amp;diff=2298"/>
				<updated>2005-12-19T00:02:00Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: /* Получение статических и динамических изображений */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ru|en=Video_API_Extensions|cn=Video_API_Extensions.cn}}&lt;br /&gt;
&lt;br /&gt;
Данная реализация Video API имеет ряд возможностей, которые отсутствуют в стандартном Axis Video API.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Включение расширений ==&lt;br /&gt;
По умолчанию расширения Video API заблокированы. Чтобы их разблокировать необходимо установить соответствующую переменную:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ElphelExtensions.Enabled=yes&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Получение статических и динамических изображений ==&lt;br /&gt;
Стандартный интерфейс получения статических и динамических изображений в форматах JPEG и MJPG имеет ряд дополнительных параметров.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_hor ||-|| horisontal decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_dcm_vert ||-|| vertical decimation (resolution/image size reduction)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_hor ||-|| horizontal binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_bin_vert ||-|| vertical binning (sensitivity for lower resolution)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_width ||-|| sensor active window width (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_height ||-|| sensor active window height (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_left ||-|| sensor active window left margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_woi_top ||-|| sensor active window top margin (before decimation)&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_width ||-|| virtual frame width&lt;br /&gt;
|-&lt;br /&gt;
|e_virt_height ||-|| virtual frame height&lt;br /&gt;
|-&lt;br /&gt;
|e_fliph ||-|| flip (mirror) image horizontally (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_flipv ||-|| flip (mirror) image vertically (uses in-sensor capabilities)&lt;br /&gt;
|-&lt;br /&gt;
|e_color ||-|| consider sensor to be the color one, if not - skip Bayer color filters processing&lt;br /&gt;
|-&lt;br /&gt;
|e_quality ||-|| JPEG Quality (%)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Примеры ===&lt;br /&gt;
Пример получения статического изображения с использованием данных параметров:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/jpg/image.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Пример получения динамического изображения (MPJPG) с использованием данных параметров:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Этот видеопоток можно воспроизвести, например, программой mplayer (более подробно см. [[Using Mplayer With Video API.Ru]]) :&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;$mplayer -demuxer lavf &amp;quot;http://192.168.0.9/axis-cgi/mjpg/video.cgi?e_dcm_hor=2&amp;amp;e_dcm_vert=2&amp;amp;e_woi_width=1000&amp;amp;e_woi_height=900&amp;amp;e_woi_left=600&amp;amp;bogus.mjpg&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Если какой-то из параметров не указан, то используется значение по умолчанию. Узнать эти значения можно по адресу :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.Sensor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Все расширения API имеют префикс &amp;quot;E_&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Изменить значение по умолчанию можно стандартным для Axis Video API способом. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=update&amp;amp;ImageSource.I0.Sensor.E_DcmHor=1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Вывод информации о сотоянии системы и значениях по умолчанию ==&lt;br /&gt;
Чтобы получить информацию о переменных состояния системы, нужно использовать путь:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Кроме стандартного формата вывода &amp;quot;'''rfc'''&amp;quot; есть также вывод в виде XML. Для этого необходимо использовать параметр '''responseformat'''. Например :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://192.168.0.9/axis-cgi/admin/param.cgi?action=list&amp;amp;group=ImageSource.I0.E_CurrentState&amp;amp;responseformat=xml&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
'''Примечание'''. Если responseformat не указан или указан неверно, то используется значение по умолчанию '''&amp;quot;rfc&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Потоковое видео RTP/MJPG и RTP/Theora ==&lt;br /&gt;
Камеры Elphel могут передавать потоковое видео по протоколу RTP. &lt;br /&gt;
=== RTP/MJPG ===&lt;br /&gt;
=== RTP/Theora ===&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Autoexposure&amp;diff=2280</id>
		<title>Talk:Autoexposure</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Autoexposure&amp;diff=2280"/>
				<updated>2005-12-17T13:43:16Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: /* I think &amp;quot;Exposure&amp;quot; parameters in the adminweb.html has a bad name. I propose another name - &amp;quot;Shutter&amp;quot; ( The time an image is exposed). */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== preface == &lt;br /&gt;
As it is not just automatic exposure adjustment but .. (can not find - I already wrote that somewhere)&lt;br /&gt;
I suggest making some interpreter of the automatic brightness adjustment scripts - with many adjsutable parameters and image conditions/goals it is probably not possible to have a one-size-fits-all adjustment algorithm.&lt;br /&gt;
What syntax to use so it will be intuitive, and easy to interpret?&lt;br /&gt;
--[[User:Andrey.filippov|Andrey.filippov]] 00:34, 24 November 2005 (CST)&lt;br /&gt;
&lt;br /&gt;
OK - this can probably be solved in the following way:&lt;br /&gt;
&lt;br /&gt;
# at each given moment only on of the parameters will be adjusted  - exposure, gains, &amp;quot;curves&amp;quot; (digital gain) or (later) iris&lt;br /&gt;
# some flexibility to define goal function and hysteresis (&amp;quot;don't care&amp;quot; region)&lt;br /&gt;
# range parameter is allowed to change before failure is reported&lt;br /&gt;
# results are provided to the client javascript that controls the overall process&lt;br /&gt;
&lt;br /&gt;
--[[User:Andrey.filippov|Andrey.filippov]] 00:34, 24 November 2005 (CST)&lt;br /&gt;
&lt;br /&gt;
== Autoexposure working ==&lt;br /&gt;
&lt;br /&gt;
Today I tried the code for the basic autoexposure that Spectr made and it really works - feature long waited by us and our customers.&lt;br /&gt;
&lt;br /&gt;
So now it will be great to see the following follow-up features to be implemented too:&lt;br /&gt;
&lt;br /&gt;
1 - Web interface control for the autoexposure (on/off, parameters, monitoring). Monitoring - it will be useful to have exposure and frame rate status update on the main page (i.e. once a second). Current exposure both as absolute time and a fraction of the frame period (maybe just as bar indicator, not numeric percents). When the streamer is running it is also nice to the it status and frame rate (in percents of the sensor frame rate - to see if any frames are dropped). It also might be as a variable length barm not a number.&lt;br /&gt;
2 - Plot histograms into a small (i.e. 256x256) png file in the camera when periodically requested by the web page - watching live histogram (as standard in many cameras now) can be useful not just for the customers, but for developing/testing automatic exposure/gain/iris adjustment algorithms.&lt;br /&gt;
&lt;br /&gt;
--[[User:Andrey.filippov|Andrey.filippov]] 21:27, 29 November 2005 (CST)&lt;br /&gt;
&lt;br /&gt;
== autoexposure, static images and web-scripting ==&lt;br /&gt;
&lt;br /&gt;
How to run autoexposure when php/perl-script get image from camera with some options???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== I think &amp;quot;Exposure&amp;quot; parameters in the adminweb.html has a bad name. I propose another name - &amp;quot;Shutter&amp;quot; ( The time an image is exposed). ==&lt;br /&gt;
--[[User:Alexlp|Alexlp]] 07:43, 17 December 2005 (CST)&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1844</id>
		<title>Talk:Ccam.cgi</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1844"/>
				<updated>2005-10-16T19:42:24Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'' html=2 gets only sensor parameters or FPGA parameters too?  For example, it includes P_CLK_FPGA. Is it a FPGA or Sensor parameter? ''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There is no clear separation between the sensor and the FPGA parameters. I.e. in model 313 sensor driver was taking into account FPGA clock frequency while calculating and setting the &amp;quot;virtual frame height&amp;quot; that limits the frame rate. In the 333 it is currently not needed as the compressor is faster than the sensor in all modes, but the new Micron 5MPix sensor is again twice faster than previous ones - in has 96MHz pixel clock ...&lt;br /&gt;
&lt;br /&gt;
--[[User:Andrey.filippov|Andrey.filippov]] 00:16, 29 September 2005 (MDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'' ww=2048&amp;amp;wh=1536&amp;amp;wl=0&amp;amp;wt=0&amp;amp;dl=4&amp;amp;dh=4&amp;amp;bh=4&amp;amp;bv=4  &amp;lt;br&amp;gt;May be dv (not dl)? ''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Sure, you are right.--[[User:Andrey.filippov|Andrey.filippov]] 09:54, 12 October 2005 (MDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'' Can I use new decimation's values only with 333 camera or with 313 camera too ?  Did change the algorithm of the calculation of values WW, WH, WT and WL after decimation? ''&lt;br /&gt;
&lt;br /&gt;
--[[User:Alexlp|Alexlp]] 13:42, 16 October 2005 (MDT)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1843</id>
		<title>Talk:Ccam.cgi</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1843"/>
				<updated>2005-10-16T19:40:53Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'' html=2 gets only sensor parameters or FPGA parameters too?  For example, it includes P_CLK_FPGA. Is it a FPGA or Sensor parameter? ''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There is no clear separation between the sensor and the FPGA parameters. I.e. in model 313 sensor driver was taking into account FPGA clock frequency while calculating and setting the &amp;quot;virtual frame height&amp;quot; that limits the frame rate. In the 333 it is currently not needed as the compressor is faster than the sensor in all modes, but the new Micron 5MPix sensor is again twice faster than previous ones - in has 96MHz pixel clock ...&lt;br /&gt;
&lt;br /&gt;
--[[User:Andrey.filippov|Andrey.filippov]] 00:16, 29 September 2005 (MDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'' ww=2048&amp;amp;wh=1536&amp;amp;wl=0&amp;amp;wt=0&amp;amp;dl=4&amp;amp;dh=4&amp;amp;bh=4&amp;amp;bv=4  &amp;lt;br&amp;gt;May be dv (not dl)? ''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Sure, you are right.--[[User:Andrey.filippov|Andrey.filippov]] 09:54, 12 October 2005 (MDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'' Can I use new decimation's values only with 333 camera or with 313 camera too ?  Did change the algorithm of the calculation of values WW, WH, WT and WL after decimation? ''&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1787</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1787"/>
				<updated>2005-10-08T15:21:24Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own implementation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API GROUPS ==&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general General] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_add_update_remove_list Add, update, remove and list parameters and their values] ====&lt;br /&gt;
Elphel cameras support some of  [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_param_2.htm Video Parameters] and the certain quantity of own [[AxisVideoParameters]]. &lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_list List parameters] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_list_output List output format] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_update Update parameters] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_add Add parameters] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_remove Remove parameters] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_add_remove_responses Add/Remove server responses] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_users Add, modify and delete users] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_factory_default Factory default] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_hard_factory_default Hard factory default] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_backup Backup] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_restore Restore] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_firmware_upgrade Firmware upgrade] ====&lt;br /&gt;
:Not implement.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_restart_server Restart server] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_server_report Server report] ====&lt;br /&gt;
:Partially implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_system_logs System logs] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_time_date System date and time] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_get_time_date Get system date and time] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_set_time_date Set system date and time] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video Image and Video] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_imagesize Image size] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_videostatus Video status] ====&lt;br /&gt;
:Not implemented. It has the sense only for video servers.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_bitmap Bitmap] ====&lt;br /&gt;
:Not implemented. But it can be added in future if somebody has need in it.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_mjpg JPEG/MJPG] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_image JPEG image request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_snapshot JPEG image (snapshot) CGI request] =====&lt;br /&gt;
:Partially implemented. Some parameters will be implemented in the future.&lt;br /&gt;
:'''Syntax:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;servername&amp;gt;/axis-cgi/jpg/image.cgi[?&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;[&amp;amp;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| colorlevel || Sets level of color or grey-scale. 0 = grey-scale, 100 = full color. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| color || Enables/disables color. 0 = black and white, 1 = color. || 0, 1 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| clock || Shows/hides the time stamp. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| date || Shows/hides the date. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|- &lt;br /&gt;
| rotation || Rotates the image clockwise. || 0, 180 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| text || Shows/hides the text. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| textstring || The text shown in the image, the string must be URL encoded. || A string || No&lt;br /&gt;
|-&lt;br /&gt;
| textcolor || The color of the text shown in the image. || black, white || No&lt;br /&gt;
|-&lt;br /&gt;
| textbackgroundcolor || The color of the text background shown in the image. || black, white, transparent, semitransparent || No&lt;br /&gt;
|-&lt;br /&gt;
| textpos || The position of the string shown in the image. || top, bottom || No&lt;br /&gt;
|-&lt;br /&gt;
| overlayimage || Enable/disable overlay image. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| overlaypos || Set the position of the overlay image. || &amp;lt;xoffset&amp;gt;x&amp;lt;yoffset&amp;gt; || No&lt;br /&gt;
|-&lt;br /&gt;
| squarepixel || Enable/disable square pixel correction. Applies only to video servers. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_response JPEG image response] =====&lt;br /&gt;
:Fully implemented. &lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_buffer JPEG buffer request] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_video MJPG video request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_video_cgi MJPG video CGI request] =====&lt;br /&gt;
:Partially implemented. Some parameters will be implemented in the future.&lt;br /&gt;
:'''Syntax:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;servername&amp;gt;/axis-cgi/mjpg/video.cgi[?&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;[&amp;amp;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| colorlevel || Sets level of color or grey-scale. 0 = grey-scale, 100 = full color. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| color || Enables/disables color. 0 = black and white, 1 = color. || 0, 1 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| clock || Shows/hides the time stamp. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| date || Shows/hides the date. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|- &lt;br /&gt;
| rotation || Rotates the image clockwise. || 0, 180 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| text || Shows/hides the text. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| textstring || The text shown in the image, the string must be URL encoded. || A string || No&lt;br /&gt;
|-&lt;br /&gt;
| textcolor || The color of the text shown in the image. || black, white || No&lt;br /&gt;
|-&lt;br /&gt;
| textbackgroundcolor || The color of the text background shown in the image. || black, white, transparent, semitransparent || No&lt;br /&gt;
|-&lt;br /&gt;
| textpos || The position of the string shown in the image. || top, bottom || No&lt;br /&gt;
|-&lt;br /&gt;
| overlayimage || Enable/disable overlay image. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| overlaypos || Set the position of the overlay image. || &amp;lt;xoffset&amp;gt;x&amp;lt;yoffset&amp;gt; || No&lt;br /&gt;
|-&lt;br /&gt;
| squarepixel || Enable/disable square pixel correction. Applies only to video servers. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| duration || Specifies for how many seconds the video will be generated and pushed to the client. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
| nbrofframes || Specifies how many frames the server will generate and push. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
| fps || Using fps it is possible to specify the frame rate from the server. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_response MJPG video response] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_overlay Image overlay] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mpeg4 MPEG-4] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_ptz PTZ] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_motion Motion Detection] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_io I/O] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_serial_port Serial port] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_ip_filter IP filter] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_audio Audio] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_292 AXIS 292 Network Video Decoder] ====&lt;br /&gt;
:Not implemented.&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1786</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1786"/>
				<updated>2005-10-08T15:00:32Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own implementation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API GROUPS ==&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general General] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_add_update_remove_list Add, update, remove and list parameters and their values] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_list List parameters] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_list_output List output format] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_update Update parameters] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_add Add parameters] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_remove Remove parameters] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_add_remove_responses Add/Remove server responses] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_users Add, modify and delete users] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_factory_default Factory default] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_hard_factory_default Hard factory default] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_backup Backup] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_restore Restore] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_firmware_upgrade Firmware upgrade] ====&lt;br /&gt;
:Not implement.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_restart_server Restart server] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_server_report Server report] ====&lt;br /&gt;
:Partially implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_system_logs System logs] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_time_date System date and time] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_get_time_date Get system date and time] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_general_set_time_date Set system date and time] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video Image and Video] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_imagesize Image size] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_videostatus Video status] ====&lt;br /&gt;
:Not implemented. It has the sense only for video servers.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_bitmap Bitmap] ====&lt;br /&gt;
:Not implemented. But it can be added in future if somebody has need in it.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_mjpg JPEG/MJPG] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_image JPEG image request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_snapshot JPEG image (snapshot) CGI request] =====&lt;br /&gt;
:Partially implemented. Some parameters will be implemented in the future.&lt;br /&gt;
:'''Syntax:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;servername&amp;gt;/axis-cgi/jpg/image.cgi[?&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;[&amp;amp;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| colorlevel || Sets level of color or grey-scale. 0 = grey-scale, 100 = full color. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| color || Enables/disables color. 0 = black and white, 1 = color. || 0, 1 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| clock || Shows/hides the time stamp. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| date || Shows/hides the date. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|- &lt;br /&gt;
| rotation || Rotates the image clockwise. || 0, 180 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| text || Shows/hides the text. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| textstring || The text shown in the image, the string must be URL encoded. || A string || No&lt;br /&gt;
|-&lt;br /&gt;
| textcolor || The color of the text shown in the image. || black, white || No&lt;br /&gt;
|-&lt;br /&gt;
| textbackgroundcolor || The color of the text background shown in the image. || black, white, transparent, semitransparent || No&lt;br /&gt;
|-&lt;br /&gt;
| textpos || The position of the string shown in the image. || top, bottom || No&lt;br /&gt;
|-&lt;br /&gt;
| overlayimage || Enable/disable overlay image. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| overlaypos || Set the position of the overlay image. || &amp;lt;xoffset&amp;gt;x&amp;lt;yoffset&amp;gt; || No&lt;br /&gt;
|-&lt;br /&gt;
| squarepixel || Enable/disable square pixel correction. Applies only to video servers. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_response JPEG image response] =====&lt;br /&gt;
:Fully implemented. &lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_buffer JPEG buffer request] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_video MJPG video request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_video_cgi MJPG video CGI request] =====&lt;br /&gt;
:Partially implemented. Some parameters will be implemented in the future.&lt;br /&gt;
:'''Syntax:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;servername&amp;gt;/axis-cgi/mjpg/video.cgi[?&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;[&amp;amp;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| colorlevel || Sets level of color or grey-scale. 0 = grey-scale, 100 = full color. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| color || Enables/disables color. 0 = black and white, 1 = color. || 0, 1 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| clock || Shows/hides the time stamp. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| date || Shows/hides the date. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|- &lt;br /&gt;
| rotation || Rotates the image clockwise. || 0, 180 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| text || Shows/hides the text. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| textstring || The text shown in the image, the string must be URL encoded. || A string || No&lt;br /&gt;
|-&lt;br /&gt;
| textcolor || The color of the text shown in the image. || black, white || No&lt;br /&gt;
|-&lt;br /&gt;
| textbackgroundcolor || The color of the text background shown in the image. || black, white, transparent, semitransparent || No&lt;br /&gt;
|-&lt;br /&gt;
| textpos || The position of the string shown in the image. || top, bottom || No&lt;br /&gt;
|-&lt;br /&gt;
| overlayimage || Enable/disable overlay image. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| overlaypos || Set the position of the overlay image. || &amp;lt;xoffset&amp;gt;x&amp;lt;yoffset&amp;gt; || No&lt;br /&gt;
|-&lt;br /&gt;
| squarepixel || Enable/disable square pixel correction. Applies only to video servers. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| duration || Specifies for how many seconds the video will be generated and pushed to the client. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
| nbrofframes || Specifies how many frames the server will generate and push. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
| fps || Using fps it is possible to specify the frame rate from the server. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_response MJPG video response] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_overlay Image overlay] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mpeg4 MPEG-4] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_ptz PTZ] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_motion Motion Detection] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_io I/O] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_serial_port Serial port] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_ip_filter IP filter] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_audio Audio] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_292 AXIS 292 Network Video Decoder] ====&lt;br /&gt;
:Not implemented.&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1785</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1785"/>
				<updated>2005-10-08T13:58:29Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own implementation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API GROUPS ==&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video Image and Video] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_imagesize Image size] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_videostatus Video status] ====&lt;br /&gt;
:Not implemented. It has the sense only for video servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_bitmap Bitmap] ====&lt;br /&gt;
:Not implemented. But it can be added in future if somebody has need in it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_mjpg JPEG/MJPG] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_image JPEG image request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_snapshot JPEG image (snapshot) CGI request] =====&lt;br /&gt;
:Partially implemented. Some parameters will be implemented in the future.&lt;br /&gt;
:'''Syntax:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;servername&amp;gt;/axis-cgi/jpg/image.cgi[?&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;[&amp;amp;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| colorlevel || Sets level of color or grey-scale. 0 = grey-scale, 100 = full color. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| color || Enables/disables color. 0 = black and white, 1 = color. || 0, 1 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| clock || Shows/hides the time stamp. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| date || Shows/hides the date. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|- &lt;br /&gt;
| rotation || Rotates the image clockwise. || 0, 180 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| text || Shows/hides the text. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| textstring || The text shown in the image, the string must be URL encoded. || A string || No&lt;br /&gt;
|-&lt;br /&gt;
| textcolor || The color of the text shown in the image. || black, white || No&lt;br /&gt;
|-&lt;br /&gt;
| textbackgroundcolor || The color of the text background shown in the image. || black, white, transparent, semitransparent || No&lt;br /&gt;
|-&lt;br /&gt;
| textpos || The position of the string shown in the image. || top, bottom || No&lt;br /&gt;
|-&lt;br /&gt;
| overlayimage || Enable/disable overlay image. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| overlaypos || Set the position of the overlay image. || &amp;lt;xoffset&amp;gt;x&amp;lt;yoffset&amp;gt; || No&lt;br /&gt;
|-&lt;br /&gt;
| squarepixel || Enable/disable square pixel correction. Applies only to video servers. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_response JPEG image response] =====&lt;br /&gt;
:Fully implemented. &lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_buffer JPEG buffer request] =====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_video MJPG video request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_video_cgi MJPG video CGI request] =====&lt;br /&gt;
:Partially implemented. Some parameters will be implemented in the future.&lt;br /&gt;
:'''Syntax:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;servername&amp;gt;/axis-cgi/mjpg/video.cgi[?&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;[&amp;amp;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| colorlevel || Sets level of color or grey-scale. 0 = grey-scale, 100 = full color. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| color || Enables/disables color. 0 = black and white, 1 = color. || 0, 1 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| clock || Shows/hides the time stamp. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| date || Shows/hides the date. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|- &lt;br /&gt;
| rotation || Rotates the image clockwise. || 0, 180 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| text || Shows/hides the text. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| textstring || The text shown in the image, the string must be URL encoded. || A string || No&lt;br /&gt;
|-&lt;br /&gt;
| textcolor || The color of the text shown in the image. || black, white || No&lt;br /&gt;
|-&lt;br /&gt;
| textbackgroundcolor || The color of the text background shown in the image. || black, white, transparent, semitransparent || No&lt;br /&gt;
|-&lt;br /&gt;
| textpos || The position of the string shown in the image. || top, bottom || No&lt;br /&gt;
|-&lt;br /&gt;
| overlayimage || Enable/disable overlay image. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| overlaypos || Set the position of the overlay image. || &amp;lt;xoffset&amp;gt;x&amp;lt;yoffset&amp;gt; || No&lt;br /&gt;
|-&lt;br /&gt;
| squarepixel || Enable/disable square pixel correction. Applies only to video servers. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| duration || Specifies for how many seconds the video will be generated and pushed to the client. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
| nbrofframes || Specifies how many frames the server will generate and push. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
| fps || Using fps it is possible to specify the frame rate from the server. 0 = unlimited. || 0, ... || Yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mjpg_response MJPG video response] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_overlay Image overlay] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_mpeg4 MPEG-4] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_ptz PTZ] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_motion Motion Detection] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_io I/O] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_serial_port Serial port] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_ip_filter IP filter] ====&lt;br /&gt;
:In development.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_audio Audio] ====&lt;br /&gt;
:Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_292 AXIS 292 Network Video Decoder] ====&lt;br /&gt;
:Not implemented.&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1708</id>
		<title>Talk:Ccam.cgi</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1708"/>
				<updated>2005-09-29T16:50:04Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'' html=2 gets only sensor parameters or FPGA parameters too?  For example, it includes P_CLK_FPGA. Is it a FPGA or Sensor parameter? ''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There is no clear separation between the sensor and the FPGA parameters. I.e. in model 313 sensor driver was taking into account FPGA clock frequency while calculating and setting the &amp;quot;virtual frame height&amp;quot; that limits the frame rate. In the 333 it is currently not needed as the compressor is faster than the sensor in all modes, but the new Micron 5MPix sensor is again twice faster than previous ones - in has 96MHz pixel clock ...&lt;br /&gt;
&lt;br /&gt;
--[[User:Andrey.filippov|Andrey.filippov]] 00:16, 29 September 2005 (MDT)&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1707</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1707"/>
				<updated>2005-09-29T16:47:06Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own implementation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API GROUPS ==&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video Image and Video] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_imagesize Image size] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_videostatus Video status] ====&lt;br /&gt;
:Not implemented. It has the sense only for video servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_bitmap Bitmap] ====&lt;br /&gt;
:Not implemented. But it can be added in future if somebody has need in it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_mjpg JPEG/MJPG] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_image JPEG image request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_snapshot JPEG image (snapshot) CGI request] =====&lt;br /&gt;
:Partially implemented. Some parameters will be implemented in the future.&lt;br /&gt;
:'''Syntax:'''&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://&amp;lt;servername&amp;gt;/axis-cgi/jpg/image.cgi[?&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;[&amp;amp;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;...]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| colorlevel || Sets level of color or grey-scale. 0 = grey-scale, 100 = full color. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| color || Enables/disables color. 0 = black and white, 1 = color. || 0, 1 || Yes&lt;br /&gt;
|-&lt;br /&gt;
| clock || Shows/hides the time stamp. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| date || Shows/hides the date. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| text || Shows/hides the text. 0 = hide, 1 = show. || 0, 1 || No&lt;br /&gt;
|-&lt;br /&gt;
| textstring || The text shown in the image, the string must be URL encoded. || A string || No&lt;br /&gt;
|-&lt;br /&gt;
| textcolor || The color of the text shown in the image. || black, white || No&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1703</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1703"/>
				<updated>2005-09-29T16:23:53Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own implementation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API GROUPS ==&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video Image and Video] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_imagesize Image size] ====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_videostatus Video status] ====&lt;br /&gt;
:Not implemented. It has the sense only for video servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_bitmap Bitmap] ====&lt;br /&gt;
:Not implemented. But it can be added in future if somebody has need in it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_mjpg JPEG/MJPG] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_image JPEG image request] =====&lt;br /&gt;
:Fully implemented.&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_snapshot JPEG image (snapshot) CGI request] =====&lt;br /&gt;
:Partially implemented. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Parameter || Description || Values || Implemented?&lt;br /&gt;
|-&lt;br /&gt;
| resolution || Specify the resolution of the returned image || Product-dependent || Yes&lt;br /&gt;
|-&lt;br /&gt;
| camera || Applies only to video servers with more than one video input. Selects the source camera. || - || No&lt;br /&gt;
|-&lt;br /&gt;
| compression || Adjusts the compression level of the image. Higher values correspond to higher compression, i.e. lower quality and smaller image size. || 0..100 || Yes&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1698</id>
		<title>Talk:Ccam.cgi</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1698"/>
				<updated>2005-09-29T14:40:51Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'' html=2 gets only sensor parameters or FPGA parameters too?  For example, it includes P_CLK_FPGA. Is it a FPGA or Sensor parameter? ''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There is no clear separation between the sensor and the FPGA parameters. I.e. in model 313 sensor driver was taking into account FPGA clock frequency while calculating and setting the &amp;quot;virtual frame height&amp;quot; that limits the frame rate. In the 333 it is currently not needed as the compressor is faster than the sensor in all modes, but the new Micron 5MPix sensor is again twice faster than previous ones - in has 96MHz pixel clock ...&lt;br /&gt;
&lt;br /&gt;
--[[User:Andrey.filippov|Andrey.filippov]] 00:16, 29 September 2005 (MDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'' What difference between binning and decimation?  Which of them we can call Resolution? ''&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1697</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1697"/>
				<updated>2005-09-29T14:33:06Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own implementation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API GROUPS ==&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video Image and Video] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_imagesize Image size] ====&lt;br /&gt;
:Fully supported.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_videostatus Video status] ====&lt;br /&gt;
:Not supported. It has the sense only for video servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_bitmap Bitmap] ====&lt;br /&gt;
:Not supported. But it can be added in future if somebody has need in it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_mjpg JPEG/MJPG] ====&lt;br /&gt;
===== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_image JPEG image request] =====&lt;br /&gt;
:Fully supported.&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1696</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1696"/>
				<updated>2005-09-29T14:22:58Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own implementation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== API GROUPS ==&lt;br /&gt;
&lt;br /&gt;
=== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video Image and Video] ===&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_imagesize Image size] ====&lt;br /&gt;
:Fully supported.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_videostatus Video status] ====&lt;br /&gt;
:Not supported. It has the sense only for video servers.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_bitmap Bitmap] ====&lt;br /&gt;
:Not supported. But it can be added in future if somebody has need in it.&lt;br /&gt;
&lt;br /&gt;
==== [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm#api_blocks_image_video_jpeg_mjpg JPEG/MJPG] ====&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1684</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1684"/>
				<updated>2005-09-29T06:19:29Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own realisation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis Video API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming...&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1683</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1683"/>
				<updated>2005-09-29T06:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own realisation of [http://www.axis.com Axis] [http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
The 2.xx version of Axis Video API is supported in the Elphel cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming...&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1682</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1682"/>
				<updated>2005-09-29T06:17:59Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own realisation of [http://www.axis.com Axis] [ http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm Video API version 2.xx]. &lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
The 2.xx version of Axis Video API is supported in the Elphel cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming...&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1679</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1679"/>
				<updated>2005-09-29T06:15:14Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own realisation of Axis Video API.  The original HTTP-Interface Specification described on the [http://www.axis.com axis] site.&lt;br /&gt;
&lt;br /&gt;
Delelopers can find useful next links :&lt;br /&gt;
&lt;br /&gt;
HTTP API specification, version 2  -  http://axis.com/techsup/cam_servers/dev/cam_http_api_2.htm &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Axis Video Parameter specification -  http://axis.com/techsup/cam_servers/dev/cam_param_2.htm&lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the cameras.&lt;br /&gt;
&lt;br /&gt;
The 2.xx version of Axis Video API is supported in the Elphel cameras.&lt;br /&gt;
&lt;br /&gt;
Elphel Axis API extension proposes some additional possibility. For example, functionality for requesting RTP MJPEG, HTTP Ogg/Theora or RTP Ogg/Theora video streaming...&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1677</id>
		<title>AxisAPI legacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=AxisAPI_legacy&amp;diff=1677"/>
				<updated>2005-09-29T05:54:06Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Elphel 3x3 cameras have own realisation of Axis Video API.  The original HTTP-Interface Specification described on the [http://www.axis.com axis] site.&lt;br /&gt;
&lt;br /&gt;
The HTTP-based video interface provides the functionality for requesting single and multi-part images and for getting and setting internal parameter values. The image and CGI-requests are handled by the built-in Web server in the camera and video servers.&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1676</id>
		<title>Talk:Ccam.cgi</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1676"/>
				<updated>2005-09-29T05:43:41Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;html=2 gets only sensor parameters or FPGA parameters too?  For example, it includes P_CLK_FPGA. Is it a FPGA or Sensor parameter?&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1675</id>
		<title>Talk:Ccam.cgi</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Ccam.cgi&amp;diff=1675"/>
				<updated>2005-09-29T05:43:21Z</updated>
		
		<summary type="html">&lt;p&gt;Alexlp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;html=2 gets only sensor parameters or FPGA patameters too?  For example, it includes P_CLK_FPGA. Is it a FPGA or Sensor parameter?&lt;/div&gt;</summary>
		<author><name>Alexlp</name></author>	</entry>

	</feed>