Zao SDK for Jetson / libzep API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zep::video::FactoryInterface Class Referenceabstract

factory function interface for video-related streams More...

#include <FactoryInterface.hpp>

Public Member Functions

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

Detailed Description

factory function interface for video-related streams

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

Member Function Documentation

◆ CreateNvSource() [1/2]

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

/**

  • Create an instance of NvSource.
Parameters
stream_nameName of the target stream.

◆ CreateNvSource() [2/2]

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 files: