Platforms to show: All Mac Windows Linux Cross-Platform

CVPixelBufferMBS class

Super class: CVImageBufferMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
A Core Video pixel buffer is an image buffer that holds pixels in main memory.
Example
dim p as new Picture(300, 200)
dim b as CVPixelBufferMBS = CVPixelBufferMBS.PixelBufferWithPicture(p)
MsgBox str(b.Width)+" x "+str(b.Height)

Applications generating frames, compressing or decompressing video, or using Core Image can all make use of Core Video pixel buffers.
Subclass of the CVImageBufferMBS class.

Super class CVImageBufferMBS

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


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


CVImageBufferMBS   -   CWChannelMBS


The biggest plugin in space...