Question for minor adjustment to pose estimation sample

Ive been playing with the postestimation sample in the hailo samples on the rpi5. I see where the small circles are drawn over the misc articulation points, and the full estimated pose overlayed on the original video.

Is there a simple way to modify the example, such that the orig8inal video is not displayed? I.e. show only the pose estimation lines/circles on a black background?

I briefly explored the OpenCV image processing/filter documentation to see if I could just blank out the video frame each time, but didnt invest too much time in it.

Is there a way to simply specify not to include the video in the output (just the lines/circles?)

I apologize in advance for being lazy and not figuyring this out myself, but thats what these forums are for, right? :smiley:

Any help would be appreciated.

Maybe not. We believe it is better to teach you to fish than to catch the fish for you. :slight_smile:

I find ChatGPT a good companion to get an understanding of code. It is surprisingly good at explaining snippets of code and providing some suggestions. Give it a try.

If you have any specific questions we are here to help.

Thanks. I tried asking ChatGPT if it was possible to omit the original video in the output stream/window, but it was vague and confusing.

It did, however suggest I quit the software industry and suggested I become a tomato farmer, so there is that.

Im going to assume that it isnt possible, for whatever reason.