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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -