Comment on looking for suggestions for carousel to use with ipad pro for 3d scanning
tophneal@sh.itjust.works 1 year agoThat looks very much like what we hoped to find!
Are the Pi and camera necessary for optimal scans, or are there other ways we can control the jigs(?) Movement?
They certainly make sense for making it a one piece solution, but if we can use the iPad as the camera wed like to utilize what existing equipment we can.
thepianistfroggollum@lemmynsfw.com 1 year ago
My plan is to have it just run off of an esp32 and run a 2.5mm cable to my dslr to control the shutter. I’m sure that someone sells a shutter button for the iPad that you can rig up to something to trigger it. There might even be a way to use Bluetooth for it.
You don’t even need to use a pi. Pretty much any SBC should be able to run it, but an esp32 should be sufficient for a simple scanner, especially if you’re not uploading the pictures from the scanner
tophneal@sh.itjust.works 1 year ago
Super! I actually have some unused esp32s laying around
thepianistfroggollum@lemmynsfw.com 1 year ago
It would be super simple to code. Basically just a nested for loop that moves the motor a few steps then presses a button a few hundred times.