Skip to content

Display is hard-coded to 1920x1080 #23

@campag

Description

@campag

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions