@Namespace(value="dai") @Properties(inherit=depthai.class) public class CameraSensorConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CameraSensorConfig()
Default native constructor.
|
CameraSensorConfig(long size)
Native array allocator.
|
CameraSensorConfig(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CameraSensorConfig |
getPointer(long i) |
int |
height() |
CameraSensorConfig |
height(int setter) |
int |
maxFps() |
CameraSensorConfig |
maxFps(int setter) |
int |
minFps() |
CameraSensorConfig |
minFps(int setter) |
CameraSensorConfig |
position(long position) |
depthai.CameraSensorType |
type() |
CameraSensorConfig |
type(depthai.CameraSensorType setter) |
int |
width() |
CameraSensorConfig |
width(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CameraSensorConfig()
public CameraSensorConfig(long size)
Pointer.position(long).public CameraSensorConfig(Pointer p)
Pointer(Pointer).public CameraSensorConfig position(long position)
public CameraSensorConfig getPointer(long i)
getPointer in class Pointerpublic CameraSensorConfig width(int setter)
public CameraSensorConfig height(int setter)
public CameraSensorConfig minFps(int setter)
public CameraSensorConfig maxFps(int setter)
public depthai.CameraSensorType type()
public CameraSensorConfig type(depthai.CameraSensorType setter)
Copyright © 2023. All rights reserved.