@@ -29,6 +29,11 @@ camera.add("left_r_set_chroma_denoise", bool_t, 0, "Enable chroma denoise", Fals
29
29
camera.add(" left_r_chroma_denoise" , int_t, 0, " Chroma denoise" , 0, 0, 4)
30
30
camera.add(" left_r_set_luma_denoise" , bool_t, 0, " Enable luma denoise" , False)
31
31
camera.add(" left_r_luma_denoise" , int_t, 0, " Luma denoise" , 0, 0, 4)
32
+ camera.add(" left_r_set_auto_exp_region" , bool_t, 0, " Enable auto exposure region" , False)
33
+ camera.add(" left_r_auto_exp_region_start_x" , int_t, 0, " Auto exposure region start x" , 0, 0)
34
+ camera.add(" left_r_auto_exp_region_start_y" , int_t, 0, " Auto exposure region start y" , 0, 0)
35
+ camera.add(" left_r_auto_exp_region_width" , int_t, 0, " Auto exposure region width" , 0, 0)
36
+ camera.add(" left_r_auto_exp_region_height" , int_t, 0, " Auto exposure region height" , 0, 0)
32
37
33
38
camera.add(" right_r_keep_preview_aspect_ratio" , bool_t, 0, " Keep preview aspect ratio" , True)
34
39
camera.add(" right_r_exposure" , int_t, 0, " Sensor exposure" , 1000, 1, 33000)
@@ -46,6 +51,11 @@ camera.add("right_r_set_chroma_denoise", bool_t, 0, "Enable chroma denoise", Fal
46
51
camera.add(" right_r_chroma_denoise" , int_t, 0, " Chroma denoise" , 0, 0, 4)
47
52
camera.add(" right_r_set_luma_denoise" , bool_t, 0, " Enable luma denoise" , False)
48
53
camera.add(" right_r_luma_denoise" , int_t, 0, " Luma denoise" , 0, 0, 4)
54
+ camera.add(" right_r_set_auto_exp_region" , bool_t, 0, " Enable auto exposure region" , False)
55
+ camera.add(" right_r_auto_exp_region_start_x" , int_t, 0, " Auto exposure region start x" , 0, 0)
56
+ camera.add(" right_r_auto_exp_region_start_y" , int_t, 0, " Auto exposure region start y" , 0, 0)
57
+ camera.add(" right_r_auto_exp_region_width" , int_t, 0, " Auto exposure region width" , 0, 0)
58
+ camera.add(" right_r_auto_exp_region_height" , int_t, 0, " Auto exposure region height" , 0, 0)
49
59
50
60
camera.add(" rgb_r_keep_preview_aspect_ratio" , bool_t, 0, " Keep preview aspect ratio" , True)
51
61
camera.add(" rgb_r_exposure" , int_t, 0, " Sensor exposure" , 1000, 1, 33000)
@@ -63,5 +73,10 @@ camera.add("rgb_r_set_chroma_denoise", bool_t, 0, "Enable chroma denoise", False
63
73
camera.add(" rgb_r_chroma_denoise" , int_t, 0, " Chroma denoise" , 0, 0, 4)
64
74
camera.add(" rgb_r_set_luma_denoise" , bool_t, 0, " Enable luma denoise" , False)
65
75
camera.add(" rgb_r_luma_denoise" , int_t, 0, " Luma denoise" , 0, 0, 4)
76
+ camera.add(" rgb_r_set_auto_exp_region" , bool_t, 0, " Enable auto exposure region" , False)
77
+ camera.add(" rgb_r_auto_exp_region_start_x" , int_t, 0, " Auto exposure region start x" , 0, 0)
78
+ camera.add(" rgb_r_auto_exp_region_start_y" , int_t, 0, " Auto exposure region start y" , 0, 0)
79
+ camera.add(" rgb_r_auto_exp_region_width" , int_t, 0, " Auto exposure region width" , 0, 0)
80
+ camera.add(" rgb_r_auto_exp_region_height" , int_t, 0, " Auto exposure region height" , 0, 0)
66
81
67
82
exit(gen.generate(PACKAGE, " depthai_ros_driver" , " parameters" ))
0 commit comments