Home
last modified time | relevance | path

Searched refs:auto_gain (Results 1 – 25 of 32) sorted by relevance

12

/dports/misc/py-SimpleSoapy/SimpleSoapy-1.5.1/
H A Dsimplesoapy.py75 … def __init__(self, soapy_args='', sample_rate=0, bandwidth=0, corr=0, gain=None, auto_gain=False, argument
117 if auto_gain:
118 self.auto_gain = auto_gain
239 def auto_gain(self): member in SoapyDevice
243 @auto_gain.setter
244 def auto_gain(self, auto_gain): member in SoapyDevice
250 self._auto_gain = auto_gain
251 self.device.setGainMode(SoapySDR.SOAPY_SDR_RX, self._channel, auto_gain)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/i2c/
H A Dov2680.c93 struct v4l2_ctrl *auto_gain; member
408 static int ov2680_gain_set(struct ov2680_dev *sensor, bool auto_gain) in ov2680_gain_set() argument
415 auto_gain ? 0 : BIT(1)); in ov2680_gain_set()
419 if (auto_gain || !ctrls->gain->is_new) in ov2680_gain_set()
500 if (ctrls->auto_gain->val) { in ov2680_mode_set()
837 return ov2680_gain_set(sensor, !!ctrls->auto_gain->val); in ov2680_s_ctrl()
958 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov2680_v4l2_register()
970 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true); in ov2680_v4l2_register()
H A Dov5640.c212 struct v4l2_ctrl *auto_gain; member
1761 bool auto_gain = sensor->ctrls.auto_gain->val == 1; in ov5640_set_mode() local
1770 if (auto_gain) { in ov5640_set_mode()
1816 if (auto_gain) in ov5640_set_mode()
1846 if (auto_gain) in ov5640_set_mode()
2548 static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain) in ov5640_set_ctrl_gain() argument
2553 if (ctrls->auto_gain->is_new) { in ov5640_set_ctrl_gain()
2554 ret = ov5640_set_autogain(sensor, auto_gain); in ov5640_set_ctrl_gain()
2559 if (!auto_gain && ctrls->gain->is_new) in ov5640_set_ctrl_gain()
2773 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov5640_init_controls()
[all …]
H A Dov9650.c218 struct v4l2_ctrl *auto_gain; member
673 static int ov965x_set_gain(struct ov965x *ov965x, int auto_gain) in ov965x_set_gain() argument
682 if (ctrls->auto_gain->is_new) { in ov965x_set_gain()
686 if (ctrls->auto_gain->val) in ov965x_set_gain()
695 if (ctrls->gain->is_new && !auto_gain) { in ov965x_set_gain()
1018 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov965x_initialize_controls()
1052 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true); in ov965x_initialize_controls()
H A Dov7740.c97 struct v4l2_ctrl *auto_gain; member
1012 ov7740->auto_gain = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
1025 v4l2_ctrl_auto_cluster(2, &ov7740->auto_gain, 0, true); in ov7740_init_controls()
H A Dov7670.c227 struct v4l2_ctrl *auto_gain; member
1959 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
1980 v4l2_ctrl_auto_cluster(2, &info->auto_gain, 0, true); in ov7670_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/i2c/
H A Dov2680.c93 struct v4l2_ctrl *auto_gain; member
408 static int ov2680_gain_set(struct ov2680_dev *sensor, bool auto_gain) in ov2680_gain_set() argument
415 auto_gain ? 0 : BIT(1)); in ov2680_gain_set()
419 if (auto_gain || !ctrls->gain->is_new) in ov2680_gain_set()
500 if (ctrls->auto_gain->val) { in ov2680_mode_set()
837 return ov2680_gain_set(sensor, !!ctrls->auto_gain->val); in ov2680_s_ctrl()
958 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov2680_v4l2_register()
970 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true); in ov2680_v4l2_register()
H A Dov5640.c212 struct v4l2_ctrl *auto_gain; member
1761 bool auto_gain = sensor->ctrls.auto_gain->val == 1; in ov5640_set_mode() local
1770 if (auto_gain) { in ov5640_set_mode()
1816 if (auto_gain) in ov5640_set_mode()
1846 if (auto_gain) in ov5640_set_mode()
2548 static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain) in ov5640_set_ctrl_gain() argument
2553 if (ctrls->auto_gain->is_new) { in ov5640_set_ctrl_gain()
2554 ret = ov5640_set_autogain(sensor, auto_gain); in ov5640_set_ctrl_gain()
2559 if (!auto_gain && ctrls->gain->is_new) in ov5640_set_ctrl_gain()
2773 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov5640_init_controls()
[all …]
H A Dov9650.c218 struct v4l2_ctrl *auto_gain; member
673 static int ov965x_set_gain(struct ov965x *ov965x, int auto_gain) in ov965x_set_gain() argument
682 if (ctrls->auto_gain->is_new) { in ov965x_set_gain()
686 if (ctrls->auto_gain->val) in ov965x_set_gain()
695 if (ctrls->gain->is_new && !auto_gain) { in ov965x_set_gain()
1018 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov965x_initialize_controls()
1052 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true); in ov965x_initialize_controls()
H A Dov7740.c97 struct v4l2_ctrl *auto_gain; member
1012 ov7740->auto_gain = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
1025 v4l2_ctrl_auto_cluster(2, &ov7740->auto_gain, 0, true); in ov7740_init_controls()
H A Dov7670.c227 struct v4l2_ctrl *auto_gain; member
1959 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
1980 v4l2_ctrl_auto_cluster(2, &info->auto_gain, 0, true); in ov7670_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/i2c/
H A Dov2680.c93 struct v4l2_ctrl *auto_gain; member
408 static int ov2680_gain_set(struct ov2680_dev *sensor, bool auto_gain) in ov2680_gain_set() argument
415 auto_gain ? 0 : BIT(1)); in ov2680_gain_set()
419 if (auto_gain || !ctrls->gain->is_new) in ov2680_gain_set()
500 if (ctrls->auto_gain->val) { in ov2680_mode_set()
837 return ov2680_gain_set(sensor, !!ctrls->auto_gain->val); in ov2680_s_ctrl()
958 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov2680_v4l2_register()
970 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true); in ov2680_v4l2_register()
H A Dov5640.c212 struct v4l2_ctrl *auto_gain; member
1761 bool auto_gain = sensor->ctrls.auto_gain->val == 1; in ov5640_set_mode() local
1770 if (auto_gain) { in ov5640_set_mode()
1816 if (auto_gain) in ov5640_set_mode()
1846 if (auto_gain) in ov5640_set_mode()
2548 static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain) in ov5640_set_ctrl_gain() argument
2553 if (ctrls->auto_gain->is_new) { in ov5640_set_ctrl_gain()
2554 ret = ov5640_set_autogain(sensor, auto_gain); in ov5640_set_ctrl_gain()
2559 if (!auto_gain && ctrls->gain->is_new) in ov5640_set_ctrl_gain()
2773 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov5640_init_controls()
[all …]
H A Dov9650.c218 struct v4l2_ctrl *auto_gain; member
673 static int ov965x_set_gain(struct ov965x *ov965x, int auto_gain) in ov965x_set_gain() argument
682 if (ctrls->auto_gain->is_new) { in ov965x_set_gain()
686 if (ctrls->auto_gain->val) in ov965x_set_gain()
695 if (ctrls->gain->is_new && !auto_gain) { in ov965x_set_gain()
1018 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov965x_initialize_controls()
1052 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true); in ov965x_initialize_controls()
H A Dov7740.c97 struct v4l2_ctrl *auto_gain; member
1012 ov7740->auto_gain = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
1025 v4l2_ctrl_auto_cluster(2, &ov7740->auto_gain, 0, true); in ov7740_init_controls()
H A Dov7670.c227 struct v4l2_ctrl *auto_gain; member
1959 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
1980 v4l2_ctrl_auto_cluster(2, &info->auto_gain, 0, true); in ov7670_probe()
/dports/misc/visp/visp-3.4.0/modules/sensor/include/visp3/sensor/
H A DvpUeyeGrabber.h109 bool setGain(bool auto_gain, int master_gain = -1, bool gain_boost = false);
/dports/misc/py-soapy_power/soapy_power-1.6.1/soapypower/
H A Dpower.py32 auto_gain=False, channel=0, antenna='', settings=None, argument
37 gain=gain, auto_gain=auto_gain, channel=channel, antenna=antenna, settings=settings,
H A D__main__.py319 gain=args.specific_gains if args.specific_gains else args.gain, auto_gain=args.agc,
/dports/misc/visp/visp-3.4.0/modules/sensor/src/framegrabber/ueye/
H A DvpUeyeGrabber.cpp894 int setGain(bool auto_gain, int master_gain, bool gain_boost) in waitEvent() argument
907 if (auto_gain) { in waitEvent()
951 if (auto_gain) { in waitEvent()
1428 bool vpUeyeGrabber::setGain(bool auto_gain, int master_gain, bool gain_boost) in setGain() argument
1430 return (m_impl->setGain(auto_gain, master_gain, gain_boost) ? false : true); in setGain()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/
H A Densenso_grabber.h151 const bool auto_gain = true,
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/viewer/
H A Darvviewer.c797 gboolean auto_gain, auto_exposure; local
843 auto_gain = arv_camera_get_gain_auto (viewer->camera) != ARV_AUTO_OFF;
883 auto_gain = arv_camera_get_gain_auto (viewer->camera) != ARV_AUTO_OFF;
886 update_gain_ui (viewer, auto_gain);
892 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (viewer->auto_gain_toggle), auto_gain);
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/viewer/
H A Darvviewer.c797 gboolean auto_gain, auto_exposure; local
843 auto_gain = arv_camera_get_gain_auto (viewer->camera) != ARV_AUTO_OFF;
883 auto_gain = arv_camera_get_gain_auto (viewer->camera) != ARV_AUTO_OFF;
886 update_gain_ui (viewer, auto_gain);
892 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (viewer->auto_gain_toggle), auto_gain);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Densenso_grabber.cpp256 const bool auto_gain, in configureCapture() argument
277 captureParams[itmAutoGain].set (auto_gain); in configureCapture()
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dmunki_imp.h92 int auto_gain; /* Whether high gain mode should be used */ member

12