You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the simplest way would be to add the opportunity for an additional
string in the parameters.
For instance, I just found out mine was doing too much compression, and
that it could be requested at connection time, so I added "&compression=%d"
% self.axis.compression to my URL.
The use case we have is an AXIS P7214 media controller with four video inputs (we have one colour camera and on IR camera) and the images is sent on the same IP. To be able to add an additional string is probably the best thing to do.
Would it be possible to add a parameter for choosing camera or maybe a parameter for a string to append to the URL parameters?
Now I did in axis.py:
The text was updated successfully, but these errors were encountered: