python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
onvif.exceptions.ONVIFError: Unknown error: No such file: /etc/onvif/wsdl/devicemgmt.wsdl
I have bought a V380 ip camera avaiable at https://www.daraz.pk/products/i1977066-s1481128974.html?urlFlag=true&mp=1 . I am trying to implement onvif client in Python.
When I run the following co...
Zain Ul haq
Votes: 0
Answers: 1
How to solve "[rtsp @ 000002788daf24c0] method DESCRIBE failed: 454 Session Not Found" error in windows 10?
I am using YOLOv4 and YOLOv5 for object detection from IP Camera. When I used Hikvision camera, the program was successfully executed and I could get the expected result.
When I try to use a new camer...
Virtuall.Kingg
Votes: 0
Answers: 1
Obtaining frames from IP Camera with low latency
I am currently using this command to get frames from my RTSP stream and reading frames from stdout:
ffmpeg -nostdin -rtsp_transport tcp -i <rtsp_stream> -pix_fmt bgr24 -an -vcodec rawvideo -f ra...
Russ1337
Votes: 0
Answers: 2
cannot get onvif GetStreamUri from media2
I want to get the media stream url from onvif,but it shows that "Method 'GetStreamUri' not implemented: method name or namespace not recognized"Detail: [no detail] .
I don't know the reason ...
Divter
Votes: 0
Answers: 1