Skip to content

examples: zoom effect using navigations events and a compositor

Rubén Gonzalez requested to merge rgonzalez/gstreamer-rs:zoom into main

Video player zoom can be changed using the next keys:

  • +: Zoom in
  • -: Zoom out
  • Up/Down/Right/Left: Move the frame
  • r: reset the zoom

Also, mouse navigation events, like click and drag or mouse wheel scrolls, can be used for a better UX.

zoom_Peek_2023-02-12_20-29

Edited by Rubén Gonzalez

Merge request reports