Author Topic: raw recording  (Read 6199 times)

scottmei

  • Newbie
  • *
  • Posts: 4
    • View Profile
raw recording
« on: December 05, 2017, 02:46:08 AM »
Hello everyone, I got my camera a while back and I wonder if anyone have the info of the raw recording feature will be released? or  if there is any specific timeline when raw recording will be enabled with new firmware? the current codec isn't enough for my type of work so it has been a paperweight...thanks.

Loial

  • Krontech
  • Newbie
  • *****
  • Posts: 24
    • View Profile
Re: raw recording
« Reply #1 on: December 19, 2017, 02:20:52 PM »
The latest beta software has raw saving support.

The format is very raw right now. It simply saves the data either as packed 12-bit or 16bit either LSB or MSB justified. There's no encapsulation or formatting. It's just raw words one after the other.

We're still working on a better format so if there's a specific format your software supports let us know. Right now the highest on the list is DNG image sequence. There is an issue where a portion of one of the main libraries we have available for saving doesn't support anything higher than 8bpp so we need to patch or rewrite that before we can get an encapsulated format such as DNG working.

slowbro

  • Guest
Re: raw recording
« Reply #2 on: February 11, 2018, 04:39:32 AM »
What program in Windows can we use to convert the RAW files? Will Adobe Camera Raw work?

tesla500

  • Krontech
  • Full Member
  • *****
  • Posts: 218
    • View Profile
    • krontech.ca
Re: raw recording
« Reply #3 on: February 11, 2018, 02:25:11 PM »
No off the shelf programs support the current "very" raw binary files yet, they need to be converted to something more standard first. We are working on custom utility called raw2dng to do this conversion. I have a working Linux version I can release if interested, but no Windows build yet. The source code is available now if you'd like to take a look or build it yourself.

https://github.com/krontech/chronos-utils

slowbro

  • Guest
Re: raw recording
« Reply #4 on: February 11, 2018, 04:49:43 PM »
Thank you for letting me know. Please let me know when you have a Windows version up.