Home Previous Up Next Index

visionx::CapturingImageProviderInterface

Overview

interface CapturingImageProviderInterface extends CompressedImageProviderInterface

Derived Classes and Interfaces

MonocularCalibrationCapturingProviderInterface
RGBDCapturingImageProviderInterface
StereoCalibrationCaptureProviderInterface

Operation Index

startCapture
Initiate image capturing.
stopCapture
Suspends image capturing and hence image update notification broadcasts

Operations

void startCapture(float framesPerSecond) throws FrameRateNotSupportedException, StartingCaptureFailedException

Initiate image capturing.

Parameters

framesPerSecond
FPS that has to be ensure if the synchronization mode is set to eFpsSynchronization, otherwise this won't have any effect.

void stopCapture()

Suspends image capturing and hence image update notification broadcasts


Home Previous Up Next Index