> For the complete documentation index, see [llms.txt](https://posetracker.gitbook.io/posetracker-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/query-params-details/developer-plan-only-blazepose-optional.md).

# \[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>
