# \[Developer plan only] BLAZEPOSE (optional)

```
https://app.posetracker.com/pose_tracker/tracking?blazepose=true
```

* **Type:** `boolean`
* **Default:** `false`
* **Plan:** Developer/Custom/Company only (typical)

When enabled, PoseTracker runs BlazePose (more landmarks) instead of the default MoveNet (17 keypoints).

***

### When to use BlazePose

Use it when you need:

* more detailed landmarks (hands/feet/torso)
* better fine-grained posture analysis

Avoid it when:

* you target low-end devices
* you need maximum FPS and battery efficiency

***

### Notes

* BlazePose may change the landmark set and downstream derived values (angles, posture rules).
* Combine with `poseBackend=wasm` if WebGL is unstable on a given device.

<figure><img src="/files/6zO6zWDrSgY1lnkPowWY" alt=""><figcaption><p>Blazepose with posetracker</p></figcaption></figure>

<mark style="color:red;">**We cannot guarantee the proper functioning of BlazePose, especially in real-time mode on your devices. Since it’s a resource-intensive model not optimized for mobile phones.**</mark>

<mark style="color:red;">**However, it should run smoothly on iOS and web platforms.**</mark>


---

# 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://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/query-params-details/developer-plan-only-blazepose-optional.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.
