Conversation
|
@sarkarchandan after we agree on this addon I will convert it to local and remote versions. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #532 +/- ##
==========================================
- Coverage 88.38% 88.37% -0.01%
==========================================
Files 121 121
Lines 8318 8311 -7
==========================================
- Hits 7352 7345 -7
Misses 966 966 ☔ View full report in Codecov by Sentry. |
|
How about this as an alternative: uca-net will send the metadata anyway, so we could add something like |
|
I like it. If we then also add a |
|
I can only have one addon per node? Can't I just launch multiple addon tango servers as separate processes? |
So far yes, but it's not difficult to add more if needed. |
Hm, not sure what the best way would be here, I think we four should just meet and discuss this, that will be fastest. |
This is a very sane approach imo: uca is a standard that the camera drivers have to conform to. So defining a common timestamp format that the drivers would have to convert to makes total sense. But from what I understood the PCO cameras have integrated timestamps, which is not the case of the phantom (sends a block of timestamps over a seperate 1Gb connection). One could therefore define a camera agnostic timestamp structure, or more generally a metadata structure that could hold all sorts of info (cf. @tfarago what we talked about). |
Note that it's possible to define a dictionary-like structure in C (even easier with GLib) using a hash map. |
|
Yes, that's precisely what I had in mind as well for the metadata. |
How about we simplify it?