Acquisition of video given by mouse press and release button events
- https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_video_display/py_video_display.html
- https://pypi.org/project/opencv-python/
- How to capture a video (AND audio) in python, from a camera (or webcam
- pyinput python library
- Alternative python library: inputs
- Limitation: listener functionality is not supported.
- Use the same library as for mouse events.
- R1 remote control
- Virtual keys:
- VK_VOLUME_DOWN 174 Windows 2000: Volume Down key
- VK_VOLUME_UP 175 Windows 2000: Volume Up key
- VK_MEDIA_PREV_TRACK 177 Windows 2000: Previous Track key
- VK_MEDIA_STOP 178 Windows 2000: Stop Media key
- Virtual keys:
- Windows virtual keys