VideoCaptureDeviceItem::getName Method |
||
This method returns the name of the video capture device as reported by its driver. | ||
Syntax: | const std::string& getName() const; |
|
Return value: | A string that contains the name of the video capture device. |
|
Remarks: | toString and getName return the same text. |
|
See also: | VideoCaptureDeviceItem, VideoCaptureDeviceItem::toString, VideoCaptureDeviceItem::getBaseName, VideoCaptureDeviceItem::getDisplayName, VideoCaptureDeviceItem::getUniqueName |