# Image Capture Guide

The quality of your 3D model depends directly on the quality of your input images. This guide covers how to photograph your products so Hangr can generate the most accurate and detailed result possible.

## The four angles we need

Hangr's model generation works best when you provide images from these **four angles**:

<div data-with-frame="true"><figure><img src="/files/lTzyNinKqBvf0WacI0CA" alt="" width="563"><figcaption></figcaption></figure></div>

Providing all four gives the AI enough geometry to reconstruct an accurate 3D shape.

{% hint style="info" %}
**Minimum requirement**

You can generate a model with fewer than four images with **minimally the front view**, but results will be less accurate. We recommend at least front, back, and one side for acceptable output.
{% endhint %}

## Lighting

Good lighting is the single biggest factor in model quality.

* **Use diffuse, even lighting.** Natural light from a window, or a soft box setup, works well. Avoid direct sunlight or harsh overhead lighting.
* **Avoid cast shadows across the product.** Shadows read as surface detail and confuse the model.
* **Keep the lighting consistent across all angles.** If your front shot is well-lit but your back shot is underexposed, the model will reflect that inconsistency.
* **Avoid reflective backgrounds.** Shiny floors or tables create unwanted reflections that bleed into the product edges.

<div data-with-frame="true"><figure><img src="/files/XAYbkfQSo5mdUfzO0EHP" alt=""><figcaption></figcaption></figure></div>

## Background

* **Use a plain, solid background** — white or light grey works best.
* The background should **contrast clearly with your product**. A white product on a white background makes it difficult to isolate the shape.
* Avoid busy, patterned, or gradient backgrounds.
* Removing background prior to uploading also massively improves output.
* A clean background also speeds up processing.

{% hint style="warning" %}
**Avoid transparency**

Products with transparent or highly reflective surfaces (glass, chrome, mirror-finish metal) are harder to reconstruct accurately. Wherever possible, photograph these products with some ambient content visible through them, or adjust your lighting to reduce specular highlights.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/QdHZDhRlwqwwCYGFySyu" alt=""><figcaption></figcaption></figure></div>

## Camera and framing

* **Frame the product tightly.** Leave a small margin around the edges but avoid excessive empty space.
* **Keep the product level.** Tilted or angled shots make it harder to align geometry across angles.
* **Use a tripod or stable surface** to avoid blur. Even slight motion blur degrades output quality.
* **Consistent distance across angles.** Try to shoot from roughly the same distance for each angle so the product appears at a similar scale in every image.

### Angles

#### +10° Tilt (Recommended)

Best balance of detail around the entire product

<div data-with-frame="true"><figure><img src="/files/gnLOXUYX6kbVB7TLoFnV" alt=""><figcaption></figcaption></figure></div>

#### 0° Tilt (Head On)

For more focused side profiles

<div data-with-frame="true"><figure><img src="/files/KI1KumngvzbjhdZBrGQv" alt=""><figcaption></figcaption></figure></div>

#### +20° Tilt (Topside Bias)

To cover more details on top part of the product

<div data-with-frame="true"><figure><img src="/files/fcgmFiDl4kyBIItTqkim" alt=""><figcaption></figcaption></figure></div>

#### -10° Tilt (Underside Bias)

Focusing on the bottom side of the product

<div data-with-frame="true"><figure><img src="/files/VVxWZzv3gfso0uRyJsvR" alt=""><figcaption></figcaption></figure></div>

## File requirements

<table><thead><tr><th width="337.23828125">Property</th><th>Requirement</th></tr></thead><tbody><tr><td><strong>Formats accepted</strong></td><td>JPG, JPEG, PNG</td></tr><tr><td><strong>Recommended &#x26; maximum resolution</strong></td><td>2048 × 2048px</td></tr><tr><td><strong>Maximum file size</strong></td><td>10MB per image</td></tr><tr><td><strong>Number of images</strong></td><td>1 front view minimum, 4 views recommended</td></tr></tbody></table>

## Quick checklist before you upload

* [ ] Four angles covered: front, back, left, right
* [ ] Plain, solid background
* [ ] Even lighting with no harsh shadows across the product
* [ ] Product is in focus and fills the frame
* [ ] Images are less than 2048 × 2048px
* [ ] Consistent lighting and distance across all shots


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hangr.gitbook.io/hangr-docs/hangr-platform/image-capture-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
