Ask Your Question
0

How to get video from analog camera recorder python+opencv

asked 2019-08-05 23:27:15 -0600

borisk gravatar image

How to get video from analog camera recorder (HIWATCH DS-T101) from Python OpenCV. I found information on getting video from the IP camera. How do I do the same for an analog camera? The video goes from the cameras to the recorder and from it I need to get the video.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-08-06 09:12:24 -0600

kiet gravatar image

updated 2019-08-06 09:13:14 -0600

You need to do the following steps:

  • Buy a video grabber to capture analog video signal
  • Install device driver for this grabber
  • Use opencv-python to capture via device driver (/dev/videoX on Linux)
edit flag offensive delete link more

Comments

I can use the DVR to capture video? My cameras are connected to the DVR : hiwatch ds-t104g

borisk gravatar imageborisk ( 2019-08-06 23:25:29 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-08-05 23:27:15 -0600

Seen: 851 times

Last updated: Aug 06 '19