¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Axis VAPIX module?


Sammy Truong
 

Hey all,

I've got a project in the queue with many Axis PTZ cameras on the job sheet (model is P5512 specifically). Does anybody have an Axis VAPIX module to control PTZ and possibly some other functions? Didn't see any Axis stuff in the Files section. There was a thread started by eldiablo80 earlier this year working through gaining control -- are you here eldiablo80? Did you ever make a module?

Thanks in advance,
Sammy


Andrew Yalowitz
 

Once I resolve my Axis multicast issue (see thread from earlier today), this was my next area of inquiry. I'd have to say that, looking over the API docs on the Axis website, it looks pretty straightforward for the sort of basic PTZ / preset control that I typically would be most interested in.

A

From: Crestron@... [mailto:Crestron@...] On Behalf Of Sammy Truong
Sent: Monday, September 17, 2012 5:47 PM
To: Crestron@...
Subject: [Crestron] Axis VAPIX module?



Hey all,

I've got a project in the queue with many Axis PTZ cameras on the job sheet (model is P5512 specifically). Does anybody have an Axis VAPIX module to control PTZ and possibly some other functions? Didn't see any Axis stuff in the Files section. There was a thread started by eldiablo80 earlier this year working through gaining control -- are you here eldiablo80? Did you ever make a module?

Thanks in advance,
Sammy


 

Sorry to keep you hanging, I had a tough time trying to catch up in the office.

I am posting my logic with a module I made but ended up not using because I couldn't get a certain critical piece to work. I wanted to make the Camera IP address and speed as parameters but for some reason I don't think it was formatting properly. I checked debugger and a period "." was sometimes being introduced into the string so I took the straightforward approach instead and that worked fine. I didn't include a HOME preset command but I'm pretty sure you can figure it out based on whats in there.

If someone can take a look at my module and update/edit it I'm sure we would all benefit. Thanks.

HTH
Evan

--- In Crestron@..., Andrew Yalowitz <andrewy@...> wrote:

Once I resolve my Axis multicast issue (see thread from earlier today), this was my next area of inquiry. I'd have to say that, looking over the API docs on the Axis website, it looks pretty straightforward for the sort of basic PTZ / preset control that I typically would be most interested in.

A

From: Crestron@... [mailto:Crestron@...] On Behalf Of Sammy Truong
Sent: Monday, September 17, 2012 5:47 PM
To: Crestron@...
Subject: [Crestron] Axis VAPIX module?



Hey all,

I've got a project in the queue with many Axis PTZ cameras on the job sheet (model is P5512 specifically). Does anybody have an Axis VAPIX module to control PTZ and possibly some other functions? Didn't see any Axis stuff in the Files section. There was a thread started by eldiablo80 earlier this year working through gaining control -- are you here eldiablo80? Did you ever make a module?

Thanks in advance,
Sammy







 

I don't have a processor for testing, so maybe this doesn't work.. Put this into the SIO in the module and try it:
GET /axis-cgi/com/ptz.cgi?continuouspantiltmove=home HTTP/1.0&#92;nHost:&#92;[IP Address&#92;]&#92;n&#92;n

Or maybe some combination with quotes, who knows:
GET /axis-cgi/com/ptz.cgi?continuouspantiltmove=home HTTP/1.0&#92;nHost:&#92;["IP Address"&#92;]&#92;n&#92;n

--- In Crestron@..., "ediablo80" <ediablo80@...> wrote:

Sorry to keep you hanging, I had a tough time trying to catch up in the office.

I am posting my logic with a module I made but ended up not using because I couldn't get a certain critical piece to work. I wanted to make the Camera IP address and speed as parameters but for some reason I don't think it was formatting properly. I checked debugger and a period "." was sometimes being introduced into the string so I took the straightforward approach instead and that worked fine. I didn't include a HOME preset command but I'm pretty sure you can figure it out based on whats in there.

If someone can take a look at my module and update/edit it I'm sure we would all benefit. Thanks.

HTH
Evan

--- In Crestron@..., Andrew Yalowitz <andrewy@> wrote:

Once I resolve my Axis multicast issue (see thread from earlier today), this was my next area of inquiry. I'd have to say that, looking over the API docs on the Axis website, it looks pretty straightforward for the sort of basic PTZ / preset control that I typically would be most interested in.

A

From: Crestron@... [mailto:Crestron@...] On Behalf Of Sammy Truong
Sent: Monday, September 17, 2012 5:47 PM
To: Crestron@...
Subject: [Crestron] Axis VAPIX module?



Hey all,

I've got a project in the queue with many Axis PTZ cameras on the job sheet (model is P5512 specifically). Does anybody have an Axis VAPIX module to control PTZ and possibly some other functions? Didn't see any Axis stuff in the Files section. There was a thread started by eldiablo80 earlier this year working through gaining control -- are you here eldiablo80? Did you ever make a module?

Thanks in advance,
Sammy

[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]