integrating camera and email - iphone

I want to develop an application that will automatically send an email as soon as an image is captured by the camera.
can anybody suggest some ideas regarding this???

Really easy to do. The
Iphone developer's cookbook has some "recipes" that will get you pointed in the right direction on how to do this.

Related

How to collect leap motion hand information and sent it to iPhone?

I am trying to develop a Unity project with leapmotion and iPhone, and Currently I have came up with a problem which is how to collect leap motion hand information. Like the location of the hands. There is a link on the YouTube showing that it is possible to implement leapmotion with iPhone.
Can anyone help with that.
The current solution I try to implement is I use C++ API to collect all the hand information and send it to iPhone through Bluetooth. It is also possible to communicate iPhone with WIFI. Hope that helps.
Finally, I use C# socket communication to implement it. And I success. I post the solution in my blog. Hope can help.
http://hanslen.me/blog/index.php/2017/01/06/leap-motion-brings-gesture-control-to-iphone/
If you have any other questions, leave a comment in my blog.

How to stream out video from iphone?

I want to make an application to stream out a UIVIEW. So it can be watch from a webplayer for example Flash or HTML 5. But I am really lost how to start. Any Idea would be appreciated.
I've also been working on such a project recently and I found the help of these websites very useful: http://www.html5rocks.com/en/tutorials/getusermedia/intro/, http://davidwalsh.name/browser-camera, or https://simpl.info/getusermedia/sources/
It can be done via HTML5 and Javascript and it's relatively easy to do.
Hope they help!
EDIT: Maybe I misinterpreted your question. Do you want to stream the camera from the iPhone, or do you want to stream the screen of the iPhone?

How to detect human body by using iphone camera

Hi i want to detect the human body border while taking the photo from iPhone app.
Is it possible? if it is possible how can i achieve this? is there any third party class?
if any one knows please guide me in right way. thanks in advance.
This is a big problem, too big for a SO answer. Your best bet is to follow some of the leads other people give at Body and Face Detection Issue.

Create .swf within iPhone app

Can't find anything about this anywhere (maybe there's a good reason...) - does anyone know if there are any libraries for creating simple SWFs in iOS? I'd like to be able to let the user build a simple animation, then email it off as a SWF. If it's not possible, I'll probably go down the animated gif route.
Thanks for any help!
You might use libsswf which has a c interface.
Check here.

How to scan a thing from a iphone application

i want to know how to scan a paper from a iphone cam and i need to read the data on the paper later i want to store the data...
is it possible..?
please give me a thought...
Thanks..
Well, it it very much possible.
I am not sure really how do it, but you should definitly have a look at OCR.
Try to get a look at Google Googles in the official Google iPhone app, this can actually read text off a picture you take, even at an angle.
I've found this, http://maniacdev.com/2011/08/example-tesseract-optical-character-recognition-ocr-demo-with-source/ i've not tried the example yet, but i'm going to do that, i hope will help you.
Regards.