python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OpenCV camera streaming to everywhere but Python
I have an IP-Camera and it streams on every app and on every device except for Python. The RTSP I'm using ('rtsp://admin:pass@...:554/onvif1') is working on: VLC, Onvif Device Manager, YooSee, and Sur...
SMoKuM
Votes: 0
Answers: 1
How to implement PTZControl of an ip camera streaming in RTSP
I am trying the below code for zoom and other ptzcontrols for an ip camera streaming using rtsp link.
curl -X PUT \
http://admin:12345@103.124.172.70/PTZCtrl/channels/101/continuous \
-H 'cache-co...

Abhishek Gupta
Votes: 0
Answers: 0
Does the recieving end of an XML with an external namespace fetch the namespace?
like the title says, I am wondering if for example I send an endpoint some XML with the namespace being: 'http://www.external.com/customNS', would the receiving end fetch that namespace? I think logic...

Thabet Sabha
Votes: 0
Answers: 1