I am trying to setup My Ubuntu Desktop wallpaper that accepts a Live video feed from webcam using opencv and after performing some object detection I accept it as Opencv feed where I am able to Display it using cv2.imshow
.
But instead of Using Imshow is it possible to cast the output of object detection as ubuntu desktop live Wallpaper.
I am even able to setup live video from youtube as Ubuntu live wallpaper using cvlc
but unable to understand how to do that from opencv output.