-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
Add a genicam feature control property to aravis gstreamer plugin #319
Comments
A very good idea. Just need to check for the few features that require being in the correct mode for their values to be manually set. |
Hi @EmmanuelP .
and by adding aravis source address:
|
@barzan-hayati it is not implemented yet... |
Implemented in a755517 |
Hi @EmmanuelP, Did you document all genicam features, or are you using the same feature key/val naming as genicam? |
Hi,
I fail to understand what you mean. Could you rephrase your question ? |
Let me try :) You use the feature key/val naming convention like --DeviceLinkThroughputLimit=185000000 ShutterMode=Rolling-- Are these equal or corresponding to the Genicam convention, or did you create your own convention for all genicam features available for the aravissrc plugin? Specifically, I'm trying to set features through the plugin but fail to find a full overview of available aravissrc plugin features |
You can set any feature available on your camera, using the same syntax as the |
Thank you :) |
Sometimes, using the gstreamer plugin, it is necessary to set some device feature in order to make it work properly.
A possible implementation would be to add a
features
property, that takes a list of feature/value pairs, similar to the parameters of thecontrol
command of arv-tool.Then we could write:
The text was updated successfully, but these errors were encountered: