VideoCaptureDeviceItem::getUniqueName Method

デバイスのunique name(ユニーク名)を返します。

構文

std::string getUniqueName() const;
std::wstring getUniqueNameW() const;

戻り値

デバイスのunique nameを保持する文字列。エラーが発生した場合には空の文字列を返します。

備考

unique nameはシリアル番号を持つデバイスにのみ利用可能です。これを使用することで特定のデバイスの指定ができるようになります。

インフォメーション

IC Imaging Control 2.0より導入。