pyEzviz
pyEzviz copied to clipboard
Max Number of Cameras
It seems to support a maximum 16 cameras, is this a limitation on the API or is it a coded limit?
I can't get my 17th camera to show up in Pyezviz or HomeAssistant
If it is a coded limit is it possible to add support for greater than 16 cameras?
Hi @garythebat,
It's possible, just need to figure out how to all "next page" on the pagelist api. I need more cameras for this so will most likely be looking at the issue a bit later on in the year.
I have added a link to basic instruction on how to intercept the api calls in the readme for those who would like try and help.