Closed rmcreyes closed 3 years ago
Used motion
library in from apt-get to operate camera and test; webcam works on ubuntu.
pip install
openCV
Used OpenCV to capture video live and see if it can identify plate on live video; has a bit of trouble finding the plate sometimes.OpenCV can be loaded with the following:
pip install opencv-python --verbose
to download. This will take another few hoursNOTES:
Describe what aspect of our project needs to be researched It seems like one of options for interfacing with a camera with USB requires use of OpenCL. Given that our computer vision app for detecting license plates uses OpenCV as well, look into ways we can integrate camera operation with the existing PoC for license plate detection.
Additional context Some previous research tickets that might have useful information: #3 #4 More specifically, the research done in #3 links to this repository, which specifically deals with interfacing a USB camera to the DE1 via OpenCV.
Please close this ticket either by merging some documentation or leaving comments under this ticket.