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

DeviceTemperatureSelector parameter not value #119

Open
sebasferruiz opened this issue Mar 2, 2023 · 1 comment · May be fixed by #123
Open

DeviceTemperatureSelector parameter not value #119

sebasferruiz opened this issue Mar 2, 2023 · 1 comment · May be fixed by #123

Comments

@sebasferruiz
Copy link

Hello,

When trying to launch the camera in ros2 we get the error
DeviceTemperatureSelector: Value unavailable
ERROR Invalid value
We have tried changing this parameter in the params.yaml file and nothing works. We have tried Main and Sensor (since these were the possible values according to the manual) We are using the 1800 U-507c camera.

Would appreciate your help

@icolwell-as
Copy link
Member

According to the Vimba library (from AVT), there are a few possible reasons the ROS driver would print that warning. See here:
https://github.com/astuff/avt_vimba_camera/blob/ros2_master/avt_vimba_camera/include/VimbaCPP/Include/Feature.h#L293-L335

The model you mention (1800 U-507c) is an alvium camera, which has different features than the Mako camera I've tested this driver with.
According to the Alvium features reference, you have the following possible values:

  • Mainboard
  • FpgaCore
  • PhyCore

Feel free to open a PR to add more default values to the existing usb_1800_U.yaml (which you should be using instead of params.yaml).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants