Lines Matching refs:StreamOperator
43 9. To implement dynamic frame control, a CollectBuffer thread is started in the StreamOperator. The…
316 … spStreamOperator_ = std::make_shared<StreamOperator>(spCameraDeciceCallback_, shared_from_this());
318 … spStreamOperator_ = new(std::nothrow) StreamOperator(spCameraDeciceCallback_, shared_from_this());
359 …eStreams()** is a method in the **StreamOperator** class (**StreamOperatorImpl** is the base class…
362 int32_t StreamOperator::CreateStreams(const std::vector<StreamInfo>& streamInfos)
418 … int32_t StreamOperator::CommitStreams(OperationMode mode, const std::vector<uint8_t>& modeSetting)
485 Use the **Capture()** method in **StreamOperator** to capture data streams.
488 int32_t StreamOperator::Capture(int32_t captureId, const CaptureInfo& info, bool isStreaming)
536 int32_t StreamOperator::CancelCapture(int32_t captureId)
563 int32_t StreamOperator::ReleaseStreams(const std::vector<int32_t>& streamIds)
775 GetStreamOpt(); // Obtain a StreamOperator object.
813 …Use **CaptureON()** to call the **Capture()** method of **StreamOperator** to obtain camera data, …