- Update camera_control.py to support 'property value' syntax
* camera_control.py gain → gets current gain value
* camera_control.py gain 33 → sets gain to 33
* Add --host, --port, and --timeout parameters
* Remove argcomplete dependency to simplify requirements
* Maintain backward compatibility with existing commands
- Update launch-ids.py to support simplified property setting at startup
* launch-ids.py exposure 16 → launches with 16ms exposure
* launch-ids.py framerate 30 → launches with 30fps framerate
* launch-ids.py gain 50 → launches with gain set to 50
* Preserve traditional flag syntax for full backward compatibility
Both scripts now provide intuitive property-based syntax while
maintaining all existing functionality and command-line options.