Hello there,
First of all, I want to apologize for stupid question, I don't have much experience with IP cameras
I have Java service (it runs on my server ) that can communicate with Imou IP cameras through their API.
It's pretty easy , my service just call url of open API - with methods names and can retrieve data from cameras
But now, I need to connect to my service Dahua cameras, at first I thought I could use same API as Imou, if I add this device to Imou app, but it's not working...
I even was able to retreive access token and snapshot for it, but when I trying to open url with snapshot, it says - NoSuchKey
So after that I decided to try Dahua API, but I see it don't have openAPI url like Imou's that I just can call to connect to my cameras
How can I do this? Is there a way to connect to Dahua cameras and communicate with them, if they just connected to wi-fi network?
Or it's necessarily to connect them to my server and olnly then call API with my owh hostname and port?
Thank you
First of all, I want to apologize for stupid question, I don't have much experience with IP cameras
I have Java service (it runs on my server ) that can communicate with Imou IP cameras through their API.
It's pretty easy , my service just call url of open API - with methods names and can retrieve data from cameras
But now, I need to connect to my service Dahua cameras, at first I thought I could use same API as Imou, if I add this device to Imou app, but it's not working...
I even was able to retreive access token and snapshot for it, but when I trying to open url with snapshot, it says - NoSuchKey
So after that I decided to try Dahua API, but I see it don't have openAPI url like Imou's that I just can call to connect to my cameras
How can I do this? Is there a way to connect to Dahua cameras and communicate with them, if they just connected to wi-fi network?
Or it's necessarily to connect them to my server and olnly then call API with my owh hostname and port?
Thank you