---
title: "Capture Normals Image"
method: GET
path: "/periphery/cameras/capture/normals"
tags: ["Periphery (Camera)"]
---

# Capture Normals Image

`GET /periphery/cameras/capture/normals`

Retrieves surface normal data from the camera's captured image.

## Query parameters

- `result_type` 'json' | 'rgb_png', required — Format which will be used to represent the captured data
- `camera_prim_path` string, required — Path of camera prim
- `width` integer — Image width in px
- `height` integer — Image height in px

## Response `200`

Successfully fetched normals data

- array[]
  - array[]
    - number[]

## Other responses

- `404` — Camera not configured
- `422` — Validation Error
- `500` — Could not fetch normals

---

[API](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api.md) · [All operations](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandelbotsgmbh/wandelbots-nova-isaac-sim-extension-api/revisions/a0efd7dad77c/schema)
