@Namespace(value="dai") @Properties(inherit=depthai.class) public class ImageManipProperties extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ImageManipProperties()
Default native constructor.
|
ImageManipProperties(long size)
Native array allocator.
|
ImageManipProperties(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ImageManipProperties |
getPointer(long i) |
RawImageManipConfig |
initialConfig()
Initial configuration for ImageManip node
|
ImageManipProperties |
initialConfig(RawImageManipConfig setter) |
boolean |
inputConfigSync()
Whether to wait for config at 'inputConfig' IO
|
ImageManipProperties |
inputConfigSync(boolean setter) |
int |
numFramesPool()
Num frames in output pool
|
ImageManipProperties |
numFramesPool(int setter) |
int |
outputFrameSize()
Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes)
|
ImageManipProperties |
outputFrameSize(int setter) |
ImageManipProperties |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ImageManipProperties()
public ImageManipProperties(long size)
Pointer.position(long).public ImageManipProperties(Pointer p)
Pointer(Pointer).public ImageManipProperties position(long position)
public ImageManipProperties getPointer(long i)
getPointer in class Pointer@ByRef public RawImageManipConfig initialConfig()
public ImageManipProperties initialConfig(RawImageManipConfig setter)
@Cast(value="bool") public boolean inputConfigSync()
public ImageManipProperties inputConfigSync(boolean setter)
public int outputFrameSize()
public ImageManipProperties outputFrameSize(int setter)
public int numFramesPool()
public ImageManipProperties numFramesPool(int setter)
Copyright © 2021. All rights reserved.