Skip to content

Add external output support #3

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

Merged
merged 6 commits into from
Nov 23, 2022
Merged

Add external output support #3

merged 6 commits into from
Nov 23, 2022

Conversation

JSUYA
Copy link
Member

@JSUYA JSUYA commented Nov 22, 2022

Add feature to support external output in common profile.
The eom API only supports elm_win. So TizenWindowElementary supports this.
Currently, only HDMI type is available.
It can be extended according to the requirements of the Common profile.

https://docs.tizen.org/application/native/guides/device/ext-output/

+)
How to map input device.

  1. Check to input event node.
    $) winfo -input_devices
  2. Set to input and output event node
    $) winfo -input_output_set [input(ex./dev/input/eventX)] [output(ex.HDMIA-1)]

related pr : flutter-tizen/flutter-tizen#465

Add feature to support external output in common profile.
The eom API only supports elm_win. So TizenWindowElementary supports this.
Currently, only HDMI type is available.
It can be extended according to the requirements of the Common profile.

https://docs.tizen.org/application/native/guides/device/ext-output/
}

eom_ret =
eom_set_output_attribute(ext_output_id_, EOM_OUTPUT_ATTRIBUTE_EXCLUSIVE);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know what this attribute is meant for? The guide says that EOM_OUTPUT_ATTRIBUTE_NORMAL is the best option for most applications.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right. I modified it to NORMAL

Copy link
Member

@swift-kim swift-kim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good to me.

@JSUYA JSUYA merged commit 2f6ee56 into flutter-tizen:master Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants