Key points are not available for this paper at this time.
This work harnesses the capabilities of OpenCV and MediaPipe libraries providing a comprehensive suite of hand gesture interactions using GUIs.The "Volume Control" feature dynamically adjusts system volume in response to hand gestures, utilizing landmarks detected by the MediaPipe hand tracking model.Meanwhile, the "Virtual Mouse" functionality transforms hand movements into cursor control actions, offering left-click capabilities for intuitive navigation.Another noteworthy feature is "Brightness Control", where screen brightness adapts based on the proximity of the hand to the camera that leverages MediaPipe's hand tracking capabilities to gauge distance and adjust screen brightness accordingly.For image navigation, the "Arrow Control" feature interprets left-and right-hand gestures as commands to navigate through images streamlining the browsing experience by eliminating the need for conventional input devices.Additionally, the script incorporates a robust "Pattern Recognition" security system.This system captures and authenticates handprints, enhancing security measures by leveraging hand gestures for user authentication thereby upon success, the system displays "Access granted", indicating successful verification.This Python script also utilizes OpenCV and MediaPipe libraries to implement hand gesture-controlled zoom functionality for a webcam video stream.The resized frame is displayed in real-time, reflecting the zoom level controlled by hand gestures.Users can dynamically adjust the zoom level by moving their thumb and index fingers closer or farther apart.This practical application of hand gesture recognition enhances user experience and accessibility, offering interactive control of digital interfaces.Together, these features showcase the versatility of hand gesture recognition in computing applications.By using the power of these libraries, the script enables seamless interaction with computing devices, spanning from system control functionalities like volume and brightness adjustment to more advanced applications like image navigation, security authentication etc.,.
Dhamodaran et al. (Fri,) studied this question.