How to get a list of video capture devices (web cameras) on Mac OS? (C++)
So all I need is simple - a list of currently avaliable video capture devices (web cameras). I need it in simple or C++ console app. By list I mean something like such console output: 1) Asus Web Camera 2) Sony Web Camera So It seems simple but I have one requirement - use of native OS apis as much as possible - no external libs - after all - all we want is to print out a a list - not to fly onto the moon!) (and no use of objective-C, please - pure C/C++) How to do such thing? also from this series: How to get a list of video capture devices on linux? and special details on getting cameras