-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Many thanks for the Pi client Dave.
Using with a Pi + Atrix Lapdock, I see only part of the video. The Lapdock display is 1366x768. A quick hack is to edit vcodex_omx.c and change each occurrence of
omx_set_display_region(pipe, 0, 0, 1920, 1080);
to omx_set_display_region(pipe, 0, 0, 1366, 768);
and
omx_set_display_region(pipe, 240, 0, 1440, 1080);
to omx_set_display_region(pipe, 171, 0, 1024, 768);
I guess on starting, pidvbip should read the current video mode and scale accordingly.
Metadata
Metadata
Assignees
Labels
No labels