Open3D (C++ API)  0.18.0
Public Member Functions
open3d::visualization::webrtc_server::BitmapTrackSourceInterface Class Referenceabstract

#include <BitmapTrackSource.h>

Inheritance diagram for open3d::visualization::webrtc_server::BitmapTrackSourceInterface:

Public Member Functions

virtual void OnFrame (const std::shared_ptr< core::Tensor > &frame)=0
 

Detailed Description

[Related classes]

[Class hierarchy] BitmapTrackSourceInterface –inherits--> webrtc::VideoTrackSourceInterface BitmapTrackSource –inherits--> webrtc::Notifier<BitmapTrackSourceInterface> ImageTrackSource –inherits--> BitmapTrackSource ImageCapturer –owned by--> ImageTrackSource VideoFilter –inherits--> BitmapTrackSource

Member Function Documentation

◆ OnFrame()

virtual void open3d::visualization::webrtc_server::BitmapTrackSourceInterface::OnFrame ( const std::shared_ptr< core::Tensor > &  frame)
pure virtual

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