-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High values for --win cause black portion of screen #82
Comments
@traumedy is this still an issue? |
This is a limitation of the hardware (12 bits registers for coordinates of rectangles in the HVS). |
I was using this to create a video wall, one Pi per monitor all playing the On Wednesday, June 17, 2015, popcornmix [email protected] wrote:
|
@popcornmix if this a hw limitation the issue should be closed as there is nothing to do about it |
Okay, you are relying on the clipping behaviour of the destination rectangle to get smaller source rectangle. Interestingly I did make the (software/dispmanx) clipping handle all four edges recently (it used to only protect against negative values which the hardware doesn't like). Just tried your command with latest (rpi-update) firmware and it worked fine. |
I am using values for --win off the visible screen (negative and positive) to crop and zoom a portion of a video stream. Values above 4095 for x2 or y2 cause portions of the screen to be black, right to left for x2 and bottom to top for y2. 4095 displays properly, 4096 displays a black screen. Values below -4095 for x1 or y1 work fine.
To test, use the command line:
omxplayer --win "0 0 5760 4320" pathtomedia
.. and you will see it blacks out the right side and bottom of the screen.
The text was updated successfully, but these errors were encountered: