Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support set and get camera parameters methods in CamClient #17

Open
gezp opened this issue Mar 12, 2022 · 0 comments
Open

Support set and get camera parameters methods in CamClient #17

gezp opened this issue Mar 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gezp
Copy link
Member

gezp commented Mar 12, 2022

Feature request

Feature description

现在 CamClient 支持 get_camera_info() API,建议增加获取当前相机参数,设置当前相机参数的方法,API如下:

std::map<rmoss_cam::CamParamType,int> get_camera_parameters();
bool set_camera_parameters(std::map<rmoss_cam::CamParamType,int> & params);

Implementation considerations

  • rmoss_interfaces中定义相关ROS srv文件。
  • 类似get_camera_info()实现,CamServerCamClient通过ros service通信实现。
@gezp gezp added the enhancement New feature or request label Mar 12, 2022
@gezp gezp self-assigned this Mar 12, 2022
@gezp gezp removed their assignment Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant