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

feature request: C API for simple attribute access #2

Open
motmot opened this issue May 22, 2009 · 0 comments
Open

feature request: C API for simple attribute access #2

motmot opened this issue May 22, 2009 · 0 comments

Comments

@motmot
Copy link
Collaborator

motmot commented May 22, 2009

it would be quite nice in the C API to have a couple of quick functions like

CamContext_set_parameter_value(cc, "shutter", 5000, CAMIFACE_AUTO);
CamContext_get_parameter_value(cc, "shutter");
CamContext_get_parameter_is_auto(cc, "shutter");

rather than having to record the parameter numbers. Would make for cleaner C code, with I guess fairly minimal call overhead.

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

No branches or pull requests

0 participants