Posts by Luan • 1 point
1 post
-
0
votes0
answers26
viewsQ: How to use an html page as input in opencv python?
I need to overlay an html page on my camera using Opencv (Python), but I don’t know how I could do that. I managed to do something similar to that code: import cv2 cap =…