Search results

  1. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    @Mac84 To continue further hacking, I'm going to need a serial port to print out memory values. I've found the code for printing, which is how I found the white balance (I looked for were particular error messages where being output.) I have opened the unit once, but I see that the mainboard...
  2. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    @Hawke I also only purchased Kodak unit as there where hacks for it, although I wasn't thinking I was going to do much more myself. I've only owned the unit for a couple of weeks, taking on the scanning of family reels that I didn't know we had. I have only scanned two reels out of 20+ when the...
  3. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I can now build firmware with a fixed white balance, with independent red, green and blue gains. Here is an example comparing stock white balance with fixed WB with RGB gains of 2.0,1.0,1.06 (just guessing.) I removed or bypassed a lot of code with the function at 0x002b7e00, which is the...
  4. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Small steps. In this test I used the green gain for all RGB channels. In white balance, green is normally unity.
  5. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I've worked out how to disable the Auto white balance, but now need to change the default RGB gains (way too blue.)
  6. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I'm getting closer. I've at least found where RGB gains for white balance are set (I think.) Same leader scan, different white balance hack.
  7. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Okay this is a change I likely don't need, as a have a CBR of 24Mb/s, which is plenty. The default code on Reels is if (qp < 10) { qp = 0x20; } This suggests this is a rate control for when the image is blank, to prevent an unnecessary high bitrate, and a potential overflow when...
  8. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I will give this a try tomorrow. Switching form QP 32 (firmware default) to 0 is overkill, really anything below 15 is. If this a fixed QP, or just a starting point, or a threshold? As the data is modulated, the QP is typically changed within limits. Re: white balance. I had some success...
  9. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Custom boot and shutdown images. So firmware is changeable is more ways:
  10. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Nice video, I look forward to part two. I'm auto interested in disabling the auto white balance. In the decompressed firmware, the .rbn file I can see the function names related to white balance. If we could find the offset to the AWB_IsLock() function (auto white balance is locked?), it...
  11. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Adding back to your hacking options. I found I could push the bit-rate a lot more if I dropped to the resolution only slightly to 1600x1200, still plenty for an oversampled 1080p scan. I was running 24Mb/s. I scanned a 5" Super-8 reel twice, once with stock firmware, and again with these...
  12. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I braved it. Firmware C works on serial K3124148BKXXXXX hardware. I have tried original resolution, high bitrate, and got and output of 17698kbps vs 8736kbps of the stock firmware. Both at sharpness -1.5. Stock: high bitrate: Clearly more texture not compressed away in the HBR version. I...
  13. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Did version C work on K312 hardware?
  14. 0

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Also looking to try this. My brand new unit (version 2.0) has also has a K serial in form K3124148BKXXXXX. No stock firmware image from these new units yet?