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