BaQs / pyEzviz

Python package for ezviz cameras
Apache License 2.0
103 stars 45 forks source link

access stream video with opencv? #104

Open wahyubram82 opened 1 year ago

wahyubram82 commented 1 year ago

I already install and access my ipcctv, with EzvizClient and execute "clien.login()". I already pick camera too with EzvizCamera(client, "camera serial number"). but until now I cannot find how to get the stream video url to open it with opencv.

I want open the stream video with opencv and add the capability of camera like face recognition or any other module that can we do with opencv.

any clue? please....

circularProteus commented 1 year ago

any update on this?

andrewcoo101 commented 1 year ago

I use vlc to view live video with a link similar to:

rtsp://admin:ABCDEF@192.168.1.123/H.264

Where: "ABCDEF" is the camera's serial number "192.168.1.123" is camera's ip

If this doesn't help, then a forum dedicated to opencv may be of more use to you.

circularProteus commented 1 year ago

battery cameras, after recent fw update, does not provide RTSP port/protocol (tryed all solution on the network) - but if ezviz studio is used, view on LAN is available, so I guess RTSP is not the only way to access to the video flow.