Snap a real object on your phone and drop it into Blender

Snap a real object on your phone and drop it into Blender

You can now snap a photo of an object on your desk and drop a 3D model of it straight into Blender.

A new open-source project called camera-to-blender hit 442 GitHub stars after launching this week. Point your phone camera at a physical object and tap the shutter. The tool strips the background, sends the image to the Tripo3D API to generate a 3D asset, and automatically imports the result into your active Blender viewport in about 30 to 60 seconds.

Why it matters: Blocking out a 3D scene usually means searching online asset libraries or spending hours modeling simple props from scratch. This tool links your phone camera directly to your workspace, turning physical items into quick reference meshes in under a minute.

Here's the gist to set it up: You'll need Python 3.10+, Blender 3.0+, a Tripo3D API key, and ngrok so your phone camera can talk to your local computer over HTTPS. You can optionally add a Gemini API key for background removal. If you don't want to use a phone, it also works locally with a laptop webcam.

It won't replace clean manual topology, but it's the fastest way to turn real desk clutter into digital scene props.

Sources