Platforms to show: All Mac Windows Linux Cross-Platform

CVImageBufferMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Core Video image buffers provides a convenient interface for managing different types of image data.
Example
dim p as new Picture(300, 200)
dim b as CVPixelBufferMBS = CVPixelBufferMBS.PixelBufferWithPicture(p)
MsgBox str(b.Width)+" x "+str(b.Height)

Pixel buffers and Core Video OpenGL buffers derive from the Core Video image buffer.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

Sub classes:

Some properties using for this class:

Some examples using this class:

Blog Entries

Release notes


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


CustomPDFViewMBS   -   CVPixelBufferMBS


The biggest plugin in space...