Comment on looking for suggestions for carousel to use with ipad pro for 3d scanning
thepianistfroggollum@lemmynsfw.com 1 year agoMy 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.