Questions tagged [camera-view]
51 questions
0
votes
0 answers
I want to mask android.hardware.camera view in circle form with the help of Opengl, How I can do it?
I want to mask android.hardware.camera view in circle form with the help of Opengl, How I can do it?
Try to resolve it with https://github.com/google/grafika
But not understand how to convert Triangle in circle.

Arpit sharma
- 1
- 3
0
votes
1 answer
Switching Between First and Third Person Views (OpenGL)
I'm trying to implement a simple 3D environment that a robot can walk around. I want the user to be able to switch between first and third person views for the robot.
I have implemented the robot, and a simple area with a few other objects.…

Rome_Leader
- 2,518
- 9
- 42
- 73
-1
votes
1 answer
turning on off flash light while open camera android?
i am using CameraView api 'com.otaliastudios:cameraview:2.6.4' for camera live preview , i want to turn on camera and according to document i can do it with CameraView by turning on but it does not works .
i tried to do it with CameraManager but it…

coding_beginner
- 1
- 1
-1
votes
1 answer
Tab bar opens camera view animation
I have a cameraviewController and I would like that when you press the bar button it will open the view with animation like WhatsApp with the circular transition animation.
Hope someone have some tutorial or code for that.

Anonymous Dev
- 29
- 7
-1
votes
1 answer
how i can take setOnCameraViewListener on Camera?
My code is as following -
cameraView.setOnCameraViewListener(new OnCameraViewListener() {
@Override
public void onCameraInit(List supportedPreviewSizes) {
Camera.Size cameraPreviewSize =…

Varinder Deol
- 1
- 2
-3
votes
1 answer
Adding Google Cameraview to a Project
I'm creating android camera app . I tried to use the camera library in my app to avoid writing plenty lines of code . I found google cameraview on Github (https://github.com/google/cameraview/) . I downloaded it as a zip file . But I don't know how…

Lətif Sadiqov
- 3
- 2