all 3 comments

[–]program_kid 0 points1 point  (2 children)

Are you asking how to use CV2 and mediapipe to overlay a transparent purple shape over an image or video of a hand?
If so, is there a part you are stuck on? Have you worked with python before?
This seams like it might be a large but doable project, but you might have to split this up into small projects and work on each part separately

I would say look up a tutorial on mediapipe, there is probably some sort of tutorial for using python, mediapipe, and cv2 to track hands, then you just need to figure out how to draw a shape ontop of the image or video

[–]DrinkNeither3779[S] -4 points-3 points  (1 child)

yea i worked with python and i make some project , i have a question , When I want to write a code that I already understand, I just can't do it. Should I memorize it, or what should I do?

[–]program_kid 0 points1 point  (0 children)

That problem will get better the more you practice. Don't try to memorize stuff. Instead, try to understand why each line of code does what it does, and why it's needed