Breakthrough / DVR-Scan

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
http://www.dvr-scan.com/
Other
371 stars 49 forks source link

Please document how to get cuda working #129

Closed reubenfirmin closed 1 year ago

reubenfirmin commented 1 year ago

Description of Problem & Solution When I try to run with cuda, I get an error saying that I need to install a version of cv2 with support for cuda. How do I do that? Can you provide setup instructions?

Thanks

Breakthrough commented 1 year ago

See #12 for some background on this. Unfortunately I cannot provide instructions for building + installing OpenCV with GPU support, you will need to either download a pre-built one or follow a tutorial. Thank you for your understanding.