Zao SDK for Jetson / libzep API リファレンス  1.0.0.0 (2023-05-08)
Public Member Functions | List of all members
zep::video::FactoryInterface Class Referenceabstract

映像関連ストリームのファクトリ機能インターフェース More...

#include <FactoryInterface.hpp>

Public Member Functions

virtual std::unique_ptr< NvSourceInterfaceCreateNvSource (const std::string &stream_name)=0
 NvSourceのインスタンスを生成する。 More...
 

Detailed Description

映像関連ストリームのファクトリ機能インターフェース

Member Function Documentation

◆ CreateNvSource()

virtual std::unique_ptr<NvSourceInterface> zep::video::FactoryInterface::CreateNvSource ( const std::string &  stream_name)
pure virtual

NvSourceのインスタンスを生成する。

Parameters
stream_name対象とするストリームの名前

The documentation for this class was generated from the following file: