<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting MJPEG stream from Axis Ip-camera (Axis 211M and Axis 214 PTZ) as a camera device in OpenCV with DirectShow</title>
	<atom:link href="http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/</link>
	<description>Rhonda Ltd., computer vision software blog</description>
	<lastBuildDate>Sun, 17 Jul 2011 16:11:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-796</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 21 Jun 2010 07:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-796</guid>
		<description>Hi David,

We didn&#039;t work with sony snc-rz30n. There are a lot of reason why you didn&#039;t have success. E.g. you didn&#039;t provide username and password before getting stream. If this camera provides MJPEG (you can find this info in specification of the camera), you should discuss with Sony or do reverse engineering to understand what specific protocol should be used for this camera.

Aleksey</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>We didn&#8217;t work with sony snc-rz30n. There are a lot of reason why you didn&#8217;t have success. E.g. you didn&#8217;t provide username and password before getting stream. If this camera provides MJPEG (you can find this info in specification of the camera), you should discuss with Sony or do reverse engineering to understand what specific protocol should be used for this camera.</p>
<p>Aleksey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-794</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 20 Jun 2010 20:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-794</guid>
		<description>Hi, I have a wireless sony camera snc-rz30n and I am trying to grab frames using the function cvCreateFileCapture_FFMPEG and cvCaptureFromFile and i did not success, the value these functions returned is NULL. As an input parameter for these function i use: http://username:psw@ip_addr/image

What i am doing wrong ? 

thanks,</description>
		<content:encoded><![CDATA[<p>Hi, I have a wireless sony camera snc-rz30n and I am trying to grab frames using the function cvCreateFileCapture_FFMPEG and cvCaptureFromFile and i did not success, the value these functions returned is NULL. As an input parameter for these function i use: <a href="http://username:psw@ip_addr/image" rel="nofollow">http://username:psw@ip_addr/image</a></p>
<p>What i am doing wrong ? </p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbrovche</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-773</link>
		<dc:creator>sbrovche</dc:creator>
		<pubDate>Fri, 11 Jun 2010 07:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-773</guid>
		<description>Sorry Mattia, we did not work with Axis P1343 and Axis Q1910.  
Best regards,
Sergey</description>
		<content:encoded><![CDATA[<p>Sorry Mattia, we did not work with Axis P1343 and Axis Q1910.<br />
Best regards,<br />
Sergey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattia</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-768</link>
		<dc:creator>mattia</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-768</guid>
		<description>HI,
I successfully retrieve the cam mjpg stream from axis 214 PTZ in this way

CvCapture* capture=cvCaptureFromFile(&quot;http://192.168.1.85/axis-cgi/mjpg/video.cgi?resolution=320x240&quot;);

but this does not work for Axis P1343 and Axis Q1910, why?
I&#039;m using openCV 2.1. 
Great blog man!</description>
		<content:encoded><![CDATA[<p>HI,<br />
I successfully retrieve the cam mjpg stream from axis 214 PTZ in this way</p>
<p>CvCapture* capture=cvCaptureFromFile(&#8220;http://192.168.1.85/axis-cgi/mjpg/video.cgi?resolution=320&#215;240&#8243;);</p>
<p>but this does not work for Axis P1343 and Axis Q1910, why?<br />
I&#8217;m using openCV 2.1.<br />
Great blog man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbrovche</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-763</link>
		<dc:creator>sbrovche</dc:creator>
		<pubDate>Sat, 05 Jun 2010 03:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-763</guid>
		<description>Hello Foong,

You should be able to take images from the video captured by Axis 214, but you may need to do tricks described in this blog post (although some commenters said it worked fine for them without any tricks).
We did not work with libraries you mentioned, but from brief look at them, there are no reasons why you can not use them.  You also can look at OpenCV as it provides some capabilities for contour extraction and object tracking.

Regards,
Sergey</description>
		<content:encoded><![CDATA[<p>Hello Foong,</p>
<p>You should be able to take images from the video captured by Axis 214, but you may need to do tricks described in this blog post (although some commenters said it worked fine for them without any tricks).<br />
We did not work with libraries you mentioned, but from brief look at them, there are no reasons why you can not use them.  You also can look at OpenCV as it provides some capabilities for contour extraction and object tracking.</p>
<p>Regards,<br />
Sergey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-762</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 04 Jun 2010 15:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-762</guid>
		<description>Aleksey, do you know if the Sony ipela SNC-P1 has directshow video source support?

thanks
Jim</description>
		<content:encoded><![CDATA[<p>Aleksey, do you know if the Sony ipela SNC-P1 has directshow video source support?</p>
<p>thanks<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foong</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-758</link>
		<dc:creator>foong</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-758</guid>
		<description>Hi, i am currently doing a project on capturing patient contur and monitoring the patient movement in real time. our clinic bought a Axis 214 PTZ ip camera. my questions are could i using open source project from CGAL Open Source Project (http://www.cgal.org/) and MeshLab (http://meshlab.sourceforge.net/) on the ip camera? could this ip camera model act as camera to capture images?? 

my knowledge on programming is in entry level.....</description>
		<content:encoded><![CDATA[<p>Hi, i am currently doing a project on capturing patient contur and monitoring the patient movement in real time. our clinic bought a Axis 214 PTZ ip camera. my questions are could i using open source project from CGAL Open Source Project (<a href="http://www.cgal.org/" rel="nofollow">http://www.cgal.org/</a>) and MeshLab (<a href="http://meshlab.sourceforge.net/" rel="nofollow">http://meshlab.sourceforge.net/</a>) on the ip camera? could this ip camera model act as camera to capture images?? </p>
<p>my knowledge on programming is in entry level&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-741</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 25 May 2010 08:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-741</guid>
		<description>Hi KC,

What help you need? What points of the description are problem for you?

Aleksey</description>
		<content:encoded><![CDATA[<p>Hi KC,</p>
<p>What help you need? What points of the description are problem for you?</p>
<p>Aleksey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kc</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-735</link>
		<dc:creator>kc</dc:creator>
		<pubDate>Mon, 24 May 2010 21:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-735</guid>
		<description>Hi Aleksey I have a project can you help me please,

My project:
 Let a webcam be connected to your computer
 You should write a program satisfying the following scenario: Put an object of your choice in front of the camera, then the program will detect the screen coordinates and display them at the bottom left of the screen. The program should detect the object in real time and display the coordinates in real time while moving the object.

Thank you..</description>
		<content:encoded><![CDATA[<p>Hi Aleksey I have a project can you help me please,</p>
<p>My project:<br />
 Let a webcam be connected to your computer<br />
 You should write a program satisfying the following scenario: Put an object of your choice in front of the camera, then the program will detect the screen coordinates and display them at the bottom left of the screen. The program should detect the object in real time and display the coordinates in real time while moving the object.</p>
<p>Thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.computer-vision-software.com/blog/2009/04/how-to-get-mjpeg-stream-from-axis-ip-cameras-axis-211m-and-axis-214-ptz-as-camera-device-in-opencv-using-directshow/comment-page-1/#comment-581</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.computer-vision-software.com/blog/?p=39#comment-581</guid>
		<description>&lt;strong&gt;Hi Jamma,&lt;/strong&gt;

Graphedit tool can generate C++ code which do the same what you created in Graph Edit&#039;s UI. You can look at the auto-generated code and find out difference between it and videoinput library.</description>
		<content:encoded><![CDATA[<p><strong>Hi Jamma,</strong></p>
<p>Graphedit tool can generate C++ code which do the same what you created in Graph Edit&#8217;s UI. You can look at the auto-generated code and find out difference between it and videoinput library.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

