A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Python script streaming ideas
-
Hello community!
I have a python script that runs a detection algorithm. When it is ran, it shows a webcamfeed (using cv2) with drawings (detection boxes) drawn on there aswell.
Now, I want my mirror to be able to start this python script AND also show the webcam feed (with the bounding boxes) on my mirror!
Anyone knows some ideas how to tackle this problem? I included a picture to give you an idea what I mean with webcam feed and bounding boxes! (I am using a jetson Nano, but that shouldn’t be important for this question)
Any brainstorming is appreciated, thanks!