Click or drag to resize
VideoCaptureDeviceFormatIsImageBottomUp Property
Indicates the the image is a bottom-up DIB and its origin is the lower-left corner.

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsImageBottomUp { get; set; }

Property Value

Type: Boolean
true if the image bottom up, false if not. CamCapture will automatically flip the image to its original top-bottom position. If this is not desired then this property should be overridden and set to false.
See Also