I believe the old series of Axis cameras 211FD 216FD are not supported by the component as they dont have the vapix api.
You would need to use the standard camera module and point it to the axis 216 mjpeg rtsp url.
They definitely had Vapix back then. But it might be Vapix 2 and it might be that the firmware version parameter didn’t exist back then. I’ve rewritten stuff in the library so I don’t think that is used any more. But no date for when the PR will be merged.
You can check in plain config what parameters exist and I can try to take that into consideration before PR is done
Is this what you need?
> Properties Firmware:
> Build number: 1
> Build date: Mar 26 2015 12:38
> Version: 4.47.6
BTW I got the camera to display on HASSIO using the MJPEG camera component. Updates every 10 seconds or so in ‘normal’ view and then streams at a higher framerate but lower res when you click on it.
Ok. So there might be something small breaking. Must dig out an old camera to test then…
The Axis component also use the mjpeg camera in the back end. I’ve done it like this to not need double configuration of device. But then ofc it must work…
The newest PR has been merged so if you’d be so kind to test the component after next release to see if there is any difference I’d be happy. If you still encounter issues after that I will look into it
Sorry for the long delay, I’ve gotten an old Axis camera up and running just now and I can see that it is a different path to the serial number. I am hopeful that this will fixed for next release (0.63)
I’ve investigated this a bit more and I’ve realised that there will be too much extra stuff to support vapix 2 devices just to do some parameter checks. you’re better of using the mjpeg camera component directly instead.