VideoCaptureDeviceItem::toString Method

This method returns the name of the video capture device as reported by its driver.
Syntax:
std::string toString() const;
std::wstring toStringW() const;

Return value:

A string that contains the name of the video capture device.

Remarks:

toString and getName return the same text.

Information:

Introduced in version 2.0

See also: VideoCaptureDeviceItem, VideoCaptureDeviceItem::getName, VideoCaptureDeviceItem::getBaseName, VideoCaptureDeviceItem::getDisplayName, VideoCaptureDeviceItem::getUniqueName

<< VideoCaptureDeviceItem