What Is Body Camera Redaction?

Body Camera Redaction: Definition

Body camera redaction is the process of technically preparing footage from body-worn cameras for disclosure, publication, transfer to another entity, or use as evidence in compliance with data protection and privacy laws. In practice, this means detecting and obscuring elements that can identify people or vehicles in video footage and images captured by body-worn cameras—most commonly faces and license plates.

In the context of image anonymization, this term does not mean removing all data from a recording. It refers to applying redaction techniques that reduce the possibility of identifying a natural person before the material is shared further. The most common methods include blurring, pixelation, solid masking, or permanent image transformation in specific areas of individual frames. If an element is not detected automatically, the redaction process may require manual editing.

The main legal basis is the GDPR—Regulation (EU) 2016/679—especially the principles of data minimization, purpose limitation, and integrity and confidentiality under Article 5, as well as the privacy by design requirements under Article 25. For materials containing a person’s likeness, national laws on personality rights and the publication of images may also apply. For law enforcement agencies and private security companies, body camera redaction is usually a step that takes place before footage is shared beyond its original processing purpose, for example when responding to an access request, providing footage to the media, using real footage for staff training, or disclosing a recording to an external party.

Body-worn camera footage very often contains personal data because it captures a person’s image, the location context, the time of the event, and often vehicle license plates. In many cases, the material may also indirectly reveal special category data through the image itself, such as health status, medical intervention, religious practices, or participation in a public gathering. For that reason, having a legal basis to record does not automatically mean there is a right to broadly disclose the full, unredacted footage.

Before disclosing footage, the data controller should assess at least the following:

  • the purpose of disclosure and its legal basis,
  • the scope of data necessary for the recipient,
  • whether the identifiability of bystanders can be reduced,
  • whether the material includes the faces of children, witnesses, victims, or people not involved in the incident,
  • whether the footage contains vehicle license plates.

With regard to faces, the obligation to anonymize or at least restrict dissemination may arise from the GDPR, civil law provisions on personality rights, and rules governing the publication of a person’s image. In practice, three typical exceptions are often identified where consent to publish a person’s image is not required: when the image concerns a well-known person in connection with the performance of public functions, when the image is only a detail of a larger whole such as a public gathering or event, and when the person received agreed compensation for posing.

As for license plates, the legal situation in Europe is not fully uniform. A precautionary approach is often adopted, and license plate blurring is commonly used before publication or further disclosure when a plate may lead to identification of a person. In Poland, there is a divergence between regulatory positions, enforcement practice, and the assessment of specific factual circumstances. From a compliance perspective, license plate blurring is frequently used as a risk-reduction measure.

Technologies Used in Body Camera Redaction

Automated redaction of body-worn camera footage usually relies on computer vision models. For faces, object detection and frame-to-frame tracking are used, followed by applying a mask across the full path of the object within a sequence. A similar processing chain is used for license plates. For such a system to work properly, an AI model trained on a sufficiently large and labeled dataset is required. In practice, deep learning techniques are used, especially convolutional neural networks and newer detection architectures.

A typical pipeline looks like this:

  1. decoding the video into a sequence of frames,
  2. detecting faces and license plates,
  3. tracking objects across frames,
  4. smoothing trajectories and correcting false detections,
  5. applying a blur mask or solid mask,
  6. quality control and, if necessary, manual redaction,
  7. final rendering and saving the output material.

Body-worn cameras produce challenging source material. Common issues include rapid movement, changing lighting, partial occlusion, high dynamic range, and limited stabilization. This lowers model effectiveness and increases the need for manual review. For that reason, on-premise solutions are often preferred by law enforcement and security organizations because they allow footage to be processed in a controlled environment and reduce data transfers outside the organization.

In systems such as Gallio PRO, automatic redaction covers faces and license plates. The software does not automatically detect company logos, tattoos, name tags, documents, or images displayed on monitors. These elements can be manually blurred in the built-in editor. The software does not perform real-time anonymization or live video stream redaction.

Key Parameters and Metrics in Body Camera Redaction

The quality of redaction should not be assessed solely on the basis of a claim that the system uses AI. Measurable indicators are needed to evaluate detection quality and the completeness of masking. For the data controller and the data protection officer, the most important metrics are those that affect the risk of personal data disclosure.

Parameter

Practical meaning

 

Recall

The percentage of faces or license plates detected correctly. Low recall increases the risk of leaving personal data unblurred.

Precision

The percentage of correct detections among all detections. Low precision increases the number of unnecessary masks and the time needed for correction.

False negative rate

The share of missed objects. This is one of the key compliance risk indicators.

IoU – Intersection over Union

A measure of how well the detection area matches the actual object. If the area is too small, it may fail to cover the entire face or license plate.

Processing time

The number of minutes needed to process 1 hour of footage. This is important when handling large volumes of evidentiary material.

Manual intervention rate

The percentage of footage requiring operator correction. This shows the team’s real workload.

In practice, a simple operational risk relationship can be used:

Disclosure risk = number of missed objects × probability of identification × scope of disclosure

The greater the number of recipients and the more public the disclosure, the more important high recall and mandatory final review become.

Challenges and Limitations in Body-Worn Camera Footage Anonymization

Body camera redaction does not provide an absolute guarantee of anonymization. Even after faces and license plates are blurred, the footage may still contain indirect identifiers such as voice, distinctive clothing, location, the course of the event, or unique objects visible in the frame. For that reason, the scope of redaction should be tailored to the purpose of disclosure and the recipient profile.

The most common limitations include:

  • failure to detect faces in side profile, at small size, or in poor lighting,
  • failure to detect license plates due to motion, dirt, or unusual viewing angles,
  • loss of evidentiary value caused by overly aggressive blurring,
  • the need for manual redaction of elements not automatically supported,
  • the risk of re-identification based on the context of the recording.

From a data security perspective, the processing environment is also important. An on-premise solution reduces data exposure to external services and makes it easier to implement the need-to-know principle. It is also important that the system does not generate logs containing personal data from the detection process. In practice, this means technical logs should not include stored face images, license plates, or other personal data unless this is strictly necessary.

Practical Use for Law Enforcement and Private Security Companies

The most common workflow involves preparing a working copy of the footage, running automatic face and license plate detection, verifying the results by an operator, manually blurring additional elements, and saving a version intended for disclosure. The original footage should remain unchanged and be stored in accordance with evidence preservation requirements.

This model is used, among other things, for:

  • responding to footage access requests,
  • providing materials for training purposes,
  • sharing recordings with legal representatives or insurers,
  • publishing footage after a security incident,
  • cooperation between units or with an external entity.

Normative References and Sources

The definition and practice of body camera redaction should be linked to source documents rather than simplified marketing descriptions. The most important reference points are:

  • Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 – GDPR.
  • European Data Protection Board – Guidelines 4/2019 on data protection by design and by default, version adopted on 20 October 2020.
  • ENISA, Pseudonymisation Techniques and Best Practices, 2021 – a helpful document when assessing how identifiability can be reduced, although it is not limited to image data.
  • Case law of the Court of Justice of the European Union and positions of data protection authorities regarding indirect identifiability and visual data.
  • National laws on the protection of personality rights and the publication of a person’s image, applied alongside the GDPR.