rmcreyes / cpen391-de1

The DE1-SoC code for our CPEN 391 project.
MIT License
0 stars 0 forks source link

Look into possibility of operating the camera with OpenCV in Ubuntu #5

Closed rmcreyes closed 3 years ago

rmcreyes commented 3 years ago

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.

andreamah commented 3 years ago

Used motion library in from apt-get to operate camera and test; webcam works on ubuntu.

andreamah commented 3 years ago

OpenCV can be loaded with the following:

NOTES: