I know I can fire an intent and start the camera, but I want to do something else. And I need the camera included in my own activity.
Let say this is an activity with black background, and the down part is some buttons or whatever and the upper part the gray area needs to be some view that will show the view from the camera. All I want to do is to stream the camera output in to my own view as a part of my own activity.
Is this possible ?, and if it is how can I do this.
Thanks,