| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
CameraControl |
CameraControl.getPointer(long i) |
CameraControl |
MonoCamera.initialControl()
Initial control options to apply to sensor
|
CameraControl |
ColorCamera.initialControl()
Initial control options to apply to sensor
|
CameraControl |
CameraControl.position(long position) |
CameraControl |
CameraControl.setAntiBandingMode(byte mode) |
CameraControl |
CameraControl.setAntiBandingMode(RawCameraControl.AntiBandingMode mode)
Set a command to specify anti-banding mode.
|
CameraControl |
CameraControl.setAutoExposureCompensation(int compensation)
Set a command to specify auto exposure compensation
|
CameraControl |
CameraControl.setAutoExposureEnable()
Set a command to enable auto exposure
|
CameraControl |
CameraControl.setAutoExposureLock(boolean lock)
Set a command to specify lock auto exposure
|
CameraControl |
CameraControl.setAutoExposureRegion(short startX,
short startY,
short width,
short height)
Set a command to specify auto exposure region in pixels.
|
CameraControl |
CameraControl.setAutoFocusLensRange(int infinityPosition,
int macroPosition)
Set autofocus lens range,
infinityPosition < macroPosition, valid values 0..255. |
CameraControl |
CameraControl.setAutoFocusMode(byte mode) |
CameraControl |
CameraControl.setAutoFocusMode(RawCameraControl.AutoFocusMode mode)
Set a command to specify autofocus mode.
|
CameraControl |
CameraControl.setAutoFocusRegion(short startX,
short startY,
short width,
short height)
Set a command to specify focus region in pixels.
|
CameraControl |
CameraControl.setAutoFocusTrigger()
Set a command to trigger autofocus
|
CameraControl |
CameraControl.setAutoWhiteBalanceLock(boolean lock)
Set a command to specify auto white balance lock
|
CameraControl |
CameraControl.setAutoWhiteBalanceMode(byte mode) |
CameraControl |
CameraControl.setAutoWhiteBalanceMode(RawCameraControl.AutoWhiteBalanceMode mode)
Set a command to specify auto white balance mode
|
CameraControl |
CameraControl.setBrightness(int value)
Set a command to adjust image brightness
|
CameraControl |
CameraControl.setCaptureStill(boolean capture)
Set a command to capture a still image
|
CameraControl |
CameraControl.setChromaDenoise(int value)
Set a command to adjust chroma denoise amount
|
CameraControl |
CameraControl.setContrast(int value)
Set a command to adjust image contrast
|
CameraControl |
CameraControl.setEffectMode(byte mode) |
CameraControl |
CameraControl.setEffectMode(RawCameraControl.EffectMode mode)
Set a command to specify effect mode
|
CameraControl |
CameraControl.setExternalTrigger(int numFramesBurst,
int numFramesDiscard)
Set a command to enable external trigger snapshot mode
A rising edge on the sensor FSIN pin will make it capture a sequence of
numFramesBurst frames. |
CameraControl |
CameraControl.setFrameSyncMode(byte mode) |
CameraControl |
CameraControl.setFrameSyncMode(RawCameraControl.FrameSyncMode mode)
Set the frame sync mode for continuous streaming operation mode,
translating to how the camera pin FSIN/FSYNC is used: input/output/disabled
|
CameraControl |
CameraControl.setLumaDenoise(int value)
Set a command to adjust luma denoise amount
|
CameraControl |
CameraControl.setManualExposure(int exposureTimeUs,
int sensitivityIso)
Set a command to manually specify exposure
|
CameraControl |
CameraControl.setManualFocus(byte lensPosition)
Set a command to specify manual focus position
|
CameraControl |
CameraControl.setManualWhiteBalance(int colorTemperatureK)
Set a command to manually specify white-balance color correction
|
CameraControl |
CameraControl.setSaturation(int value)
Set a command to adjust image saturation
|
CameraControl |
CameraControl.setSceneMode(byte mode) |
CameraControl |
CameraControl.setSceneMode(RawCameraControl.SceneMode mode)
Set a command to specify scene mode
|
CameraControl |
CameraControl.setSharpness(int value)
Set a command to adjust image sharpness
|
CameraControl |
CameraControl.setStartStreaming()
Set a command to start streaming
|
CameraControl |
CameraControl.setStopStreaming()
Set a command to stop streaming
|
CameraControl |
CameraControl.setStrobeDisable()
Disable STROBE output
|
CameraControl |
CameraControl.setStrobeExternal(int gpioNumber) |
CameraControl |
CameraControl.setStrobeExternal(int gpioNumber,
int activeLevel)
Enable STROBE output driven by a MyriadX GPIO, optionally configuring the polarity
This normally requires a FSIN/FSYNC/trigger input for MyriadX (usually GPIO 41),
to generate timings
|
CameraControl |
CameraControl.setStrobeSensor() |
CameraControl |
CameraControl.setStrobeSensor(int activeLevel)
Enable STROBE output on sensor pin, optionally configuring the polarity.
|
Copyright © 2023. All rights reserved.