Skip to content

Instantly share code, notes, and snippets.

@isnullnull
Last active October 31, 2017 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isnullnull/d1df0fb35359e413853ca6af876c0927 to your computer and use it in GitHub Desktop.
Save isnullnull/d1df0fb35359e413853ca6af876c0927 to your computer and use it in GitHub Desktop.
RoBoHoNで キモノへのプロジェクションを実装した ref: http://qiita.com/n_u/items/00a1bbbb471680be9d04
<VideoView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/videoView00"
android:layout_alignParentTop="true"/>
<action index="2">
<speech>ハロウィンにちなんだ着物にするね!</speech>
<behavior id="assign" type="normal"/>
</action>
// など
//正面に照射する
intent.putExtra(ProjectorManagerServiceUtil.EXTRA_PROJECTOR_DIRECTION, ProjectorManagerServiceUtil.EXTRA_PROJECTOR_DIRECTION_VAL_FRONT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment