Search results

  1. 0dan0

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

    Yes, an Enter key will get me a prompt >
  2. 0dan0

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

    Seem the RX might not be connected. This is my current console output.
  3. 0dan0

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

    In the PuTTY Terminal configuration set Local echo to "Force on" works for me.
  4. 0dan0

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

    @Hawke this is excellent news. I have determined when initializing the preview from the function at 0x2bf908, the corner offset and capture image size and followed by the processing resolutions. For max zoom out. This data return by 0x2bf908: 732 452 840 632 840 632 1260...
  5. 0dan0

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

    Have my new macros. Surprisingly does get the film mostly in focus, some edge softness. However, is confirmed my fears that there is something else limiting the resolution of this system. So while new lens has almost perfect coverage, it is not improving the resolution as expected, there still...
  6. 0dan0

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

    Seems my new macro lenses are potentially held-up in customs. In the meantime here is the latest build (type C) where you can use the existing reframing controls to scan everything the sensor sees. This is great for hardware hack that want to do 16mm scan with the existing lens, or replace the...
  7. 0dan0

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

    I was about to give up, it took about 150 builds to allow the use of the lens' full FOV, without the color going wrong. New lens should be arriving Monday. I still feel the image pipeline is still losing resolution somehow, so maybe none of this will work out. The challenge has been fun.
  8. 0dan0

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

    I was able to get this to work: original on the lens, 8mm with extension tube on the right. However as this is cheap, non-macro glass, the focused image was soft/mushy and not an improvement (I will only show improving steps.) I have the correct macro lens arriving sometime on Monday...
  9. 0dan0

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

    While it did manage to get the capture more centered, still haven't found what will impact the Bayer phase to restore the color. Any change to the size is causing this error. Seems I can't get away with cheap M12 lenses and the minimal focal distance is wrong. I've found a couple of excellent...
  10. 0dan0

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

    Today's progress report. I'm now encoding the wider image (clip below). The largest area I can scan is 1920x1440 (rather than 820x500), yet the video is still offset. This suggests that the video 1920x1440 is windowed from the sensor's 3280x2464. GoPro HERO HD (same era, similar tech) used to...
  11. 0dan0

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

    I got the LCD stable
  12. 0dan0

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

    Small break through. I have determine one location when the active sensor region initialized and add some new code for a wider FOV, and therefore more active pixels from the sensor (ready for a lens swap.) LCD is freaking out, this is one of the better frames. I found before the above hack...
  13. 0dan0

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

    As the lenses are only $10-15ea I have purchased range to test, all seem to suffer the same issue. The current lens mount is too short, the lens needs to be closer to the film to achieve focus. I have some M12 mount extensions on the way, as I would prefer not to have to move the camera.
  14. 0dan0

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

    Hacking investigations continue. I hope the updates are enjoyed, as using this to document my steps. I got the serial port and shell up and running, and there are a lot of really useful commands. The hacking docs @Mac84 provided is spot on. I want to determine how much of the sensor was being...
  15. 0dan0

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

    Set the white balance is very easy, so you could make your firmware less yellow a few hexediting steps. If you reduce the red or increased the blue, it will be less yellow. I want to look at exposure flicker as well. I'm working to setup the serial port as that should greatly speed up...
  16. 0dan0

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

    My current theory, my RS232<->USB not be 3.3V compatible.
  17. 0dan0

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

    @Mac84 I've tried to setup the serial port, but not quite there Boot up looks like, this after a few seconds This once unit is up running the terminal is filed with: I used a USB to serial via Putty set to 115200 baud . Any ideas? It seems I have GND, TX, and RX all connected correctly...
  18. 0dan0

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

    @Andreas I decided to try a Type-B to confirm it can be done with a hexeditor, without using decompiling tools like Ghidra (which what I used to find the white balance code.) Type B users: let me know if this attachment works. It is 1600x1200 with a ~25Mb/s and a fixed (non-auto) white balance.
  19. 0dan0

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

    Making the firmware changes to Type B (or A) should be straight forward with any hex editor (I use HxD.) Now that I've found the white balance, all you need to is download my Type C, find another Type C (without my hacks), and binary diff them. The same changes will apply. You will first have...
  20. 0dan0

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

    @fishgee Thank you. I have lens out now, and it appears to be an 8mm lens. This is not great news, the lens is wider than I had expected. The active Super-8 frame will use 5.46x4.01mm out of an effective FOV of around 13.4x10mm. This about 40.7% on the active capture area. As I believe the...