@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class MonoCameraProperties extends MonoCameraPropertiesSerializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MonoCameraProperties.SensorResolution
Select the camera sensor resolution: 1280??720, 1280??800, 640??400, 640??480, 1920??1200
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO |
| Constructor and Description |
|---|
MonoCameraProperties()
Default native constructor.
|
MonoCameraProperties(long size)
Native array allocator.
|
MonoCameraProperties(Pointer p)
Pointer cast constructor.
|
clone, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeaddress, 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 MonoCameraProperties()
public MonoCameraProperties(long size)
Pointer.position(long).public MonoCameraProperties(Pointer p)
Pointer(Pointer).public MonoCameraProperties position(long position)
position in class MonoCameraPropertiesSerializablepublic MonoCameraProperties getPointer(long i)
getPointer in class MonoCameraPropertiesSerializable@MemberGetter public static int AUTO()
@ByRef public RawCameraControl initialControl()
public MonoCameraProperties initialControl(RawCameraControl setter)
public depthai.CameraBoardSocket boardSocket()
public MonoCameraProperties boardSocket(depthai.CameraBoardSocket setter)
@StdString public BytePointer cameraName()
public MonoCameraProperties cameraName(BytePointer setter)
public depthai.CameraImageOrientation imageOrientation()
public MonoCameraProperties imageOrientation(depthai.CameraImageOrientation setter)
public MonoCameraProperties.SensorResolution resolution()
public MonoCameraProperties resolution(MonoCameraProperties.SensorResolution setter)
public float fps()
public MonoCameraProperties fps(float setter)
public int isp3aFps()
public MonoCameraProperties isp3aFps(int setter)
public int numFramesPool()
public MonoCameraProperties numFramesPool(int setter)
public int numFramesPoolRaw()
raw outputpublic MonoCameraProperties numFramesPoolRaw(int setter)
@StdVector @Cast(value="dai::FrameEvent*") public IntPointer eventFilter()
public MonoCameraProperties eventFilter(IntPointer setter)
Copyright © 2023. All rights reserved.