Page 1 of 1

Where can I read about the BRAW format?

PostPosted: Mon Oct 14, 2019 5:24 pm
by ilia3101
The product page (/products/blackmagicraw) says BRAW is an "Open Standard", and I would like some help finding the information about it. I want to know about the file format, is there a PDF or some kind of specification I can look at?

I would like to read about what "partially debayered" means, what compression algorithms are used and how the files are structured.

Re: Where can I read about the BRAW format?

PostPosted: Fri Oct 18, 2019 4:15 am
by Brendan Dower
Hi Ilia,

Blackmagic RAW is defined as an Open Standard because it is cross-platform and open for anybody to include in their products/develop with using our free SDK.

You can find all the information on Blackmagic RAW including drivers, manuals, the SDK and the player at our developer website: (/developer/product/camera)

It can also be downloaded at the bottom of the product page (/products/blackmagicraw). The manual is included inside this download.

Kind regards,
Brendan
Blackmagic Developer Support

Re: Where can I read about the BRAW format?

PostPosted: Thu Oct 24, 2019 3:53 pm
by ilia3101
Brendan Dower wrote:Hi Ilia,

Blackmagic RAW is defined as an Open Standard because it is cross-platform and open for anybody to include in their products/develop with using our free SDK.

You can find all the information on Blackmagic RAW including drivers, manuals, the SDK and the player at our developer website: (/developer/product/camera)

It can also be downloaded at the bottom of the product page (/products/blackmagicraw). The manual is included inside this download.

Kind regards,
Brendan
Blackmagic Developer Support



Thanks. Is is possible to get a non debayered image through the SDK?

Re: Where can I read about the BRAW format?

PostPosted: Fri Oct 25, 2019 9:50 am
by CaptainHook
ilia3101 wrote:Is is possible to get a non debayered image through the SDK?

No, the SDK is a highly optimized decoder and image processing pipeline which can provide output in various pixel formats (BlackmagicRawResourceFormat) with a variety of selectable gammas and gamuts.

Its worth reading the SDK manual and especially the introduction if you'd like to know more.

Re: Where can I read about the BRAW format?

PostPosted: Thu Oct 31, 2019 7:00 pm
by ilia3101
CaptainHook wrote:
ilia3101 wrote:Is is possible to get a non debayered image through the SDK?

No, the SDK is a highly optimized decoder and image processing pipeline which can provide output in various pixel formats (BlackmagicRawResourceFormat) with a variety of selectable gammas and gamuts.

Its worth reading the SDK manual and especially the introduction if you'd like to know more.


Ok thanks, I understand what the SDK is like now. I have been looking at the manual.

My feature request, if you guys get around to considering feature requests: please add capabilities to the SDK for accessing the raw data in more low level ways, and if possible straight to the bayer image.

I'm sure this is in the manual, but can the SDK provide an image simply in the camera sensor's native gamut? Like right after debayer, and linear. And then is it possible to get the colour matrix needed for converting that image to other gamuts?

Re: Where can I read about the BRAW format?

PostPosted: Thu Oct 31, 2019 7:54 pm
by CaptainHook
ilia3101 wrote:I'm sure this is in the manual, but can the SDK provide an image simply in the camera sensor's native gamut? Like right after debayer, and linear. And then is it possible to get the colour matrix needed for converting that image to other gamuts?

We don't provide sensor RGB as an output, but we do have XYZ which with linear means you can transform to any other colour space desired. Thanks.