@Namespace(value="dai") @Properties(inherit=depthai.class) public class CameraInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CameraInfo()
Default native constructor.
|
CameraInfo(long size)
Native array allocator.
|
CameraInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
depthai.CameraModel |
cameraType() |
CameraInfo |
cameraType(depthai.CameraModel setter) |
FloatPointer |
distortionCoeff() |
CameraInfo |
distortionCoeff(FloatPointer setter) |
Extrinsics |
extrinsics() |
CameraInfo |
extrinsics(Extrinsics setter) |
CameraInfo |
getPointer(long i) |
short |
height() |
CameraInfo |
height(short setter) |
FloatVectorVector |
intrinsicMatrix() |
CameraInfo |
intrinsicMatrix(FloatVectorVector setter) |
byte |
lensPosition() |
CameraInfo |
lensPosition(byte setter) |
CameraInfo |
position(long position) |
float |
specHfovDeg() |
CameraInfo |
specHfovDeg(float setter) |
short |
width() |
CameraInfo |
width(short 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 CameraInfo()
public CameraInfo(long size)
Pointer.position(long).public CameraInfo(Pointer p)
Pointer(Pointer).public CameraInfo position(long position)
public CameraInfo getPointer(long i)
getPointer in class Pointerpublic CameraInfo width(short setter)
public CameraInfo height(short setter)
public CameraInfo lensPosition(byte setter)
@ByRef public FloatVectorVector intrinsicMatrix()
public CameraInfo intrinsicMatrix(FloatVectorVector setter)
@StdVector public FloatPointer distortionCoeff()
public CameraInfo distortionCoeff(FloatPointer setter)
@ByRef public Extrinsics extrinsics()
public CameraInfo extrinsics(Extrinsics setter)
public float specHfovDeg()
public CameraInfo specHfovDeg(float setter)
public depthai.CameraModel cameraType()
public CameraInfo cameraType(depthai.CameraModel setter)
Copyright © 2021. All rights reserved.