I received my camera and am starting development.
One question:
In the document
https://documents.blackmagicdesign.com/ ... ontrol.pdfonly a single command "0 : change configuration"
seems to be defined.
Where to find the other commands?
Particulars a command to start and stop recording?
In the MacOS code example (I'm not a MacOs developer) I found an example but it contradicts the protocol documentation.
It sets parameter 10.1 but it sets a 5 byte value while the documentation only specifies 4 byte.
The documentation does not allow for a way to not specify the storage medium and use whatever medium is currently active.
payload[3] = 0 // slot 1 storage medium
payload[4] = 0 // slot 2 storage medium