> For the complete documentation index, see [llms.txt](https://docs.openmind.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openmind.com/release-notes/video-processor/v1.0.x.md).

# v1.0.x

Covers all v1.0 patch releases including initial launch and bug fixes.

### **v1.0.2** - latest

#### Features & Enhancements

* **Enhanced face detection** — Improved face detection capabilities for better accuracy and performance
* **Camera blur** — Added camera blur functionality to enhance privacy protection
* **Face recognition testing** — Implemented comprehensive face recognition tests to ensure reliability

#### Infrastructure & DevOps

* **Amazon ECR migration** — Migrated release workflow to Amazon ECR for improved container registry management
* **Python version upgrade** — Bumped minimum Python version requirement to `>=3.10` for better performance and access to modern language features

#### Maintenance & Updates

* **Domain update** — Updated domain configuration to `.com`
* **Documentation links** — Refreshed and updated documentation links for better accessibility
* **`om1-modules` updates** — Multiple dependency updates to `om1-modules` for latest features and fixes

### **v1.0.1**

* Added environment configuration and entrypoint script for video processing
* The video processor is now stabilised
* Added a configurable option to enable or disable cloud streaming across the system, making it easier to control whether video and audio feeds are sent to the OpenMind API

### **v1.0.0**

* Updated the environment to support newer Python and CUDA version. It refines dependency management, and improves model handling. The changes enhance compatibility with latest libraries and streamline deployment, especially for NVIDIA THOR and specific version of TensorRT-based inference.
* Updated Dockerfile for Thor support
* Fixed CUDA driver mismatch
* Added venv to docker image


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openmind.com/release-notes/video-processor/v1.0.x.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
