@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class RawImgFrame extends RawBuffer
| Modifier and Type | Class and Description |
|---|---|
static class |
RawImgFrame.CameraSettings |
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 |
|---|---|
RawImgFrame.CameraSettings |
cam() |
RawImgFrame |
cam(RawImgFrame.CameraSettings setter) |
int |
category() |
RawImgFrame |
category(int setter) |
depthai.FrameEvent |
event() |
RawImgFrame |
event(depthai.FrameEvent setter) |
RawImgFrame.Specs |
fb() |
RawImgFrame |
fb(RawImgFrame.Specs setter) |
RawImgFrame |
getPointer(long i) |
int |
instanceNum() |
RawImgFrame |
instanceNum(int setter) |
RawImgFrame |
position(long position) |
long |
sequenceNum() |
RawImgFrame |
sequenceNum(long 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) |
static int |
typeToBpp(int type) |
static int |
typeToBpp(RawImgFrame.Type type) |
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 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 RawBufferpublic static int typeToBpp(RawImgFrame.Type type)
@ByRef public RawImgFrame.Specs fb()
public RawImgFrame fb(RawImgFrame.Specs setter)
@ByRef public RawImgFrame.CameraSettings cam()
public RawImgFrame cam(RawImgFrame.CameraSettings setter)
public RawImgFrame category(int setter)
public RawImgFrame instanceNum(int setter)
public RawImgFrame sequenceNum(long setter)
public RawImgFrame ts(Timestamp setter)
public RawImgFrame tsDevice(Timestamp setter)
public depthai.FrameEvent event()
public RawImgFrame event(depthai.FrameEvent 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 © 2023. All rights reserved.