@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class RawImgFrame extends RawBuffer
| Modifier and Type | Class and Description |
|---|---|
static class |
RawImgFrame.Specs |
static class |
RawImgFrame.Type |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RawImgFrame()
Default native constructor.
|
RawImgFrame(long size)
Native array allocator.
|
RawImgFrame(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
category() |
RawImgFrame |
category(int setter) |
RawImgFrame.Specs |
fb() |
RawImgFrame |
fb(RawImgFrame.Specs setter) |
RawImgFrame |
getPointer(long i) |
int |
instanceNum() |
RawImgFrame |
instanceNum(int setter) |
RawImgFrame |
position(long position) |
int |
sequenceNum() |
RawImgFrame |
sequenceNum(int setter) |
void |
serialize(byte[] metadata,
int[] datatype) |
void |
serialize(ByteBuffer metadata,
IntBuffer datatype) |
void |
serialize(BytePointer metadata,
IntPointer datatype) |
Timestamp |
ts() |
RawImgFrame |
ts(Timestamp setter) |
Timestamp |
tsDevice() |
RawImgFrame |
tsDevice(Timestamp setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic RawImgFrame()
public RawImgFrame(long size)
Pointer.position(long).public RawImgFrame(Pointer p)
Pointer(Pointer).public RawImgFrame position(long position)
public RawImgFrame getPointer(long i)
getPointer in class RawBuffer@ByRef public RawImgFrame.Specs fb()
public RawImgFrame fb(RawImgFrame.Specs setter)
public RawImgFrame category(int setter)
public RawImgFrame instanceNum(int setter)
public int sequenceNum()
public RawImgFrame sequenceNum(int setter)
public RawImgFrame ts(Timestamp setter)
public RawImgFrame tsDevice(Timestamp setter)
public void serialize(@Cast(value="std::uint8_t*") @StdVector BytePointer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntPointer datatype)
public void serialize(@Cast(value="std::uint8_t*") @StdVector ByteBuffer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntBuffer datatype)
Copyright © 2021. All rights reserved.