Iv'e been search for days with out much success, all the phonegap overlays for Android topics fade out miserable with no real answer, so I'll just add another one to the mix! :)
Is there an easy way to manipulate the phonegap camera API so you can add a PNG to the camera preview?!
And return the URI as usual etc.
You should be able to use absolute positioning to place a png with a transparent background over the image returned from the camera API.
Related
Is it possible to not use the camera activity and load the images from gallery for object detection using Tensorflow object detection API?
Obviously yes!
When you use the camera (not talking about real-time image detection, such as using Yolo with Tensorflow), you take a snapshot image and then you process that bitmap with Tensorflow. Instead of that, what you can do is, select an image from the gallery, convert it to bitmap and then process it using Tensorflow.
If you further need example or sample, I would be happy to help you out. But for that make sure you post or show what you've done or tried so far.
I'm looking for an android component that loads .obj files and has rotation, zoom and zoom interaction.
I need this component to be placed on a camera preview (eg, surfaceview) and can crash a photo by merge the .obj viewer component with the camera preview.
Has anyone else found a solution to these cases? Can you give me some links and examples?
Sorry for my English.
This is the base project!
From it I'm putting the camera to take the photo along with the 3d object. However, the project is well underway to load and interact with 3d objects.
https://github.com/andresoviedo/android-3D-model-viewer
I want make an Android app with custom camera API, which can take pictures with some png files as frames(Like some web came apps in PCs). And also first I want to take a picture of ball(or something) which act as frame for the second photo that I am going to take. Anybody have an idea?
Most devices already have a camera application, which you can start for the result if that suits your requirement.
But if you have more extensive requirement android also allows you to directly control the camera. Directly controlling the camera is much more involved and you should access your requirement before deciding on either approach.
You can refere to the following develper guides to get details of both
http://developer.android.com/training/camera/photobasics.html
http://developer.android.com/training/camera/cameradirect.html
Once you get the Bitmap, you can use the canvas element to combine the two bitmaps.
I have gone through all the samples of wikitude. Is it possible to overlay live camera feed image which has been saved as screenshot and create augmenetd image? If it is possible then what tracker image should I use? Because tracker image is the one which I know presently that which image I am going for track. Then if the image will be taken in future how can I create a .wtc file for that and how can I augment my camera feed? Is it possible in wikitude?
I have to create one application using wikitude. I like the sdk of wikitude.
If I understand you correctly you are looking for a way to create target images (that are used for recognition) on the device. This is currently not supported. However if you have a valid business case we are able to provide you with a server based tool to create target images. For more information please contact sales#wikitude.com.
Disclaimer: As you probably already guessed, I'm working for Wikitude.
I wanted to start working on an android application in which i can edit specific parts of the face like nose eyes and lips. This is how it is going to happen. I will take the picture from my camera the application should crop it like eliminating the surroundings environment. Just getting the face to myself and then editing the features of the face. I have done some work on image processing in matlab. Am new to android. I dnt know where to start. Please guide me through to appropriate links. Thank You!
If you want some tutorial based on "Image Processing", following will help you to start.
http://xjaphx.wordpress.com/learning/tutorials/
And Image Processing Library developed by JH Labs will help you to apply effects on your image. You acn download JAR library from here
Now, if you want to crop your image, either you can crop image using camera or you can write your own code to crop.