adding an option to specify camera type being azure and change the parameters respectively.
What was done?
adding a cli option and changing the generate-config cli to change
params['bg_roi_depth_range'] from [650, 750] to [550, 650]
params['spatial_filter_size'] from [3] to [5]
params['tail_filter_size'] from [9, 9] to [15, 15]
How Has This Been Tested?
locally
Breaking Changes
now generate-config receive azure as an input.
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have added or updated relevant unit/integration/functional/e2e tests
[ ] I have made corresponding changes to the documentation
Issue being fixed or feature implemented
adding an option to specify camera type being azure and change the parameters respectively.
What was done?
adding a cli option and changing the generate-config cli to change
How Has This Been Tested?
locally
Breaking Changes
now generate-config receive azure as an input.
Checklist: