0

I am using OpenCV and Python to show my webcam stream in realtime. Is there a way to show an image in the same window? I do not want to have two separate windows.

Matthias
  • 4,481
  • 12
  • 45
  • 84
saghihad
  • 1
  • 2

1 Answers1

0

You need to concatenate those 2 images before they are displayed.

This post shows how it's done.

karlphillip
  • 92,053
  • 36
  • 243
  • 426