Ian Colwell
Ian Colwell
Hi @sskulka, I've never used the `PtpAcquisitionGateTime` before so I don't have any experience to offer unfortunately. The only things I can think of would be to ensure the cameras...
Hi @sskulka, if you added a new field to the `AvtVimbaCamera.cfg` file and re-compiled, it will auto-generate the `AvtVimbaCameraConfig.h` file for you. Once you have the re-compiled `AvtVimbaCameraConfig.h`, then you...
Interesting, I'm not sure why the `PtpAcquisitionGateTime` feature would return `InvalidAccess` when trying (and succeeding) to configure it. Perhaps that one feature needs to be treated differently for some reason....
It seems like a bug to me, since you clearly have the correct access mode if it was able to apply the feature. Doesn't seem like it should throw that...
Hi @JanezCim, we've noticed that some USB cameras have different feature names than GigE (see [here](https://github.com/astuff/avt_vimba_camera/issues/86) for details). I suggest using the ROS2 version of the driver if you are...
Hi @CrisFLZs , this repo contains a `ros2_master` branch that might work for you. If it doesn't compile, it could be because of breaking API changes between the ROS2 versions...
Hi @jmtatsch, we generally ignore the short-term ROS releases (Iron fits this category) and only focus on the ones with LTS. That being said, the [ROS2 xml format description](https://design.ros2.org/articles/roslaunch_xml.html) doesn't...
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...
I'm not quite following, you said you did `apt-get install ros-noetic blah blah blah`, I will assume you mean `apt-get install ros-noetic-avt-vimba-camera`. If you installed this driver from apt via...
Hi @shervinkoushan, I assume this pulse is sent to the camera via hardware means? (voltage pulse to some input). If so, you may have more luck reviewing the user manuals...