Abrir vídeo por leitura de imagem

Gostaria usar reconhecimento de imagem para acionar a abertura de um vídeo. Alguém sabe como fazer?

Exemplo: Florian Palatini on LinkedIn: #ar #lean #kaizen #safety | 96 comments

welcome. you should try that again in english.

Olá Leonir, este fórum está em inglês para que todos possam entender as respostas.

This is called Augmented Reality or AR. These links are tutorials (one in c++ the other in Python) on recognizing images and detecting their position, the first step en AR:

https://docs.opencv.org/4.x/dd/dd4/tutorial_detection_of_planar_objects.html
https://docs.opencv.org/4.x/d1/de0/tutorial_py_feature_homography.html

The second step should be the video projection over the image, not exactly a computer vision problem, but if you insist on using OpenCV you can start with warpPerspective() over each video frame.