c++ - How to use external HD video camera as input for a Visual Studio, OpenCV project? -
i doing project regarding image processing , multiple person counting , wondering, how can plug ion air pro plus video recording device (similar gopro), , use 'webcam'? basically, want plug in , access via live feed using microsoft visual studio 2010 , opencv, , real time tracking of people walking.
what struggling accessing external camera program. know how this?
the video camera has no wifi, hdmi output, rgb cable output , usb.
attach usb cable , instantiate cv::videocaputre(0)
. in linux local cameras have number indices think in windows should same.
Comments
Post a Comment