Closed Masrur02 closed 2 months ago
Hi, as mentioned by Dennis, the Mako cameras use a different feature name set. If you are not very familiar with GenICam conventions, this will hopefully fill the gap.
SFNC is the "Standard Feature Naming Convention" for GenICam cameras. The Mako cameras are an older model line, so they use an older version of SFNC. The convenience functions in this ROS2 implementation are compatible with the newer camera line Alvium, with newer SFNC. Mako/Manta/Prosilica Feature Reference Alvium Feature Reference
Of course you can still use the older SFNC, just specify the correct feature name and exclude the convenience function. Please reference the examples on how to access features and read out the information.
All of the information and downloads available are on the Allied Vision website, organized by model family. Direct links to documentation:
Hi, Previously I got this error:
One community member in issue 1 suggested that to
However, now my question is if we disable the readout of the frame rate. How can we get the current frame rate and how can I set a desired frame rate? Moreover is there any brief documentation on how to play with the camera's parameters like width, height, frame rate, and so on?