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.
Related
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.
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 am working on an app where I have to upload images to a recycler view from either the gallery or from camera. The recycler view should have a button where I can add the image from.
The image below shows what I am trying to achieve.
My question is, is there a library for android either java or kotlin that can help me achieve this?
Any help will be highly appreciated.
You can use UltimateRecyclerView library for your purpose
This library supports different layouts and many more other useful features. You can create different layouts for images and plus button and define different code logic by checking the position of the clicked item.
I need help, I am using ZBAR for bar code scanning for the Android App. I want to add a overlay on the camera view so that I can display some information and get user input using button
You can do that with the help of SurfaceView For More Info U Can Check This Click
I know that Android's Youtube app is not open source, but I pulled apart the apk with apktool and found that they have a class, YoutubeListView used frequently in their app. Is there already an open source implementation of the Youtube Player Activity's title/ fling view/ layout? I know of similar views like Joao Machete's FlingAndScrollViewer, but I need it to be rigge to a title menu and work as smoothly as that on the Youtube app. If there is no open source implementation, either how hard would it be to convince Google to release just that component's source, or to implement it myself?
Thanks
Btw, the footer in this layout is what I am talking about. It has titles like Info & Related videos that can be clicked and it scrolls to them, and it can be scrolled left and right.
I've come to the conclusion that there is no such view. It would be best to make my own custom layout.