Axis_Cam_Tailscale icon indicating copy to clipboard operation
Axis_Cam_Tailscale copied to clipboard

Support for ARTPEC-5 and ARTPEC-4?

Open tris opened this issue 1 year ago • 2 comments

Thank you for the most excellent app! I'm running it on three Axis cameras (ARTPEC-6 and ARTPEC-7).

In case it's possible to support older cameras on SDK 2, here's the (lightly edited) getAllProperties output from my M5525-E:

$ curl --anyauth -s -u root http://10.8.0.26/axis-cgi/basicdeviceinfo.cgi --data '{"apiVersion":"1.0","context":"","method":"getAllProperties"}' | jq
Enter host password for user 'root':
{
  "apiVersion": "1.0",
  "data": {
    "propertyList": {
      "Architecture": "mips",
      "HardwareID": "757",
      "ProdVariant": "",
      "WebURL": "http://www.axis.com",
      "ProdNbr": "M5525-E",
      "SerialNumber": "xxxxxxxxxxxx",
      "Brand": "AXIS",
      "SocSerialNumber": "",
      "Soc": "Axis Artpec-5",
      "BuildDate": "Oct 29 2020 11:52",
      "ProdShortName": "AXIS M5525-E",
      "Version": "8.40.4.1",
      "ProdFullName": "AXIS M5525-E PTZ Dome Network Camera",
      "ProdType": "PTZ Dome Network Camera"
    }
  },
  "context": ""
}

I also have a P5414-E running firmware 6.50.5.8 (latest available) which does not have the /axis-cgi/basicdeviceinfo.cgi endpoint. It's listed on https://camstreamer.com/download-app-all-supported-cameras as "Artpec-4 (MIPS) SDK 2".

tris avatar Apr 18 '23 01:04 tris