Android :: How Can I Create Photo - Apply Cool Effects With Camera

Jun 11, 2010

I'd like to make an Android app that lets a user apply cool effects to photos taken with the camera. There are already a few out there, I know, but I'd like to try my own hand at one.

I have been googling and stack-overflowing, but so far I've mostly found some references to published papers or books. I am ordering this one from Amazon presently - Digital Image Processing: An Algorithmic Introduction using Java

After some reading, I think I have a basic understanding of manipulating the RGB values for all the pixels in the image. My main question is how do I come up with a transformation that produces cool effects?

By cool effects I mean some like those in these iPhone apps:

I already have quite a bit of experience with Java, and I've made my first app for android already. Any ideas?

Android :: How can I create photo - apply cool effects with camera


Android :: Cool Photo Gallery App Cooliris

Aug 1, 2010

I seen this REALLY cool photo gallery viewer & organizer for nexus one here Cooliris | Nexus One Media Gallery on Android - The official app . I love this program! Is there one available here or somewhere that I can use on my droid incredible? or one that is alot like it?

View 16 Replies View Related

Sprint HTC Hero :: Where's The Cool 3d Photo Gallery?

May 23, 2010

I thought that cool 3d photo gallery app was part of 2.1/HTC? I've seen videos of it and it looks very cool, but cannot find it on my phone or in the market...

View 24 Replies View Related

HTC Incredible :: Cool Photo Gallery App Like Cooliris

Aug 1, 2010

I seen this REALLY cool photo gallery viewer & organizer for nexus one here Cooliris | Nexus One Media Gallery on Android - The official app . I love this program! Is there one available here or somewhere that I can use on my droid incredible? or one that is alot like it?

View 3 Replies View Related

Media : Want Photo Viewer To Work / Give Great Visual Effects?

Oct 4, 2010

I know this has been posted but could not find any suggestions maybe there are none. I was just wondering if there is a better photo Viewer out there that works and gives great visual effects?

View 2 Replies View Related

Android :: Natural Feature Tracking To Create Some Cool AR?

Sep 21, 2010

I want to build an app for Google Android that uses natural feature tracking to create some cool augmented reality. Now what I need is a good library that for Android that does some serious natural feature tracking.

View 1 Replies View Related

Android :: Applying Effects To Camera Viewfinder

Dec 11, 2009

One approach I've looked at is to use the preview callback, asking for a JPEG buffer. Unfortunately, the HTC phones I've tried this on all call back at several second intervals and give me an NV12 buffer regardless of the pixel format you specify. (Anyone know the behaviour on a droid?) I can code my way around the NV12 hassle but I can't exactly do much when the callbacks are so seldom; I want around 10 fps.

The approach I was considering was making an opencore codec for mjpeg. Which leads me to two questions before I start:

1) can third-parties make and install opencore codecs, or is this strictly locked down? Is it to just drop an .so in the right folder, or?

2) do the HTC phones use the default encoders? (i.e. will using the same way the default opencore reference codecs get their pixel buffers work on the phone?)

View 2 Replies View Related

Android :: Create Sound Effects Manipulation On Audio Track?

Dec 28, 2009

I am creating an android app that basically records an applies an "Effect" on the audio track then plays it back. I got my app to record an play back but I am stuck an not sure where do go from here. I have been Googling for days now trying to find a open source audio library or some way to change the audio after I record it. I currently have it setup to play back using SoundPool an I't lets me speed up an slow down the audio. I would like to do things like change pitch an add echo etc. I will appreciate any responses because I am totally stumped right now.

View 1 Replies View Related

HTC Incredible :: Need To Have Best Camera Effects App?

May 4, 2010

so far I'm using the FxCamera app. Just took this shot outside work

View 9 Replies View Related

HTC Incredible :: Anyone Else Test Out Different Camera Effects?

May 28, 2010

Just wondering if anyone had taken the time to try out the different camera effects, a quick search of this forum did not produce many results. My guess is some of you have some really cool looking shots using these different settings. So, here ya go, 2 of my favorites, using the Negative and Solarize settings

View 6 Replies View Related

Android : FW Update / Chinese Clone With 9mp Camera - Bunch Of Other Cool Stuff

Aug 4, 2010

Im looking at buying a Chinese clone, it has a 9mp camera and a bunch of other cool stuff

3.0 Inch WIFI Quad Band Dual Card TV Cell Phone Support Dual Camera and JAVA

My buddy has bought from the same site and said they take returns no questions asked if I dont like it

it says it uses android 1.5 now would I be able to bring that up to date with froyo, or at the least, eclair?

View 5 Replies View Related

Motorola Milestone :: Camera - Photo Right Edge Shows A Thin Vertical Strip Of Next Photo

Oct 20, 2010

Has anyone else experienced a strange problem with the Milestone (running 2.1) camera - in every photo, the right edge shows a thin vertical strip of the next photo! Shows in both Gallery & Media Gallery.. but don't have a similar issue in a video.

View 5 Replies View Related

Media :: How To Give Effects To Image Captured By Camera?

Jun 28, 2010

I am developing an camera application where i want to capture image and give special effects. can anyone tell me how to work on preview of camera image taken by camera which i have include in application. My application is capturing image and saving it in device.But i want to show the new image according to user's choice for effects(whichever he wants) from inside the application.

View 2 Replies View Related

General :: Does 4.2 Camera App Have Facial Effects / Special Backgrounds

Nov 4, 2012

i have installed the 4.2 camera app on my galaxy nexus and i cant find the facial effects/ backgrounds like the ics and jelly bean camera apps had? did they remove it completely or just hid it somewhere?

View 4 Replies View Related

General :: Video Camera Effects On Alcatel OT 6030X?

Apr 11, 2014

an Alcateo OT 6030X (which is known around here as Orange San Remo - I'm from Romania). I just bought the phone a few days ago from someone, and while everything seemed fine at first, I came across a problem with its video camera.

When I switch to video, I get an icon on the top of the screen that allows me to select some video effect [big moth, big eyes, stretched face], but when I activate one of them, the camera just freezes, and sometimes the whole phone too. I tried a full factory reset the other days and everything worked correctly until last night. I even checked that specific feature yesteday morning and it was working perfectly, but last night it just froze again. I did install some apps I commonly use yesterday, so my suspicion is that one of the apps is to blame. I have attached the details of my phone, as well as all the apps I currently have.

View 1 Replies View Related

Android :: How To Create And Apply Styles Through Programming?

Jun 19, 2010

I am new to Android app. development. I need to change the existing style at runtime or can create new styles at runtime and I need to apply it for my buttons and textviews.

View 3 Replies View Related

Android :: Create Repeated Rotate Animation And Apply It To ImageView?

Jan 9, 2010

I've created a layout with an image view and a web view. The web view is set to have a default visibility of gone. When the activity fires up it displays the image view first and when the web view has finished loading its url, it marks itself as visible and the imageview is marked as hidden.

When the imageview is shown, I would like it to rotate repeatedly just for a little added pizazz.

I have never done animations before in Android and all the posts I found when I asked the internet were not helpful; thus, I have returned to SO for help.

So if I start with this...final ImageView splash = (ImageView)findViewById(R.id.splash);

How do I create a repeated rotate animation and apply it to the ImageView?

View 4 Replies View Related

Android :: Way To Create A Photo Gallery On Droid?

Nov 16, 2010

I want to create a photo gallery on Android. I'm using Gallery and BaseAdapter to create a scrollable gallery. Now I want to add action when an image of the gallery is shown(each image's width is the same as screen width), so I need to get its index in the image array. My question is how to get the index of the image which shows on the screen?

View 1 Replies View Related

Android :: Create A Photo Sharing Activity?

Aug 31, 2010

How can I create a custom activity that can be chosen by the user via the share option when viewing the photo gallery? I have options like "Share with Facebook, Twitter, FlickR" etc. But I want to add my own option in there.

i.e. Go to "Photos", then click the "Share" button. You will be presented with a bunch of share providers. What do I need to do to get my activity in there?

View 2 Replies View Related

Android :: Camera Photo Completely Black

Aug 25, 2009

I am creating a little application where I use the Android Camera class. Everything seems to work but the result is a black picture. I think I forget to set a parameter. Do you have any ideas on which parameter I must set up ?

The code:
public boolean takeIt() { ImageCaptureCallback iccb = null;
try { String filename = "photo.jpeg";
ContentValues values = new ContentValues();
values.put(Media.TITLE, filename);
values.put(Media.DESCRIPTION, "Image capture by camera");
iccb = new ImageCaptureCallback(new FileOutputStream(new File (dataMgr.getRoot(), filename)));
} catch(Exception ex ){ ex.printStackTrace();
} camera.takePicture(mShutterCallback, mPictureCallbackRaw, iccb);
return true;
}

View 2 Replies View Related

Android :: Upload A Photo From Camera To PHP Server

Sep 13, 2010

I have 3 days into this and my mind is melting oozing out my ears...

The end result is that I want to upload selected photos from and Android phone to a php website.

I can display the images from the camera and get the filename that I want to upload. However I cannot use FileInputStream on the file name because it is not private to my application. Use FileInputStream generates an error that the file contains a path separater.

Does anyone know how to get the filestream running? Do I have to copy the file into a private file store?

After 3 days of googling this I am amazed I haven't that answer.

View 1 Replies View Related

Android :: Emulator Version - Using For Photo - Camera Testing

Feb 24, 2009

I have 1.0 r2 and it takes garbage pictures, and crashes when trying to view any saved image (I've only saved images taken from the emulator's "camera" so I don't know if it shows images that were pushed via adb properly.)

I'll try the 1.1 SDK, and failing that, an earlier version.

Is this a known issue, sort of a "well, if you're really going to work with pictures, you should be using a G1 anyhow..." kind of thing?

View 2 Replies View Related

Android :: Cropping In Camera Application And Photo Location

Oct 26, 2009

I have not noticed this posted yet so just adding here for those that have not found it. The new camera/video/gallery application supports cropping. After taking a photo or viewing in the gallery, press the Menu button and Crop. You can resize the crop box by touching the edges or move it by touching in the center. Using this feature I was able to create and share panoramic images that were much more interesting. Clicking Menu and then More reveals the "Show on Map" command which displays the location the photo was taken.

View 3 Replies View Related

Android : Trying To Iterate Through All Photo Images - Produced By ADP1 Camera

Feb 12, 2009

I am trying to iterate through all the photo images (produced by ADP1 camera), held on external SD storage in an ADP1. I want to extract the binary data for each image file, determine image size in bytes and send the image data (possibly after compression) over a network conection.

My code is generating an exception when I try to generate a Bitmap based on Photos taken by the ADP1 Camera, stored physically on External SD Card Storage. It looks like the image size is exhausting VM for my application.

I attempt to extract a Bitmap via android.provider.MediaStore.Images.Media.getBitmap() static member function. Code...

View 2 Replies View Related

How To Create Tables That Associate Each Photo With Numerical Value

Apr 9, 2012

I want to create a calculator that has specific functions. So for example if someone wants picture 1,5,7,9 and each photo has a number associated with it, it will deduct from a predefined total number. Once the predefined number is reached, it cannot exceed it. I downloaded Eclipse, ran emulators and have done the hello world. I don't know where to go from here. How to create tables that associate each photo with a numerical value.

View 1 Replies View Related

Android :: Need To Push Intent To Default Camera Application To Make It Take Photo

Apr 28, 2010

I need to push an intent to default camera application to make it take a photo, save it and return an URI. Is there any way to do this?

View 2 Replies View Related

Camera Force Close In App When Take Photo?

Nov 26, 2012

i have an apk app which can take photo and take video with a button.

I have first device running the app and I have 2 button, take photo and take video.When I click take video in this app and it works well but when i click take picture from the button, the app always "force closes".

this is my error logcat

11-19 14:43:27.085: ERROR/AndroidRuntime(6903): FATAL EXCEPTION: main 11-19 14:43:27.085: ERROR/AndroidRuntime(6903): java.lang.NullPointerException
11-19 14:43:27.085: ERROR/AndroidRuntime(6903): at com.android.camera.Camera.initializeFirstTime(Came [code].......

View 6 Replies View Related

Motorola Droid X :: Panoramic Photo Using Camera 360

Jul 27, 2010

Does anyone know if you can shoot a panoramic photo with the Droid X if you are using the Camera 360 app? I've looked through the settings & different shooting options, and can't find where I can?

View 2 Replies View Related

HTC Desire :: Problems With Photo Files When Trying To Use Camera

Sep 2, 2010

Just a small problem I have with my files when trying to use the camera, apologies if this has been dealt with already but don't fancy trawling the forums whilst on my mobile When trying to use the camera I get the message "unable to save file to SD card due to insufficient file permissions"

I am also unable to view a lot of my photos on the SD card through the gallery where as previously I didn't have any such problem. I am rooted and have bog standard 2.2 with sense UI

View 2 Replies View Related

General :: Galaxy S2 - Take Photo Without Opening Camera App?

Mar 26, 2012

We all had these moments when we just had the opportunity to take the perfect picture, but the camera app slowed us down and we missed it.

Thats why i came up with an idea which will allow you to take photos from your homescreen / anywhere with one of the hardware buttons without opening the camera app first.

Is this something you can achieve with the app tasker?

Im using the galaxy s2

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved