Hi, I am looking for an API in webOS TV that allows a third-party app to get the current frame that the monitor displays, and it should also work from an HDMI source.
In Android TV, it is possible; here are a few references:
- In the following question, they suggested two APIs -
TvRecordingClient
API andMediaProjection
: Is it possible to record external HDMI device in the Android TV app? - Stack Overflow
A quick look at this question:
java - Is it possible to use MediaProjection API and process every recorded frame during recording? - Stack Overflow
Will confirm thatMediaProjection
API has the support to give you the frame from HDMI (if you read what the user tries to do, you will understand that he uses it on HDMI source; and in the first question, they suggested this API as an option for HDMI capture)