@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class SpatialLocationCalculatorData extends Buffer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SpatialLocationCalculatorData()
Construct SpatialLocationCalculatorData message.
|
SpatialLocationCalculatorData(long size)
Native array allocator.
|
SpatialLocationCalculatorData(Pointer p)
Pointer cast constructor.
|
SpatialLocationCalculatorData(RawSpatialLocations ptr) |
| Modifier and Type | Method and Description |
|---|---|
SpatialLocationCalculatorData |
getPointer(long i) |
long |
getSequenceNum()
Retrieves image sequence number
|
SpatialLocations |
getSpatialLocations()
Retrieve configuration data for SpatialLocationCalculatorData.
|
Pointer |
getTimestamp()
Retrieves image timestamp related to dai::Clock::now()
|
Pointer |
getTimestampDevice()
Retrieves image timestamp directly captured from device's monotonic clock,
not synchronized to host time.
|
SpatialLocationCalculatorData |
position(long position) |
SpatialLocationCalculatorData |
setSequenceNum(long sequenceNum)
Retrieves image sequence number
|
SpatialLocationCalculatorData |
setTimestamp(Pointer timestamp)
Sets image timestamp related to dai::Clock::now()
|
SpatialLocationCalculatorData |
setTimestampDevice(Pointer timestamp)
Sets image timestamp related to dai::Clock::now()
|
SpatialLocations |
spatialLocations() |
SpatialLocationCalculatorData |
spatialLocations(SpatialLocations 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 SpatialLocationCalculatorData(Pointer p)
Pointer(Pointer).public SpatialLocationCalculatorData(long size)
Pointer.position(long).public SpatialLocationCalculatorData()
public SpatialLocationCalculatorData(@SharedPtr RawSpatialLocations ptr)
public SpatialLocationCalculatorData position(long position)
public SpatialLocationCalculatorData getPointer(long i)
getPointer in class Buffer@StdVector public SpatialLocations getSpatialLocations()
@StdVector public SpatialLocations spatialLocations()
public SpatialLocationCalculatorData spatialLocations(SpatialLocations setter)
@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") public Pointer getTimestamp()
@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") public Pointer getTimestampDevice()
@ByRef public SpatialLocationCalculatorData setTimestamp(@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") Pointer timestamp)
@ByRef public SpatialLocationCalculatorData setTimestampDevice(@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") Pointer timestamp)
@ByRef public SpatialLocationCalculatorData setSequenceNum(@Cast(value="int64_t") long sequenceNum)
Copyright © 2023. All rights reserved.