Questions tagged [vapix]

VAPIX® is Axis’ own open API (Application Programming Interface). https://www.axis.com/vapix-library/

21 questions
0
votes
5 answers

How do I form this POST request with Python to upgrade Axis firmware?

I am attempting to upgrade the firmware on an Axis camera, and according to their documentation here, requires sending the request below. I am using the Python 3.8+ requests library for sending the request, but I am not sure how to prepare the…
Source Matters
  • 1,110
  • 2
  • 15
  • 35
0
votes
1 answer

Python - urllib - Server is not getting everything after '?' in URL

I am writing a Python3 script to trigger an Axis camera via their HTTP API. The string they need in the url to trigger the Digital Input (with authorization) is: "http://{ip}/axis-cgi/param.cgi?action=update&IOPort.I0.Input.Trig={open/closed}" If I…
Dillon Tucker
  • 55
  • 1
  • 8
0
votes
1 answer

Tell Ansible to iterate through a big (network camera) configuration yml and update 100 values simultaneously one api call

I've got a .yml file filled with hundreds of configuration values for an Axis network camera. The contents look like this: --- axis: config: "Bandwidth.Limit": 0 "HTTPS.AllowTLS1": "no" "HTTPS.AllowTLS11": "no" "HTTPS.AllowSSLV3":…
Nuokh
  • 43
  • 5
0
votes
0 answers

Setting up user queue system with vapix 3 api. Axis ip camera

Setting up user queue system with vapix 3 api. Axis ip camera trying to set up a basic camera API with user queuing system. Can not seem to get it to work. Any help would be appreciated. Tried different HTTP calls to do the queuing system still cant…
ejg699
  • 43
  • 4
0
votes
1 answer

RTSP PLAY Fails in AXIS Camera

I'm trying to get an RTSP session to PLAY out of an AXIS camera. I'm officially stuck with a 404 Not Found. Please help! Here is what I get when I telnet to the camera and run the following commands: DESCRIBE…
Dicer
  • 396
  • 6
  • 13
0
votes
1 answer

Error while parsing WSDL

I'm working with AXIS camera, which supports VAPIX API. I need to write a script that will toggle actions in camera. For this i use provided WSDL http://www.axis.com/vapix/ws/action1/ActionService.wsdl. The main problem is that from time to time i…
Kin
  • 4,466
  • 13
  • 54
  • 106
1
2