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

Property system #3

Closed
2 of 4 tasks
joreg opened this issue Apr 15, 2024 · 0 comments
Closed
2 of 4 tasks

Property system #3

joreg opened this issue Apr 15, 2024 · 0 comments

Comments

@joreg
Copy link
Member

joreg commented Apr 15, 2024

  • device node has input: "Properties" of type Dictionary<string,object>. whenever that dictionary changes the devices is reopened using these settings
  • a SetProperty node can be connected downstream of the device node. it has an input "Name" (string) and an input "Value" (object). it has an output "Success" to inform whether the current camera supports the given property
  • a GetProperty node returns a properties value (object) by a given name (string)
  • a GetPropertyInfos returns a Spread<PropertyInfo> of all properties supported by the current camera
@joreg joreg closed this as completed Jul 15, 2024
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

No branches or pull requests

1 participant