Platforms to show: All Mac Windows Linux Cross-Platform

Back to CVImageBufferMBS class.

CVImageBufferMBS.CIImage as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The CIImage object for drawing into picture.

Each time you call this function a new CIImage object is created, so cache it if possible.
Value is a CIImageMBS. We use variant to reduce dependency to other plugins.
(Read only property)

CVImageBufferMBS.Context as CGContextMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The CGContext for this picture.

(Read only property)

CVImageBufferMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal object reference.

(Read only property)

CVImageBufferMBS.IsFlipped as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns whether the image is flipped vertically or not.

True if 0,0 in the texture is upper left, false if 0,0 is lower left.
(Read only property)

CVImageBufferMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The last error.

(Read and Write property)

CVImageBufferMBS.NSImage as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 15.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries image buffer as NSImageMBS object.

Result is NSImageMBS object or nil in case of error.
(Read only property)

CVImageBufferMBS.Picture as Picture

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The picture this image buffer references to.

(Read only property)

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...