Skip to content
Discussion options

You must be logged in to vote

Used AXIS M3057-PLVE Mk II Network Camera with AXIS OS version 11.1.72:

  1. Get list of the resolution supported using VAPIX API
GET:  http://<ip>/axis-cgi/param.cgi?action=list&group=Properties.Image.I0

Response:

root.Properties.Image.I0.Mirroring=yes
root.Properties.Image.I0.Resolution=2016x2016,1920x1920,1728x1728,1440x1440,1280x1280,1200x1200,800x800,720x720,640x640,480x480,320x320,240x240,160x160
root.Properties.Image.I0.Rotation=0
root.Properties.Image.I0.ShowSuboptimalResolutions=false
  1. Test 2016x2016 resolution with YoloV5 example

Command: python detectusingAxis.py --source "rtsp://root:@/axis-media/media.amp?camera=1&resolution=2016x2016"

Output:

  1. Test 640x640 resolution with Y…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@udayzee05
Comment options

@vivekatoffice
Comment options

@vivekatoffice
Comment options

Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants