Tool designed for taking test pictures for AR project. Control phone camera via tcpIP packet. The phone also sends its current rotation.
NOTE: I am still working on this project. It is not completely finished.
- numpy
- matplotlib
- PIL
- Clone the project and open it in Android Studio
- Let Gradle install all you need
- Build and install the app on your phone
- Launch the app. Make sure your phone is connected to the same network as your computer
- Open python PythonScripts/main.py and change the address to the address you see in the app
SERVER_ADDRESS = "192.168.1.113"
- Run the script. The phone takes a picture and sends it into your computer. In the console you see phone rotation angles. The picture can be found here: PythonScripts/out.jpg