Wait until a frame apears from the camera to get image
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public abstract CoreImage GetBlockingSequenceFrame( double MaxWaitTime ) |
Visual Basic (Declaration) |
---|
Public MustOverride Function GetBlockingSequenceFrame ( _ MaxWaitTime As Double _ ) As CoreImage |
Visual C++ |
---|
public: virtual CoreImage^ GetBlockingSequenceFrame( double MaxWaitTime ) abstract |
Parameters
- MaxWaitTime
- Type: System..::.Double
[Missing <param name="MaxWaitTime"/> documentation for "M:CoreDevices.Devices.Camera.GetBlockingSequenceFrame(System.Double)"]
Return Value
[Missing <returns> documentation for "M:CoreDevices.Devices.Camera.GetBlockingSequenceFrame(System.Double)"]