Lafodis160: a DIY Large-Format Digital Camera
Dec 3, 2020
12
I'm a Professor of Electrical and Computer Engineering at the University of Kentucky and one of the three research papers I will be (virtually) presenting at Electronic Imaging 2021 is An Ultra-Low-Cost Large-Format Wireless IoT Camera. You'll have to wait for the conference for all the details and the open-source design.... However, I've reached a significant milestone in development of the second prototype: collection of "first light" images from the assembled system. So, here's a taste of what it is that I'm working on....
The series of cameras are called Lafodis: LArge FOrmat DIgital Scanning. The first was Lafodis 4x5, and you can probably guess what 4x5 refers to. This second one is Lafodis160. The "160" part refers to the idea that it is designed for lenses with image circles up to 160mm diameter -- basically somewhat oversize for 4"x5" format. Some current quick specs (which of course may change without notice):
- Resolution: targeting 500MP @ 4"x5"; theoretical peak resolution is 2.6GP
- Dynamic range: 8-10EV; theoretical HDR limit is 20EV
- Color: RGB CFA, no integrated NIR filter
- Scan speed: currently <1MP/s; theoretical peak ~10MP/s
- Construction: 3D-printed body, linear rail, drive screw, electronics mounts, lens extension, lens focus thread, and lens mount plate
- Dimensions: approx. 171mm diameter, ~190mm deep with 135mm lens
- Weight: 877g including Wollensak 135mm f/4.5 enlarging raptar
- Electronics: ESP32-CAM and two 28BYJ-48 steppers with ULN2003 drivers
- Capture control: wireless via BlueTooth, C++ program using OpenCV
- Firmware update: wireless via wifi, Arduino OTA compatible
- Power: 5V via USB connector from external source
- Build materials cost: approximately $50 without lens
- Build equipment/skills needed: 3D printer with at least 180mm diameter by 120mm tall build volume, some wire-wrap & soldering required
What's it look like? This:

It's not small, but it's surprisingly lightweight and, much to my surprise, it doesn't seem to have major vibration/resonance problems even when used on a very flimsy tripod.
I'm not going to show you the assembled first light images yet; the stitching didn't work as it should have and there's some really annoying dirt on the sensor that makes it look even worse. However, here's a monochrome 1:1 sample from a single capture at the 500MP 4x5 resolution:
1:1 monochrome sample at 500MP 4x5 resolution
It's not awesome, but the detail is pretty good for off-axis on a cheap old 135mm enlarger lens stopped down to f/22. Of course, f/22 is well past the diffraction limit for this resolution, but depth of field is so thin that I felt it necessary to stop down for this test shot, which was literally some trees photographed through the window of my study.
Anyway, that's enough of a teaser for now.
This has been a significantly harder device to develop than was expected, but build is a lot easier for Lafodis160 than it was for Lafodis 4x5. It's pretty much good enough now as a research prototype, but there are definitely some additional simplifications and improvements that would make sense. So, I could follow this with development of a third version, and it might even be the start of a whole series of open source DIY large-format cameras... or not -- which is most of why I'm posting this now.
I'd like to get a feel for how many people would want to make and/or use such a wacky camera? The question I'm trying to answer is really how much more effort I should put into making this into an open source design more accessible to others?