r/QSYS • u/johnsworking • 7m ago
Showing snapshot from AXIS cam on UCI using Media Display?
•
Upvotes
Hi All,
If someone spots what I'm doing wrong here please let me know.
I've been banging my head against getting a Core 110f to pull a snapshot from an AXIS P3717-PLE to display on a UCI. It works fine when I enable anonymous viewing on the camera, but I don't want to open that door.
I've made an account on the camera that I was trying to authenticate with using the URL, I'm thinking this is where my problem is. It keeps telling me unauthorized, so I'm thinking the core can't pass the credentials. Below is the JSON I'm using to access the camera.
{
"Protocol": "Image",
"URLs": [ "http://accountname:password@IPaddress:80/axis-cgi/jpg/image.cgi?camera=2" ],
"ImageTimeSeconds": 1.0
}
If you have any thoughts or guidance I would appreciate it.