3

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?

zx485
  • 28,498
  • 28
  • 50
  • 59

1 Answers1

2

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.

Yunus Temurlenk
  • 4,085
  • 4
  • 18
  • 39
  • In it's current state, this is a link only answer. Would you mind expanding on it slightly and give a quick example? – Shadow Feb 04 '22 at 13:27