RICOH THETA X plugin camera api sample

Опубликовано: 09 Октябрь 2024
на канале: THETA 360 Developers
130
1

RICOH THETA X plugin introduction showing the theta-plugin-camera-api-sample-x open source sample code.

Code used in this tutorial:
https://github.com/ricohapi/theta-plu...

The THETA X must be in developer mode and adb must be able to detect the camera. Go to the community forum and search for basic plugin steps if you are just getting help. The community forum is at community.theta360.guide

Configuration on my system
https://stackoverflow.com/questions/6...

In gradle.properties
org.gradle.jvmargs=-Xmx1536M \
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED \
--add-opens=java.base/java.lang=ALL-UNNAMED \
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED \
--add-opens=java.base/java.io=ALL-UNNAMED \
--add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED

In gradle-wrapper.properties, I set the version of gradle to 7.2