-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using multiple (different) uca-net cameras #24
Labels
Comments
Update on this: all instances of a given GObject class will share the same properties. This is why when you create 2 net cameras with different remote cameras, things go wrong.
|
from commit 03c3e05
|
see #25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When an uca-net camera is instantiated all the properties of the remote camera are attached to the net-camera-class.
A second instantiation triggers this again, resulting in a mixing of properties.
E.g. this:
we run "ucad file -p 1234" and "ucad mock -p 8989" and use this code (ignore everything beside the main()-function):
This will result in this output:
where the mock has a (NULL) path and the file has some mock-parameters.
The text was updated successfully, but these errors were encountered: