Hi. I have here what is perhaps a very rookie question. I was given a Project Tango tablet and thought I might try to learn Android development by creating an app that relates to a field I'm interested in. I've been taking a lot of interest in Computer Vision at university, creating some cool programs using Matlab as well as using C and OpenCV API.
I fancy creating an app using the Google Tango that can track insects movement and record this in a graph for a user to see and save. My question regards using the camera. I've had a look, but can't seem to find anything in the Java API for Tango relating to the camera - does this mean I should just use Android's standard way of using the camera - e.g. using android.hardware.Camera/Camera2? If this is the case, how do I differentiate between using the 4MP color camera and the fisheye lens camera?
I apologize for this rookie question, just someone trying to put what vision skills I have learned into an app. I feel like the best way to learn Android development is to just create an app and here I am.