I just wanted the AR camera mode in google translate to just display the camera, no overlays just the camera footage. I tried to delete some lines in layout camera with apk editor but the app crashes on start. Any help will be much appreciate. ps. I am a complete coding nood.
Related
I want to open the camera but not in photo form so I can add an overlay. I just need the camera to display what is shows but not to take the photo if that makes sense... How can I do this?
maybe this article help you open camera view in your app by creating your own view and open camera in its own different thread ,
as it might take time to load and this will result in the lagging UI.
Maybe this article from android developers website will help you achieve what you want.
https://developer.android.com/training/camera/cameradirect#kotlin
I wanna know if there is any way that I can use an image as the camera source to trick the in-app camera shooting of other apps, it doesn't matter if this needs root or Xposed or etc. thank you in advance
I am using this plugin within an Ionic app to view my device's camera and then stream over RTMP - https://github.com/disono/cordova-rtmp-rtsp-stream
This works great, but I need the Ionic webview to appear over the top of the camera so that I can show images & text on top of the camera view. Can someone tell me how to edit the plugin to place the camera view behind Ionic's webview please?
Unfortunately I do not know the Java language, but I believe the file that requires editing may be RTMPActivity.java
Thanks in advance for any help.
What I need to do is to put an image off screen.
Here is my situation in Xcode:
Then I activate a timer which moves downwards the image which slides down.
How can I reproduce this situation is Android Studio? When I try to put the image off the screen it doesn't let me do it and attaches my image to the margins instead..
Can you help me?
I am a new developer, trying to get my head around android. I managed to get fragments working and I am unable to add and play a video on it.
Also, I added a image successfully, is it possible to pinch zoom on that image, if so how?
I really appreciate your help.
Thanks
You can implement this library
https://github.com/chrisbanes/PhotoView for zoom on image.
if you read the Sample Usage and analyse the sample app you can zoom it.
About playing video on fragment. It is simple just google it.