Video processing 

Video processing is another important part of multimedia processing. Often, we require to make sense of what's happening inside moving scenarios. For instance, if we're making a self-driving vehicle, it would need to process a lot of video in real time to be able to drive smoothly. Another instance of this can be a device that converts sign language to text in order to help interact with speech-impaired people. Further, video processing is required to create movies and motion effects. 

We shall again be exploring OpenCV in this section. However, we'll be demonstrating how to use a live camera feed with OpenCV to detect faces. 

Create a new Python script and perform the following steps:

  1. First, we need to make the necessary ...

Get Mobile Deep Learning with TensorFlow Lite, ML Kit and Flutter now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.