@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class SpatialImgDetections extends Buffer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SpatialImgDetections()
Construct SpatialImgDetections message.
|
SpatialImgDetections(long size)
Native array allocator.
|
SpatialImgDetections(Pointer p)
Pointer cast constructor.
|
SpatialImgDetections(RawSpatialImgDetections ptr) |
| Modifier and Type | Method and Description |
|---|---|
SpatialImgDetection |
detections()
Detection results.
|
SpatialImgDetections |
detections(SpatialImgDetection setter) |
SpatialImgDetections |
getPointer(long i) |
long |
getSequenceNum()
Retrieves image sequence number
|
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.
|
SpatialImgDetections |
position(long position) |
SpatialImgDetections |
setSequenceNum(long sequenceNum)
Retrieves image sequence number
|
SpatialImgDetections |
setTimestamp(Pointer timestamp)
Sets image timestamp related to dai::Clock::now()
|
SpatialImgDetections |
setTimestampDevice(Pointer timestamp)
Sets image timestamp related to dai::Clock::now()
|
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 SpatialImgDetections(Pointer p)
Pointer(Pointer).public SpatialImgDetections(long size)
Pointer.position(long).public SpatialImgDetections()
public SpatialImgDetections(@SharedPtr RawSpatialImgDetections ptr)
public SpatialImgDetections position(long position)
public SpatialImgDetections getPointer(long i)
getPointer in class Buffer@StdVector public SpatialImgDetection detections()
public SpatialImgDetections detections(SpatialImgDetection setter)
@ByRef public SpatialImgDetections setTimestamp(@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") Pointer timestamp)
@ByRef public SpatialImgDetections setTimestampDevice(@ByVal @Cast(value="std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>*") Pointer timestamp)
@ByRef public SpatialImgDetections setSequenceNum(@Cast(value="int64_t") long sequenceNum)
@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()
Copyright © 2023. All rights reserved.