@@ -21,6 +21,14 @@ camera.add("left_r_set_man_exposure", bool_t, 0, "Enable manual exposure", False
2121camera.add(" left_r_set_man_focus" , bool_t, 0, " Enable manual focus" , False)
2222camera.add(" left_r_set_man_whitebalance" , bool_t, 0, " Enable manual whitebalance" , False)
2323camera.add(" left_r_whitebalance" , int_t, 0, " Whitebalance" , 3300, 1000, 12000)
24+ camera.add(" left_r_set_auto_exposure_limit" , bool_t, 0, " Enable auto exposure limit" , False)
25+ camera.add(" left_r_auto_exposure_limit" , int_t, 0, " Auto exposure limit" , 1000, 1, 33000)
26+ camera.add(" left_r_set_sharpness" , bool_t, 0, " Enable sharpness" , False)
27+ camera.add(" left_r_sharpness" , int_t, 0, " Sharpness" , 0, 0, 4)
28+ camera.add(" left_r_set_chroma_denoise" , bool_t, 0, " Enable chroma denoise" , False)
29+ camera.add(" left_r_chroma_denoise" , int_t, 0, " Chroma denoise" , 0, 0, 4)
30+ camera.add(" left_r_set_luma_denoise" , bool_t, 0, " Enable luma denoise" , False)
31+ camera.add(" left_r_luma_denoise" , int_t, 0, " Luma denoise" , 0, 0, 4)
2432
2533camera.add(" right_r_keep_preview_aspect_ratio" , bool_t, 0, " Keep preview aspect ratio" , True)
2634camera.add(" right_r_exposure" , int_t, 0, " Sensor exposure" , 1000, 1, 33000)
@@ -30,6 +38,14 @@ camera.add("right_r_set_man_exposure", bool_t, 0, "Enable manual exposure", Fals
3038camera.add(" right_r_set_man_focus" , bool_t, 0, " Enable manual focus" , False)
3139camera.add(" right_r_set_man_whitebalance" , bool_t, 0, " Enable manual whitebalance" , False)
3240camera.add(" right_r_whitebalance" , int_t, 0, " Whitebalance" , 3300, 1000, 12000)
41+ camera.add(" right_r_set_auto_exposure_limit" , bool_t, 0, " Enable auto exposure limit" , False)
42+ camera.add(" right_r_auto_exposure_limit" , int_t, 0, " Auto exposure limit" , 1000, 1, 33000)
43+ camera.add(" right_r_set_sharpness" , bool_t, 0, " Enable sharpness" , False)
44+ camera.add(" right_r_sharpness" , int_t, 0, " Sharpness" , 0, 0, 4)
45+ camera.add(" right_r_set_chroma_denoise" , bool_t, 0, " Enable chroma denoise" , False)
46+ camera.add(" right_r_chroma_denoise" , int_t, 0, " Chroma denoise" , 0, 0, 4)
47+ camera.add(" right_r_set_luma_denoise" , bool_t, 0, " Enable luma denoise" , False)
48+ camera.add(" right_r_luma_denoise" , int_t, 0, " Luma denoise" , 0, 0, 4)
3349
3450camera.add(" rgb_r_keep_preview_aspect_ratio" , bool_t, 0, " Keep preview aspect ratio" , True)
3551camera.add(" rgb_r_exposure" , int_t, 0, " Sensor exposure" , 1000, 1, 33000)
@@ -39,5 +55,13 @@ camera.add("rgb_r_set_man_exposure", bool_t, 0, "Enable manual exposure", False)
3955camera.add(" rgb_r_set_man_focus" , bool_t, 0, " Enable manual focus" , False)
4056camera.add(" rgb_r_set_man_whitebalance" , bool_t, 0, " Enable manual whitebalance" , False)
4157camera.add(" rgb_r_whitebalance" , int_t, 0, " Whitebalance" , 3300, 1000, 12000)
58+ camera.add(" rgb_r_set_auto_exposure_limit" , bool_t, 0, " Enable auto exposure limit" , False)
59+ camera.add(" rgb_r_auto_exposure_limit" , int_t, 0, " Auto exposure limit" , 1000, 1, 33000)
60+ camera.add(" rgb_r_set_sharpness" , bool_t, 0, " Enable sharpness" , False)
61+ camera.add(" rgb_r_sharpness" , int_t, 0, " Sharpness" , 0, 0, 4)
62+ camera.add(" rgb_r_set_chroma_denoise" , bool_t, 0, " Enable chroma denoise" , False)
63+ camera.add(" rgb_r_chroma_denoise" , int_t, 0, " Chroma denoise" , 0, 0, 4)
64+ camera.add(" rgb_r_set_luma_denoise" , bool_t, 0, " Enable luma denoise" , False)
65+ camera.add(" rgb_r_luma_denoise" , int_t, 0, " Luma denoise" , 0, 0, 4)
4266
43- exit(gen.generate(PACKAGE, " depthai_ros_driver" , " parameters" ))
67+ exit(gen.generate(PACKAGE, " depthai_ros_driver" , " parameters" ))
0 commit comments