YCP-Swarm-Robotics-Capstone-2020-2021 / melon

Object recognition software for Swarm Robotics robots
0 stars 0 forks source link

Allow integer OpenCV camera "url" #45

Closed Mnenmenth closed 3 years ago

Mnenmenth commented 3 years ago

Before connecting with the string url, check to see if the string is actually an integer and, if it is, convert it to an integer before passing it into VideoCapture::open() since OpenCV accepts a connection string or device integer id for connections