Reputation: 161
I am building a project using the IP Camera Intelbras 5220 SD IR Datasheet.
In this project, I am using a website through which I can access the camera, but also need to control the movement of this camera, i.e. I need to control its PTZ. I have no idea how to start, but I would like to control the camera using HTTP because I think it is easier. I searched for some keywords like Onvif
and SOAP
, but I found nothing that could really help me.
Does anyone have any idea what can I do?
Upvotes: 4
Views: 8098
Reputation: 161
I found the answer by myself and it is not too difficult. All I need to do is search more about Onvif. As my python is 3 this link was very helpful:
If my python is 2 I would use this one.
There are some examples there that help me a lot. For more details about Onvif I also used this one.
Now my camera is working very well.
Upvotes: 3