@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class GlobalProperties extends GlobalPropertiesSerializable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
SIPP_BUFFER_DEFAULT_SIZE |
static int |
SIPP_DMA_BUFFER_DEFAULT_SIZE |
| Constructor and Description |
|---|
GlobalProperties()
Default native constructor.
|
GlobalProperties(long size)
Native array allocator.
|
GlobalProperties(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EepromDataOptional |
calibData()
Calibration data sent through pipeline
|
GlobalProperties |
calibData(EepromDataOptional setter) |
IntOptional |
cameraTuningBlobSize()
Camera tuning blob size in bytes
|
GlobalProperties |
cameraTuningBlobSize(IntOptional setter) |
BytePointer |
cameraTuningBlobUri()
Uri which points to camera tuning blob
|
GlobalProperties |
cameraTuningBlobUri(BytePointer setter) |
GlobalProperties |
getPointer(long i) |
double |
leonCssFrequencyHz()
Set frequency of Leon OS - Increasing can improve performance, at the cost of higher power
draw
|
GlobalProperties |
leonCssFrequencyHz(double setter) |
double |
leonMssFrequencyHz()
Set frequency of Leon RT - Increasing can improve performance, at the cost of higher power
draw
|
GlobalProperties |
leonMssFrequencyHz(double setter) |
StringOptional |
pipelineName() |
GlobalProperties |
pipelineName(StringOptional setter) |
StringOptional |
pipelineVersion() |
GlobalProperties |
pipelineVersion(StringOptional setter) |
GlobalProperties |
position(long position) |
static int |
SIPP_BUFFER_DEFAULT_SIZE() |
static int |
SIPP_DMA_BUFFER_DEFAULT_SIZE() |
int |
sippBufferSize()
SIPP (Signal Image Processing Pipeline) internal memory pool.
|
GlobalProperties |
sippBufferSize(int setter) |
int |
sippDmaBufferSize()
SIPP (Signal Image Processing Pipeline) internal DMA memory pool.
|
GlobalProperties |
sippDmaBufferSize(int setter) |
int |
xlinkChunkSize()
Chunk size for splitting device-sent XLink packets, in bytes.
|
GlobalProperties |
xlinkChunkSize(int setter) |
clone, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeaddress, 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 static final int SIPP_BUFFER_DEFAULT_SIZE
public static final int SIPP_DMA_BUFFER_DEFAULT_SIZE
public GlobalProperties()
public GlobalProperties(long size)
Pointer.position(long).public GlobalProperties(Pointer p)
Pointer(Pointer).public GlobalProperties position(long position)
position in class GlobalPropertiesSerializablepublic GlobalProperties getPointer(long i)
getPointer in class GlobalPropertiesSerializable@MemberGetter @Cast(value="const uint32_t") public static int SIPP_BUFFER_DEFAULT_SIZE()
@MemberGetter @Cast(value="const uint32_t") public static int SIPP_DMA_BUFFER_DEFAULT_SIZE()
public double leonCssFrequencyHz()
public GlobalProperties leonCssFrequencyHz(double setter)
public double leonMssFrequencyHz()
public GlobalProperties leonMssFrequencyHz(double setter)
@ByRef public StringOptional pipelineName()
public GlobalProperties pipelineName(StringOptional setter)
@ByRef public StringOptional pipelineVersion()
public GlobalProperties pipelineVersion(StringOptional setter)
@ByRef public EepromDataOptional calibData()
public GlobalProperties calibData(EepromDataOptional setter)
@ByRef @Cast(value="tl::optional<std::uint32_t>*") public IntOptional cameraTuningBlobSize()
public GlobalProperties cameraTuningBlobSize(IntOptional setter)
@StdString public BytePointer cameraTuningBlobUri()
public GlobalProperties cameraTuningBlobUri(BytePointer setter)
public int xlinkChunkSize()
public GlobalProperties xlinkChunkSize(int setter)
@Cast(value="uint32_t") public int sippBufferSize()
public GlobalProperties sippBufferSize(int setter)
@Cast(value="uint32_t") public int sippDmaBufferSize()
public GlobalProperties sippDmaBufferSize(int setter)
Copyright © 2023. All rights reserved.