Monocle Robot screen capture fails in HelloSanity.
Two known issues affecting imx and beagle
+ IllegalArgumentException caused by a order of operations on Buffer
+ There is a buffer offset issue (to point to the proper part of a virtual FB), that affects Beagle. The beagle alternates between chunks of virtual on a swap, and so the right offset must be used to capture the current screen.
Note that Pi uses a different mechanism to get the screen, so that may need to be covered in a different Jira.
Two known issues affecting imx and beagle
+ IllegalArgumentException caused by a order of operations on Buffer
+ There is a buffer offset issue (to point to the proper part of a virtual FB), that affects Beagle. The beagle alternates between chunks of virtual on a swap, and so the right offset must be used to capture the current screen.
Note that Pi uses a different mechanism to get the screen, so that may need to be covered in a different Jira.
- relates to
-
JDK-8094917 IMX6 Robot screen capture failure
- Resolved