Virtual Calculator Based On OpenCV And Cvzone Using Python With A Full Source Code

preview_player
Показать описание
DESCRIPTION PROJECT:
The virtual calculator will be above the live streaming from your camera , the program first detect your hand and in each frame calculate the distance between two finger ,if the distance is lower than the specific length , it detected as a click , you can write any arithmitic operation , when you click in the equals sign the result appears in the display section. you can clear the display section calculator by pressing c button in the keyboard , to stop the program press q button .

SOURCE CODE:
_______________________________________________________
_______________________________________________________
_______________________________________________________
#computerVision
#python
#cvzone
#mediapipe
#opencv
Рекомендации по теме
Комментарии
Автор

Sounds great, I am curious to check it up!

MohammedNoureldin
Автор

TypeError: create_int(): incompatible function arguments. The following argument types are supported:
1. (arg0: int) ->

Invoked with: 0.8
it is giving this error
i even downloaded cvzone version 1.5.0 please help

sarthaksharma