日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Intel Realsense D435 pyrealsense2 get_option_description() rs.option中获取参数描述

發(fā)布時間:2025/3/20 编程问答 38 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Intel Realsense D435 pyrealsense2 get_option_description() rs.option中获取参数描述 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

通過get_option_description()函數(shù)能夠打印rs.option中的參數(shù)描述,如:

sensor = pipeline.get_active_profile().get_device().query_sensors()[1] get_option_description = sensor.get_option_description(rs.option.exposure) print(get_option_description) # Controls exposure time of color camera. Setting any value will disable auto exposure

下面打印常用參數(shù)描述:
注意,不對應(yīng)的sensor有的參數(shù)沒法打印的,會報RuntimeError: object doesn’t support option #14的錯誤,下面只打印對應(yīng)sensor能夠打印的參數(shù)的描述【pyrealsense2 sensor.get_supported_options()(獲取受支持參數(shù))】

所有參數(shù)

參見:Intel Realsense pyrealsense rs.decimation_filter().set_option()函數(shù) (將新值寫入設(shè)備選項(xiàng))

精度= option.accuracy apd temperature = option.apd_temperature 最高溫度= option.asic_temperature 自動曝光收斂步驟= option.auto_exposure_converge_step 自動曝光模式= option.auto_exposure_mode 自動曝光優(yōu)先級= option.auto_exposure_priority 背光補(bǔ)償= option.backlight_compensation 亮度= option.brightness 配色方案= option.color_scheme 置信度閾值= option.confidence_threshold 對比= option.contrast 深度偏移= option.depth_offset 深度單位= option.depth_units 發(fā)射器已啟用= option.emitter_enabled 發(fā)射器打開關(guān)閉= option.emitter_on_off 啟用自動曝光= option.enable_auto_exposure 啟用自動白平衡= option.enable_auto_white_balance 啟用動態(tài)校準(zhǔn)= option.enable_dynamic_calibration 啟用映射= option.enable_mapping 啟用運(yùn)動校正= option.enable_motion_correction 啟用姿勢跳躍= option.enable_pose_jumping 啟用重新本地化= option.enable_relocalization 錯誤輪詢已啟用= option.error_polling_enabled 曝光= option.exposure 過濾器幅度= option.filter_magnitude 過濾器選項(xiàng)= option.filter_option 過濾平滑alpha = option.filter_smooth_alpha 過濾器平滑增量= option.filter_smooth_delta 幀隊(duì)列大小= option.frames_queue_size 增益= option.gain 伽瑪= option.gamma 已啟用全局時間= option.global_time_enabled 硬件預(yù)設(shè)= option.hardware_preset 直方圖均衡啟用=選項(xiàng).histogram_equalization_enabled 孔填充= option.holes_fill 色相= option.hue 凸輪間同步模式= option.inter_cam_sync_mode 激光功率= option.laser_power lld temperature = option.lld_temperature 最大距離= option.max_distance 最高溫度= option.ma_temperature mc temperature = option.mc_temperature 最小距離= option.min_distance 運(yùn)動模塊溫度= option.motion_module_temperature 運(yùn)動范圍= option.motion_range 輸出觸發(fā)器已啟用= option.output_trigger_enabled 電源線頻率= option.power_line_frequency 投影機(jī)溫度= option.projector_temperature 飽和度= option.saturation 銳度=option.sharpness 立體聲基線= option.stereo_baseline 流過濾器= option.stream_filter 流格式過濾器= option.stream_format_filter 流索引過濾器= option.stream_index_filter 紋理源= option.texture_source 總丟幀= option.total_frame_drops 視覺預(yù)設(shè)= option.visual_preset 白平衡= option.white_balance 零階點(diǎn)x = option.zero_order_point_x 零階點(diǎn)y = option.zero_order_point_y

color sensor支持參數(shù)

option.backlight_compensation, Enable / disable backlight compensation option.brightness, UVC image brightness option.contrast, UVC image contrast option.exposure, Controls exposure time of color camera. Setting any value will disable auto exposure option.gain, UVC image gain option.gamma, UVC image gamma setting option.hue, UVC image hue option.saturation, UVC image saturation setting option.sharpness, UVC image sharpness setting option.white_balance, Controls white balance of color image. Setting any value will disable auto white balance option.enable_auto_exposure, Enable / disable auto-exposure option.enable_auto_white_balance, Enable / disable auto-white-balance option.frames_queue_size, Max number of frames you can hold at a given time. Increasing this number will reduce frame drops but increase latency, and vice versa option.power_line_frequency, Power Line Frequency option.auto_exposure_priority, Limit exposure time when auto-exposure is ON to preserve constant fps rate option.global_time_enabled, Enable/Disable global timestamp. backlight compensation, 背光補(bǔ)償,啟用/禁用背光補(bǔ)償 brightness, 亮度, contrast, 對比, exposure, 曝光,控制彩色相機(jī)的曝光時間。 設(shè)置任何值將禁用自動曝光 gain, 增益, gamma, 伽瑪, hue, 色調(diào), saturation, 飽和, sharpness, 清晰度, white balance, 白平衡,控制彩色圖像的白平衡。 設(shè)置任何值將禁用自動白平衡 enable auto exposure, 啟用自動曝光,啟用/禁用自動曝光 enable auto white balance, 啟用自動白平衡,啟用/禁用自動白平衡 frames queue size, 幀隊(duì)列大小,在給定時間可以容納的最大幀數(shù)。 增加此數(shù)目將減少幀丟失,但會增加延遲,反之亦然 power line frequency, 電力線頻率, auto exposure priority, 自動曝光優(yōu)先,開啟自動曝光時限制曝光時間以保持恒定的fps速率 global time enabled 全局時間啟用,啟用/禁用全局時間戳。

總結(jié)

以上是生活随笔為你收集整理的Intel Realsense D435 pyrealsense2 get_option_description() rs.option中获取参数描述的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。