Applying Privacy Masking to Detected Objects in AI Bridge

Hello everyone!

We are currently using AI Bridge to perform object detection on a specific camera feed, and the system is already fully functional. The next step in our implementation is to apply privacy masking to the detected objects based on their coordinates.

Could you provide guidance on the most suitable approach to apply a blur effect exclusively to the detected objects, ensuring that the rest of the video remains unaffected?

Looking forward to your recommendations.

Best regards,

João Brito | DeepNeuronic

Hi João,

As answered here: Privacy Masking Injection in Milestone Live Video Feeds, in this case you could use the extended properties of the bounding boxes metadata to draw a box filled with solid colour. More info about those extended properties can be found here: Introduction to metadata.

Hope this answers your questions,

Jaume