atsuo****@users*****
atsuo****@users*****
2010年 3月 5日 (金) 09:24:53 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "nyartoolkit-and" repository containing the "nyartoolkit-and" project. The branch, android-1.6 has been updated via 7004ad5b6cf96727936c990cb2c5c7178006d6cf (commit) from 75a57b42737e01522566c5e0e7718cd56b05533b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7004ad5b6cf96727936c990cb2c5c7178006d6cf Author: Atsuo Igarashi <atsuo****@gmail*****> Date: Fri Mar 5 09:25:28 2010 +0900 Add support HT-03A. Support HT-03A with preview frame capture version. Signed-off-by: Atsuo Igarashi <atsuo****@gmail*****> ----------------------------------------------------------------------- Summary of changes: AndroidManifest.xml | 2 +- gen/jp/android_group/artoolkit/R.java | 5 +- res/layout/{devonecamera.xml => ht03acamera.xml} | 4 +- res/values/strings.xml | 2 +- .../android_group/artoolkit/ARToolkitDrawer.java | 55 +++- .../artoolkit/NyARToolkitAndroidActivity.java | 148 +++++-- .../artoolkit/hardware/HT03ACamera.java | 472 ++++++++++++++++++++ 7 files changed, 653 insertions(+), 35 deletions(-) copy res/layout/{devonecamera.xml => ht03acamera.xml} (85%) create mode 100644 src/jp/android_group/artoolkit/hardware/HT03ACamera.java hooks/post-receive -- nyartoolkit-and (nyartoolkit-and)