SMPTE / ris-osvp-metadata-camdkit

Implements the SMPTE RIS OSVP camera metadata model
BSD 3-Clause "New" or "Revised" License
39 stars 6 forks source link

Consistency juren trackerkit #108

Closed JGoldstone closed 1 month ago

JGoldstone commented 1 month ago

Make protocol a two-element object with 'name' and 'version' attributes, with the name of the protocol being limited, for the moment, to 'OpenTrackIO'.

github-actions[bot] commented 1 month ago

OpenTrackIO documentation

jamesmosys commented 1 month ago

This looks good to me - I'll just quickly run everything tomorrow morning and then merge it. Thanks @JGoldstone

jamesmosys commented 1 month ago

Just spotted there's a small C&P error with the schema where you have focus,iris,zoom in there - but I'll fix that tomorrow am before merging ;)

JGoldstone commented 1 month ago

Thank you for catching that. I just pushed a commit to the consistency-juren-trackerkit branch that embodies the renaming of the Px, Py and Cx, Cy properties of the two shifts to be simply x, y. If you could pick that up too, that would be appreciated.

Will try and evaluate tomorrow if I have any remaining suggestions that would affect what's actually on the wire (vs. a restructuring of the code, later, that would not change the encoding, only how it's generated and/or parsed). I think we are both very keen to finish this up.

JGoldstone commented 1 month ago

Just pushed a change to this branch that fixes the copy/paste of FIZ requirements that you noted. Do I need to do something special to get that fix included with the PR that you would be merging, or is it good enough that it's on the same branch? My lack of breadth with GitHub workflows is showing, I'm afraid.

jamesmosys commented 1 month ago

No your commit will just add on top of the existing MR - sorry I didn't get to this yesterday - I'm looking now