LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pan/Tilt Axis Camera

Hi!

 

I have one solution to Pan/Tilt an Axis IP camera(i have an Axis 215 PTZ)...

It's a bit tricky, and not the best...

So I make two ActiveX container: -One AxisMediaControl Object (this will show the picture, what the camera see.

- One Microsoft WebBrowser (this will control the Pan and Tilt)

If i want my camera for example to pan, then i navigate my webbrowser to this URL: http://*IP-adress*/axis-cgi/com/ptz.cgi?camera=1&move=left

Unfortunately i can't control my camera PTZ with the AxisMediaControl...:( 

Anybody can?

Or other ideas how to solve this problem? 

 

I attach my solution, maybe somebody need it... 

 

 

Bye:Kolos 

Message Edited by Kolos on 07-15-2009 08:56 AM
0 Kudos
Message 1 of 7
(5,189 Views)

Hi Kolos,

if you want only one ActiveX container, then you can use the webbrowser container for everything.

Did you already see these documents?

 

Mike

Message Edited by MikeS81 on 07-15-2009 04:09 PM
0 Kudos
Message 2 of 7
(5,181 Views)

How can i use just one WebBrowser? I tried that, but it was very bad, cause always when i want my camera to pan, then it called an URL to pan, and after that an URL to show again the picture what the camera see... So my picture always vanishd, and for a half second i didn't see anything...

Yes, i had seen the VAPIX thing, but the tings i read there, i can just use with the webBrowser container... Or not?

 

Thanks: Kolos 

0 Kudos
Message 3 of 7
(5,170 Views)

Kolos wrote:

...

Yes, i had seen the VAPIX thing, but the tings i read there, i can just use with the webBrowser container... Or not?

 

Thanks: Kolos 


i'm not sure. I think the AxisMedia... is a special ActiveX container, but they also use http commands. Because of this, you should be able to control everthing with the Axis functions.

Another possibility is to use the webbrowser and load the main page from your camera. There you should get the image and also the buttons to move the camera. 🙂

 

Mike

0 Kudos
Message 4 of 7
(5,166 Views)
i'm not sure. I think the AxisMedia... is a special ActiveX container, but they also use http commands. Because of this, you should be able to control everthing with the Axis functions.
Hmm i will try it once again then...
Another possibility is to use the webbrowser and load the main page from your camera. There you should get the image and also the buttons to move the camera. 🙂
 Yes you have  right, i can move then the camera, whith the buttons, but i want to move it with external numbers, cause i will count where i need my camera to pan...
0 Kudos
Message 5 of 7
(5,164 Views)

Hi, Kolos.

 

I want to do exactly the same, and have the same problem you had. I want to have PTZ controls (as LabView sliders) on the front panel, and use them to move the camera, because I need to know which PAN/TILT values are sent. The only way I saw is the same you tried (via ActiveX web browser), but I want to control it through the AxisMediaControl class.

 

Did you make any progress?

 

Regards,

Francisco

0 Kudos
Message 6 of 7
(4,750 Views)

Hi!

 

nope...

sorry:Koli

0 Kudos
Message 7 of 7
(4,724 Views)