Exporting advanced cameras via the SDK?

So I’ve just rediscovered the Advanced Camera Tools

and how flexibly I can modify them. Very excited! But if I want to get at them via the SDK, where is all the extra data stored? I’m speaking specifically of all the fields in the camera.cv file:

id,name,description,category,image_width,aspect_ratio,absolute_safe_ids,relative_safe_ids,camera_model

ACT creates scenes for each camera. You can extract some camera properties. In addition there are some attributes being set for the group representing the camera in the model. You can inspect these as well, but they are not part of any API so be defensive in your coding if you extract data from that.