background preloader

Camera

Facebook Twitter

XCamera - Take Pictures with XPages. There is a new release of the XPages Mobile Controls project. The new release shows how to use PhoneGap to take a picture via the camera of a smartphone and then the picture is uploaded to a Domino database. Here is the project, here the documentation and here the direct download link.

PhoneGap's mission: "PhoneGap is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iTouch, iPad, Google Android, Palm, Symbian and Blackberry SDKs" In addition to access to the camera PhoneGap also supports access to other services of smartphones, e.g. geolocation, accelerometer, local contacts, etc. Here is a quick video demonstrating the sample app: Here is a screenshot: Top Cross-Platform Mobile App Development Resources | BinaryNow.

Today, even the best mobile phone deals with competition across all platforms. This puts added pressure on developers as they consider working on applications that must cooperate with multiple platforms. Developers with applications that are compatible across all platforms will have the competitive advantage. Many, however, do not develop for multiple platforms because the process requires significantly more resources.

The catch 22 is that many applications will end up being unsustainable because they do not reach the full spectrum of app users. Developing across multiple platforms is essential for success. Here are some excellent resources for cross-platform app development. RhoMobile RhoMobile offers a Ruby-based framework that enables developers to create applications for various smartphone devices and operating systems. Appcelerator Titanium Development Platform Appcelerator assists developers in the creation of mobile, tablet and desktop applications. Corona Phone Gap Summary. App Development Inquiry.

Picture Seller and Multiplie Picture Uploader, Full Ajax :: Webby0815. IBDW PhotoDeluxe: Fully Ajaxed,Photo Tags,EVOWall and SpyWall Integrated (D7.0.X-D7.1.X Osho) :: ilbellodelweb. Giveaway. Site Search. Camera+ app integration API. Using the Camera+ app integration API, developers can integrate Camera+ functionality into their apps. Camera+ can be used to shoot a photo, to choose an existing photo from the Camera+ Lightbox, to edit a photo or to share photos. Overview The Camera+ app integration API is available in Camera+ 3. You use the API by adding a static library framework to your app. We have created a sample app, which contains the integration framework, and demonstrates how to use it.

You can read about and download the sample app below. This documentation describes the process of preparing your app to integrate Camera+, the different functions available and how to use them. If you have any questions or suggestions, please jump over to our Support forums. Download Download CameraPlusIntegration.zip, which contains the static library framework and the sample app, as described below. Changes Sample app The sample app demonstrates how to use the API. Dive into the code! Now the action sheet delegate method. Tweetbot. Adveanced search for image capture from device app software. Download Android Studio 0.2.4.130.777423 free - A comprehensive development environment for building Android apps - Soft32Download.com. ThemeRoller.

Web Dev | Web.AppStorm. WordPress may just be the most versatile web app ever. You could use it to power your site or blog (as we do here at AppStorm), or you could turn it into an eCommerce store, discussion board, photo gallery, or almost anything else with the wide range of plugins and themes you can add to your WordPress install. But what if you want to use WordPress to do something totally new? You could always code your own theme or plugin, but that can be rather daunting to new users. Even if you”re already familiar with web programming, you”d have to learn the ins-and-outs out WordPress before you could get started. That”s where the Script Manager plugin comes in. It”s designed to let you write HTML, PHP, SQL, and CSS code right inside WordPress, and then let you run that code anywhere you want in WordPress. Before you start… You won’t have to do too much to get started writing new apps inside WordPress with Script Manager.

Getting ready to code in WordPress <? Wp_enqueue_script(‘jquery-ui-core’); top: 0px; iPad Data-aware view-controller that displays a UIView list in an automatically laid out grid Source Code Dynamic Grid ViewController - View Layout - Code4App.com. Source: Licence:BSD Platform:iOS Equipment:iPhone / iPad Author: Nor Oh Category: Size:1463.9 kb Date:2013-02-06 Views:4634 Downloads:587 TAG: Screenshot: UIImagePickerController And Core Image Basics: Building An Instagram Style iOS App. If you’re trying to understand how to use UIImagePickerController for working with the the camera and the basics of using the Core Image API added with iOS 5 a tutorial has been posted on doing just that in which you’ll create an Instagram style app.

In this tutorial from Mohammad Azam (who created the excellent Map Kit beginners tutorial) will show you how to take pictures, how to create a photo filter using Core Image, and how to apply the filter to your picture. Here are is a secroon demonstrating the result from running the tutorial: You can find the tutorial on Mohammad Azam’s site in two parts: Part 1, Part 2. The example code can be found on Github here. A good tutorial for beginners looking to create a photo app. There’s more to come with the tutorial about social sharing – but since I see so many people searching for how to use the UIImagePickerController on this site I felt it would be great to post the first two parts. App Scaffolding Kit That Automatically Allows You To Sync Your Core Data Apps Online. Previously I mentioned the excellent Rack Core Data and AFIncrementalStore that make it easier to create RESTful web services that can sync your Core Data database.

Steve Derico has created a scaffolding kit that utilizes AFNetworking and AFIncrementalStore store along with the Heroku service to automatically create a cloud syncing mobile app using your Core Data model. As the readme states: Building an app that syncs its data in the cloud can be difficult. That’s where SDScaffoldSync comes into play. And here’s a video showing how you can build a cloud syncing mobile app with SDScaffoldKit: You can find SDScaffoldSync on Github here. Looks like a great framework if your app needs to sync with an online service.

Building Instagram for the iPhone Part 2. In the last article we discussed how to take pictures using on your iOS device with the help of the UIImagePickerController. In this article we are going to use the new iOS 5 framework called “Core Image” to create and apply effects to the images. Core Image: Core Image was introduced in iOS 5 framework.

Core Image allows to create special effects for the images. Core Image also has the capability of face detection which will be covered in a separate article. You can read more about Core Image at the Apple Developer’s website using the link below: Core Image Creating Filters: Core Image comes with many different built in filters that are ready for use. Core Image Filters We will be working with three different classes during our adventures with the Core Image framework. CIContext: The CIContext is the most important class in the Core Image framework. CIFilter: The CIFilter class represents a filter. The loadFiltersForImage method is implemented below: Source Code: Building Instagram for the iPhone Part 1.

Instagram is one of the most popular picture sharing application on the iOS platform. The two main features of Instagram includes applying cool effects to the pictures and quickly sharing the pictures on the social network. In this multi-part series we will implement an app similar to the Instagram. Taking Pictures: The first step for any camera app is allowing the user to take pictures. Luckily, iOS API makes it tremendously easy to take pictures. The UIImagePickerController can be used to take pictures using the camera. In order to work with UIImagePickerController you need to make sure that your controller uses the UINavigationControllerDelegate and UIImagePickerControllerDelegate as shown in the following implementation: Next, we will add a camera button to the interface which when clicked will initiate the camera. The camera button is shown in the following screenshot: Don’t worry about the image of the beautiful flower right now!

Conclusion: App Scaffolding Kit That Automatically Allows You To Sync Your Core Data Apps Online. iOS Core Image Tutorial And Example Page. The Core Image framework was added to the iOS 5 developer SDK adding a multitude of image processing API’s previously only available on Mac OS X. Core Image provides pixel level image filters, and allows for many different filters to be placed upon an image at the same time. These include not only image filters for special effects such as bloom or motion blurring, but other image processing algorithms providing for features such as face detection. This means that in many cases where you either had to use a library such as OpenCV or write your own code for image processing within iPhone and iPad apps you can now use the Core Image API.

If you’ve created an iOS Core Image tutorial with a sample project that you would like listed on this page you can submit it here. You can find Apple’s official documentation for Core Image on the iOS platform here, that includes nice listing of available filters. Check out the iOS 5 tutorial page for tutorials on other topics within the iOS 5 SDK. Top iOS Development Resources For Week Ended January 20th, 2013. Welcome back to the weekly feature of the most popular resources mentioned on the site in the past week. This weeks most popular resources include a framework for including a Node.js compatible server within your iOS apps, a library for web communications using Socket.IO and a tool for generating graphs for viewing class/instance details of your objective-c code.

Here are the most popular resources from the last week: Source Code For Xcode Injection Plugin Released – Allows You To Tweak Running Apps. Recently I mentioned the excellent ColorSense plugin, and just last week mentioned an Xcode plugin for visualizing autoresize masks. Here’s another great premium Xcode plugin by John Holdsworth that has recently been open sourced called Injection. What injection allows you to do is “inject” source code into an app already running in the simulator or device so you can tweak your app to your hearts content without needing to re-compile.

A major time saver since the setup is all done automatically for this by the plugin. According to the FAQ here’s how it works: The objective-C runtime always takes a categories implementation in preference to that of the main class. Here’s a video showing Injection in action: You can find the source code for Injection on Github here. You can download Injection itself from the homepage here - this is a premium plugin, but very reasonably priced at $9.99->$25.00 considering the time it can save.

More: Xcode Plugins. App Scaffolding Kit That Automatically Allows You To Sync Your Core Data Apps Online. iOS Core Image Tutorial And Example Page. Open Source iOS Component For Making Great Looking Animated Circular Menu Controls. AppExchange - Apps - Search. Yfujiki/FGallery-with-Video. Kirbyt/KTPhotoBrowser. Index_page - Xataface Wiki. iOS Developer Cheat Sheets. I was browsing through the referral log to this site, and found an excellent post containing cheat sheets for iOS development, and other mobile platforms.

I have mentioned a few of these in the past, but there were a couple that I didn’t know about. Here’s what you’ll find for iOS developers in the article: 1. iPhone Objective-C Cheat Sheet – a cheat sheet for iOS developers that I made some time ago created for easily transitioning to Objective-C from a language such as Java. 2. 3. 4. 5. 6. 7. iPhone Application Development For Dummies Cheat Sheet – A cheat sheet covering selected aspects of iOS development from the creators of iPhone Application Development For Dummies. Definitely worth checking out. Free Camera Apps for iPhone/iPad/iPod Touch. Google Voice Google Maps Facebook Twitter Camera iphone Apps for Free Camera By Contradictory released on: 2011-05-13T08:58:49Z A camera is a device that records/stores images.

Read Full Review CamWow: Free photo booth effects live on camera By Jolly Dream released on: 2011-02-18T07:56:49Z Distort, fatten, pinch, and stylize your camera with real-time filters just like Photo Booth! "Me and my kids use it all the time! "" ★★★ Features ★★★ Real-time effects applied directly to your camera! ★★★ Filters in current version ★★★ Normal Sketch X-Ray Bulge Stretch Squeeze Thermal Sepia Mirror Grayscale Valentine Light Tunnel Newspaper Crosshatch Pop Art Twirl Night Vision Coral Pixellation ★★★ App Store Achievements ★★★ Top 100 Overall App in 46 countries! Thanks for all the support! Remember to follow us on twitter or Facebook for updates and new apps from Jolly Dream Studios!

Read Full Review By APPBURST, LLC released on: 2009-12-30T12:35:01Z. Design Then Code: Building iOS Apps From Scratch. Before taking a crack at any Design Then Code project tutorials you'll need some knowledge of Xcode, Objective-C, Cocoa and UIKit. My goal is for this guide to help bridge the gap between having no knowledge of iOS development and having enough to start tackling more interesting projects. Tools Apple provides a number of tools to enable developers to build Mac and iOS apps. To download them, head to the Mac App Store and search for "Xcode". This $4.99 download will give you access to Xcode (the IDE that Mac/iPhone developers use), Interface Builder, the Cocoa Frameworks, tools for testing your apps, and a lot more. To register as an official iOS developer and publish apps to the App Store (not to mention testing your apps on a real device!)

It costs $99 per year. Here's a quick overview of the tools Apple provides. Xcode Xcode is an IDE (Integrated Development Environment) used by Mac and iOS developers to build applications. Interface Builder Frameworks Introduction To Programming? @end. PhluffyFotos/GettingStarted.md at master · WindowsAzure-Samples/PhluffyFotos. API Monitor: Spy on API Calls and COM Interfaces (Freeware 32-bit and 64-bit Versions!) | rohitab.com. Home. Self(Remote) Shoot & Photo Share 1.5 App for iPad, iPhone - Photo & Video - app by Happypool Inc. Shoot n Share 1.0 App for iPad, iPhone - Photo & Video - app by Ginting Sadtyono. PhotoSender: Simple Way to Select Multiple Photos and Share them with Friends 1.0 App for iPad, iPhone - Photo & Video - app by Meat Tree. FTP Media Server 2.1 App for iPad, iPhone - Photo & Video - app by alcre8or.

Mye i media App 1.0 App for iPad, iPhone - Photo & Video - app by Mye i media. IB Store 1.4 App for iPad, iPhone - Books - app by Index Book. Select/ed New Media 1.0 App for iPad, iPhone - Photo & Video - app by Index Book. BreathCam 1.4 App for iPad, iPhone - Photo & Video - app by HDHR1 ,best app - BreathCam. PhotoPhoto - Album Camera Photo Video Folder Picture Transfer. PhotoPhoto - Album Camera Photo Video Folder Picture Transfer 2.0.6 App for iPad, iPhone - Photography - app by Vineing. Transfr - photo and video transfer for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd generation), iPod touch (4th generation), iPod touch (5th generation) and iPad on the iTunes App Store.

Magic Photo Studio 1.0 App for iPad, iPhone - Photo & Video - app by Florian Dana. WiFi Photo & Video Access. WiFi MediaBox - Photo and video transfer App for iPad, iPhone - Photography - app by Pavel Kanzelsberger. Transfr - photo and video transfer 1.0 App for iPad, iPhone - Photo & Video - app by Objective App LLC. Camera Application to Take Pictures and Save Images to Photo Album « Transfr - photo and video transfer for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd generation), iPod touch (4th generation), iPod touch (5th generation) and iPad on the iTunes App Store. iFlipBook 1.1 App for iPad, iPhone - Photo & Video - app by HyperSense Software ,best app - iFlipBook. PhotoStackr for 500px.

Photo Manager Pro. Camera Zoom Extreme+ Photo Fixer Pro 1.0 App for iPad, iPhone - Photo & Video - app by Mihail Sava. Photo Jelly 1.0 App for iPad, iPhone - Photo & Video - app by Shift Design Haus, LLC. InstaMoments Pro 1.0 App for iPad, iPhone - Photo & Video - app by Jingjing Liu. Photo Gallery+ 1.0 App for iPad, iPhone - Photography - app by Ayogo GmbH.

Frame Delay Camera for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (4th generation), iPod touch (5th generation), iPad 2 Wi-Fi, iPad 2 Wi-Fi + 3G, iPad (3rd generation), iPad Wi-Fi + 4G, iPad (4th generation), iPad Wi-Fi + Cellular (4th generati. Albums for Box - Collaborative Photo & Video Sharing. OneVideoEdit for iPad - Batch Video Edit, Transfer & Upload. iLapse - Time Lapse Video and Multiple Exposure Blender for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (4th generation), iPod touch (5th generation), iPad 2 Wi-Fi, iPad 2 Wi-Fi + 3G, iPad (3rd generation), iPad Wi-Fi + 4G, iPad (4th generation) AremaC for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (4th generation), iPod touch (5th generation), iPad 2 Wi-Fi, iPad 2 Wi-Fi + 3G, iPad (3rd generation), iPad Wi-Fi + 4G, iPad (4th generation), iPad Wi-Fi + Cellular (4th generation), iPad mi.

Photo Manager Pro. Easy Photo Transfer Pro. Broadcast Camera HD 1.1 App for iPad, iPhone - Photo & Video - app by Uwe Tautenhahn. Budget Watch 1.0 App for iPad, iPhone - Finance - app by Francisco Dalina. Viewmatic 1.0 App for iPad, iPhone - Photo & Video - app by Bright Mango ,best app - Viewmatic. Almighty PHOTO 1.0 App for iPad, iPhone - Photo & Video - app by nrusoft. SnapNFilm 1.0 App for iPad, iPhone - Photo & Video - app by Reelygood Corp. ,best app - SnapNFilm. Tied Walkie Talkie for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd generation), iPod touch (4th generation), iPod touch (5th generation) and iPad on the iTunes App Store. Slow Camera Shutter Plus PRO - Long Exposure and Camera FX for iPhone 1.0 App for iPad, iPhone - Photo & Video - app by Bluecloud. Pic light 1.0 App for iPad, iPhone - Photo & Video - app by MAKE A. SnapDate HD 1.0 App for iPad, iPhone - Photo & Video - app by uCentric Apps.

iFast Video Camera (the Highest FPS, Fast Live Zoom, 2G/3G on iOS3.1/iOS4) 2.1 App for iPad, iPhone - Photography - app by IFAST Labs. Video Camera Zoom (30x Zoom) 1.0 App for iPad, iPhone - Photo & Video - app by Tigran Mkhitaryan. PureShot for iPhone, iPod touch (4th generation), iPod touch (5th generation), iPad 2 Wi-Fi, iPad 2 Wi-Fi + 3G, iPad (3rd generation), iPad Wi-Fi + 4G, iPad (4th generation), iPad Wi-Fi + Cellular (4th generation), iPad mini and iPad mini Wi-Fi + Cellular. Take Better Pictures With PureShot. Camera Application to Take Pictures and Save Images to Photo Album «