First time here? Check out the FAQ!
answered 2020-07-17 10:57:55 -0600
Create 2 images, one with the video feed (let's say 640x480), the other one with the text (in this case 160x480). Then use frame = hconcat([video,text]) to concatenate them into a 800x480 frame.
video
text
frame = hconcat([video,text])