Text Recognition (1)

19 06 2013

Did you ever need the content of a printed document but couldn’t find the associated file?
Copy word for word into a new document is a suitable task only for short notes.
Did you ever see a text far away from your device you would like to quote?

As you read these words on iNotes4You, your eyes and brain are carrying out OCR operations without you even noticing. Your eyes are recognizing the patterns of light and dark that make up the characters displayed on your device. It took you a long time learning all the patterns and absorbing their meaning. Your brain now can figure out what I’m trying to say (sometimes by reading individual characters but mostly by scanning entire words and whole groups of words at once).

Reading handwritten text of different people improves your experiences with extracting the concealed information. Your brain is like a database saving all the different mutants of a character.

Transferring printed documents to digital text makes the job easier and you don’t have to spend your precious time for typing it manually into a new document. Luckily, you can use your iOS device to do OCR (Optical Character Recognition).

Take a snap of the document with your iPhone and hey, presto.

OCR in action

OCR software extracts all the information from the image and converts it into text. To do this job a stand-alone algorithm implemented in a software application is not sufficient. It must be supported by a database when it comes to non-unique results e.g. a ‘g’ or ‘q’ in a word. The algorithm then has to ask the database wether the first or an alternate variant is a well-known word.

There are many causes preventing the technique to do the job without errors. The error frequency is mainly determined by the following disturbances:

  • Color
  • Formatting
  • Contrast
  • Orientation
  • Incomplete characters
  • Font type
  • Surrounding non-text elements
  • and more …

Most of the problems can be avoided by using a special font set called OCR-A.

20130412-202057.jpg

Converting with 100% accuracy in 100% of the time would be nice, but we’re talking about OCR on an iPhone or iPad and not about an expensive professional equipment.
The important thing is that you provide the best source image possible. This generally means a flat page with clear text and sufficient lighting. If you can do your part and take a good picture all apps seems to have no trouble doing the job with occasional manual corrections.

Microsoft OneNote …

Microsoft OneNote is part of the Office suite and offers OCR.
Just open OneNote drag the image into the workspace and use ‘Copy text from image’. Depending on the image quality and the amount of not-wanted surrounding information you have to do some manual editing.

20130412-202605.jpg

Unfortunately the free app Microsoft OneNote for iOS devices does not support OCR.

FreeOCR …

This free OCR software uses the Tesseract OCR engine (HP), one of the most accurate open source OCR engines available.

FreeOCR offers a simple UI with two windows (left=the original image / right=the extracted text). It supports most image files and multi-page TIFF files.

20130412-202840.jpg

Steps to do by OCR software …

  • Loading image as bitmap
    The source usually is a file with one of the well-known formats BMP, JPEG, PNG and so on. PDF files must be supported as well, many documents are stored as images in PDF format and the only way to extract text from such files is to perform OCR.
  • Detecting the relevant image features
    Many OCR algorithms expect some predefined range of font sizes and foreground/background colors so the image must be rescaled and inverted before processing when necessary.
  • Reducing disturbances
    An image can be skewed or it can have a lot of optical noise, so deskew- and despeckle-algorithms are applied to improve the image quality.
  • Converting to bi-tonal image
    Many OCR algorithms require bi-tonal image, therefore color or grayscale must be converted to black-and-white image. This process is called ‘binarization’ (reducing to two colors) and in some cases it is an important step because incorrect binarization will cause a lot of problems.
    In other cases, the algorithm performs better on the original image and so this step is skipped.
  • Lines detection and removing
    This step is required to improve page layout analysis, to achieve better recognition quality for underlined text, to detect tables, etc.
  • Page layout analysis
    This steps is also called ‘zoning’. At this stage OCR system must detect positions and types of the important areas of the image. It has to identify columns, paragraphs, captions, etc. as distinct blocks. This is important in multi-column layouts often used in newspapers and tables.
  • Detection of text lines and words
    This might be a complex task when analyzing layout-oriented articles in magazines because of different font sizes and space between words and lines.
  • Combined-Broken characters analysis
    It’s a common situation that some characters look broken or touch each other. So OCR has to separate characters and virtually complete their shapes.
  • Recognition of characters
    This is the main algorithm of OCR. An image of every character must be converted to appropriate character code. Sometimes this algorithm produces several character codes. For instance, recognition of the image of ‘I’ may produce ‘I’, ’1′, or ‘l’ codes and the final character code has to be selected by looking on the context.
  • Dictionary support
    This step can improve recognition quality, some characters like ’1′ and ‘I’, ‘C’ and ‘G’ may look similar and the dictionary must help to make the decision.
  • Saving results
    The last step is to transfer the pure text into a suitable output format e.g. a searchable PDF, DOCX, RTF, TXT. The greatest challenge is to keep the original page layout for columns, fonts, colors, pictures, background etc.

A sneak peek …

There are a lot of OCR apps for iOS devices. Cost varies and so do feature sets. Some are limited towards scanning business cards. In any case the image should not look like my image above.
Anyway you must keep your feet on the ground. Forget suggestions of app developers that you can convert all your printed documents into readable text.

Part 2 of ‘Text recognition’ is coming soon and compares valuable apps for iOS devices as there are ImageToText, Text Grabber, and Prizmo.

Thanks for dropping by.





iOS 7 Beta

18 06 2013

Shortly after Apple’s WWDC 2013 heavy posting in communities and blogs let websites get overheated. People are provided with many spotlights on new features, traditionally as textual descriptions or videos.

Mind mapping is a powerful technique which may or should replace text by visualized information. It’s the appropriate technology to keep the users away from (textual) information overload. On the other hand mind maps in some cases show us that some kind of news presented without high resolution images and videos not necessarily satisfy consumers wants. What remains is a visualized summary with which users may get deeper into some topics on demand.

But even images and videos cannot replace the original product. For Feelings, enthusiasm or disappointment, user experience, and a simple Like or Hate we have to wait until iOS 7 is installed on our devices.

Anyway I miss the usage of mind maps in publications.
So I created a map showing the relevant features of iOS 7 as of June 2013.
It’s expected that there are more new features not fully developed and published at the time.

20130616-193425.jpg

Here you may download this map in different formats:

PDF Adobe Reader

https://www.box.com/s/1hi9x8gjffstdhqivsgb
ITMZ (Native format of iThoughts for iPad)

https://www.box.com/s/2so40qj7qeabo65d9t6v
MMAP (Mindjet)

https://www.box.com/s/h3jrq1symoacyhy21mce
XMIND (XMind)

https://www.box.com/s/lpzwfjf5393ljbm5c07u

Admittedly this map cannot show the new design which is quite important because many potential customers decide per design. Additionally users don’t just want to use their device but also want to like it. That’s a very important point in former, today’s, and future strategy of Apple: Pull customers by doing a bit artwork for devices and software.

So please refer to the Apple website where all features are presented with animations

Apple iOS 7

20130616-132316.jpg

Another brief walkthrough is presented by J. D. Lace on Google+

iOS 7 Walkthrough by J. D. Lace

By the way …
J. D. Lace publishes excellent posts with comprehensive content.
J. D. contributes to http://allthingsapple.me/

and by Corbin Briske

A depth look on iOS 7

Annotations …

  • Feature details
    The mind map doesn’t show details. Details of features are always almost important regarding the acceptance, usability, and productivity. If the UI (User Interface) and the UX (User Experience) are not suitable users will not recognize them as an improvement although it could be sophisticated and never shown in other operating systems or applications.
  • Missing features
    In January 2013 I collected some features users all over the world expected for iOS 7.
    iOS 7 is coming, dead sure!
    None of these features are implemented in the actual beta version of iOS 7.
    So Apple again goes a not expected path. Is it a trail of tears? Regarding the file system I would say YES. It is still a way with many stumble stones to commonly use files by multiple apps.

    Note
    Refer to my blog
    Every App is an iLand
    if you are not familiar with the built-in restrictions of Apple’s file system.

  • Saying NO and pulling people
    Some publications say that Apple worked on a completely revamped version of iOS because of it’s strongest competitor Google with it’s Androis OS.
    I assume: Apple would even had done it if Android would not be in the market.
    It’s Apple’s innovative power to continuously provide people with products the want.

Further information …

A mind map is a diagram used to visually outline information. A mind map is often created around a single word or text, placed in the center, to which associated ideas, words and concepts are added. Major categories radiate from a central node, and lesser categories are sub-branches of larger branches. Categories can represent words, ideas, tasks, or other items related to a central key word or idea.

The website

Biggerplate.com

20130616-120714.jpg

is the world’s largest free mind map library founded by Liam Hughes, UK.

On January 1, 2013 I created a new group on Biggerplate.com named APPLE.

The Apple group offers free mind maps about Apple products, the operating system iOS for mobile devices, and apps from Apple’s App Store.

Apple group on Biggerplate

To download mind maps from Biggerplate you have to register first. Just enter your E-Mail address and a password and you will become a member. The membership is totally free.

You can download any mind map created by more than 50,000 members for free.

For the Apple group it’s recommended to use the app iThoughts by Craig Scott available at Apple’s App Store. It’s the only app supporting about 20 different formats especially .mmap files (Mindmanager), .xmind files (XMind), and .cdmz files (ConceptDraw) which are supported by Biggerplate.

Related links …

Apple iOS 7

Features Apple didn’t talk about

Features MIA in iOS 7

Thanks a lot for dropping by.





Pairing People with Mind Maps

16 06 2013

In my article ‘Molecules and Art’ I talked about bios, researches, and arts as applications of mind mapping.

This article gives some examples of pairing users and developers, or generally speaking, pairing people with different skills.

  • Developers are technicians and users are users.
    Cloudy error messages and technically oriented manuals are not what users should expect after purchasing a software product.
  • Salesman need a brief overview of the product’s key features.
  • Managers have to explain their strategies to the midlevel staff.

Is there an effective method to seamlessly connect people with different skills and hence talking different ‘languages’?

Mind maps may bridge the gap. Here are some examples.

Databases …

Users of software applications don’t want or are not able to think about the appropriate file management for the data they have to work with. Developers usually don’t want to deeply engage in the specific fields of activity of their users.

So how can developers be paired up with users?
Or in other words:
What is a common platform for technical and functional responsibilities?

Mind maps may help as they reflect the requirements of users as well as the more technical thoughts of developers.
Here are the fields available in Tap Forms HD database app for the iPad.

20130408-200627.jpg

Both, developers and users can bare their thoughts in a mind map.
There are no special skills required to use this common platform for the description of tasks and the communication. Different skills of users and developers are leveled to a graphical view of the task and therefore communication is enhanced.

The result may be a more efficient software application and the mind maps may serve as a common knowledge base for future updates and improvements.

UI design …

A further benefit could be the disclosure of inconsistencies in the UI design. See my mind map about the Security Settings of an iOS device where settings are widely spread over lots of sections in Apple’s settings app.

20130408-200643.jpg

This mind map may be also used as a manual for security settings.

Feature description …

See this mind map which describes all features of the mind mapping app iThoughts HD for iPad, developed by Craig Scott, UK.

20130408-200657.jpg

Update descriptions …

My demand:

Each operating system should have an integrated viewer (an engine for displaying mind maps which is open to the developers to fill with content) which provides interactive usage of mind maps as a replacement for textual descriptions. Think of a help system where you can expand the topics you are interested in.

Mind maps are simply more attractive with additional usability. The well-known ‘Search’ implemented in help systems is also available in mind maps. So there is no need for textual descriptions any longer. Admittedly this is only valid for applications with a strong focus on ‘easy-to-use’ and mostly ‘self-explaining’ features. If there is a need to comment all topics mind maps loose their simplicity and textual descriptions are more effective.

This slideshow requires JavaScript.

Sales offers …

Developers can explain the main features of a new device by creating a mind map.
Salesman and potential customers can use this map to easily inform about features of the product.

Tap on an image to enlarge the whole map or the snippets.

The benefits are that shop assistants can easily assimilate the features by the brain and remember them a longer time.

Problem descriptions …

Whenever you are confronted by a problem mind maps help you see all the issues and how they relate to each other. They also help professionals to quickly get an overview of how you see different aspects of the situation, and their relative importance.

Explaining strategies …

Industry leaders develop strategies which have to be explained to teams.
Mind maps are suitable for communicating the objective of a project, the different tasks involved, and most importantly the role and function of everyone in the team.
Part of being a good leader is being an effective communicator.

Training events …

The usual and I think a bit old-fashioned way is to use Powerpoint/Keynote presentations e.g. for software applications training.
There is always just one slide visible and if there is a need to scroll back you cannot see the slide where you came from.
In a mind map just expand a branch and after finishing the discussion collapse it and continue with the previous topic.

Related links …

Molecules and Art

Remarks to Mind Mapping

Mind Map vs Textual Pages

Blog Summarizer

Apple on Biggerplate.com

Databases and Mind Maps

Mind Mapping (3)

Mind Mapping (2)

Mind mapping (1)

Comments and Likes are highly appreciated.
Thanks for dropping by.





Avoiding World War III

14 06 2013

Shortly after Apple’s WWDC 2013 the conflict between Androids and Apples again escalated. An attack comparable to a heavy thunderstorm reached Apples. One of the impacts recognized was that the brand’s apple stalk actually points to the left side. Heavy posting in communities even let websites get overheated.

20130612-074428.jpg

At the time both sides are far away from arguments.
German head of government Angela Merkel (59) already offered help by initiating an expropriating proceeding for Volkswagens. The cars could be used for expatriation of Androids and Apples as reported by government spokesman yesterday.

The proposal was to bring Apples to the southern and Androids to the northern hemisphere while Phoners could stay in the demilitarized zone (DMZ) near the equator. US government already agreed to this compromise as it let Apples survive in the more moderate climate of the south and get their original skin color back and give Androids the chance to possibly retire in the more cool areas of our planet.

But this is not seen as a long-term solution of the problem because the cyber war would go on.
On a UN extraordinary meeting it was decided to instruct ICANN (Internet (Corporation for Assigned Names and Numbers) to divide http addresses into


http://wwa
addresses for Apples
and

http://wwg
addresses for Google’s Androids

and to completely divide the Internet into two non-connected parts.

There was a intensive discussion about that because both companies still have the first letter of their brand in common. Androids claimed the wwa addressing but were outvoted by the majority of Phoners who argued that Apple was the innovator. Only a minority argued that Apple initiated all the problems by forcing others to appear on the scene.

What we will see in the near future is an ongoing convergence of both parties. Apple did a first step by using a new Android-like interface and Google also will neglect the security requirements of users in the near future. So the fighting companies will be in the line of Microsoft’s long-term strategy to overtake both.

Note …
Many comments are like written from a child. No arguments just feelings. And what the heck is the motivation to praise the own product and to talk other products down although none of the users were involved in development and could say: I did the better job.

What I occasionally see behind the scene is a deeply illiberal attitude. Users have different requirements and set their focus on different topics. So they decide to purchase this or that product and do it with cars, food, or other stuff as well. Have you ever seen people fighting because of eating different food?

I thought we already left the Middle Ages and moved into the modern era where opinions are respected and people are not offended if they see more benefits for themselves when purchasing an Apple or an Android device. Some comments on that topic seem to be are childish or is it more?

Admittedly there are also funny discussions like this

the1dynasty posted on Google+

So in total I hope an expatriation of Apples and Androids is not needed.

Joke apart …

All these verbalized fights are ridiculous.
Both operating systems have their own philosophies and many pros and cons as well.

The only crucial question users have to answer for themselves is:

Does the device what I expect in a suitable environment (UI and UX) for an acceptable price?

If YES buy it. If NO don’t buy it.

Related links …

Droid Life

Thanks for visiting http://wwA.iNotes4You.





VPN with iOS Devices (2)

13 06 2013

My first article about this topic explained the basics of a VPN connection between a device outside your local area network and a computer inside of it. All necessary settings for firewall and iOS device are explained in this article.

Step 1 Configuring the firewall

Many of the VPN tunnel configuration settings in the VPN client on iOS devices or Mac OS X are not configurable by the user.
So it is very important to exactly configure the settings on the firewall to match the settings required by the VPN client on the iOS device or MAC OS X.

In web-interface of the Watchguard XTM firewall go to VPN – Mobile VPN with ipSec and click Add.

After finishing the configuration of the Mobile User VPN Group users have to be configured in a next step. If you define a user don’t forget to assign him to the group (here ‘Apple’) at the bottom of the dialog.

20130405-220940.jpg

If you want to use a configuration file (.wgm) for mobile devices which can be generated via Watchguard UI, send this file via E-Mail to your mobile device. On the mobile device tap on the attachment and select ‘Watchguard’ from the apps menu of the ‘Open in’ command. This will open the Watchguard configuration app. This app is solely for creating a profile containing the right settings.

I recommend to configure the device manually because it’s easy and a download of Watchguard’s app from Apple’s App Store is not needed.

Step 2 Configuring an iPad or iPhone

Configure the profile directly on the device …

20130405-220251.jpg

App controlled installation …

Tapping on the WGM file attachment opens Watchguard’s iOS app and you can install the configuration as an unsigned profile.

20130405-220304.jpg

Step 3 Testing the connection via WiFi or 3G

To access a resource from outside the LAN via VPN go to Settings on your mobile device and activate VPN. After a successful connection a VPN icon is displayed in the status bar.

When connected your device will behave as if it is part of the LAN. So any app on your mobile device you use inside the LAN can also be used when connected via VPN.

But keep in mind: That’s only valid for accessing files.
What you cannot use are apps which require the device located in the same network.

Example:
Consider the app Printer Pro. You can print documents saved on the mobile device using a printer connected to a computer in your LAN. This won’t work when connected via VPN because apps on your computer do not send information about available printers to your mobile device. This happens only if you are a real, not a virtual member of the LAN.
The option ‘Open on my PC’ provided by the app ‘Fingerprint’ is available if the device is a real member and disabled if there is a virtual connection to the LAN.

20130407-123414.jpg

I myself use the app FileBrowser to access files on remote computers.

20130612-093657.jpg

Summary …

Using a VPN connection provides security.
The participating devices have to authenticate before a secure connection can be established.
All data will be strongly encrypted before transfer over the unsafe internet starts.
To connect you just have to set the VPN slider to ON.

Thanks for flying with http://iNotes4You.com.





VPN with iOS Devices (1)

11 06 2013

Think about masked figures walking on the Broadway.
They are using public roads but you cannot identify them and you don’t know what’s going on inside their brain.

That’s the idea of establishing a Virtual Private Network (VPN) where the data stream uses the public internet highways but cannot be read by anyone. Capsule encrypted information in an ordinary overcoat and decrypt it by using a mutually agreed foreign language.

20130405-210600.jpg

This image shows the requirements of a typical configuration for private or small business use.

  • Firewall
  • Mobile device
  • Free Dynamic DNS account
  • Computer in a LAN you want to have connect to

Apple’s OS X for Mac and iOS for iPhone, iPad, and iPod Touch include a native Cisco IPSec VPN client. You can use this client to make a secure IPSec VPN connection to a firewall and the devices behind it. To do this, you must configure VPN on your firewall device to match those on the iOS or Mac OS X device.

Following the KISS principle I want to describe how to connect an iOS device with the LAN using the integrated Cisco client.

KISS
KISS = Keep it simple, stupid
A design principle noted by the U.S. Navy in 1960 that states that most systems work best if they are kept simple. Unnecessary complexity should be avoided.
Variations of this phrase are:
Keep it simple sir, Keep it simple and straightforward, Keep it short and simple, Keep it simple or be stupid

Why VPN …

Using a VPN connection provides security.
The participating devices have to authenticate before a secure connection can be established. All data will be strongly encrypted before transfer over the unsafe internet Autobahn starts.

You may think that there are apps connecting you with your devices at home with nearly zero configuration e.g. TeamViewer. That’s true but these apps don’t allow simultaneous connections of more than one device. Others like VNC Server/Viewer allow concurrent connections but their free versions do not support encryption. Additionally the firewall has to be configured for Port Forwarding.

So the best practice is to use VPN without additional licensing costs and nearly the same expenditure of time for setting up the virtual private network.

The basics …

Refer to the following articles about basic terms and functionalities of networking:

Network (1) Addressing

Network (2) Apple Airport router

Network (3) Port Forwarding

Your Internet Service Provider (ISP) usually assigns varying IPs. This would prevent a suitable usage of VPN. If this would happen with addresses in real life a postman could not deliver your mail. However there is a simple and free solution by using Dynamic DNS services offered by No-Ip.com or other providers.

From a Dynamic DNS provider you will get a hostname, not an IP address. A device from outside your LAN first contacts the DDNS provider to evaluate your actual WAN IP address. Your mobile device can now locate your LAN in the internet and establish a connection.

It’s quit simple to get an account at No-Ip.
Sign in and you get an E-Mail with a confirmation link.
Fill out the form for Dynamic DNS and you get a hostname like ‘user.no-ip.org’.
This constant hostname will replace the varying WAN IP of your home/small business network.
How does No-Ip get your WAN IP? Well, you have to install the free No-Ip Dynamic Update Client on one of your computers inside the LAN. This client updates your changing IP at No-Ip’s servers. Don’t switch this computer off to ensure that No-Ip knows your WAN IP at any time.

The Watchguard Firewall XTM …

Watchguard Inc. is located in Seattle, USA.
The company I work for uses Watchguard products without any problems since many years.

The firewall serves as a gateway for the LAN managed by Windows 2008 servers. Colleagues must have a secure access to these resources.

A running VPN connection …

The following steps illustrate the principles of a VPN client-server interaction in simple terms found on Wikipedia. For IP addresses refer to the above shown graphics.

Assume a remote host with public IP address 1.2.3.4 wishes to connect to a server found inside a company network. The server has internal address 192.168.1.10 and is not reachable publicly. Before the client can reach this server, it needs to go through a VPN server / firewall device that has public IP address 5.6.7.8 and an internal address of 192.168.1.1. All data between the client and the server will need to be kept confidential, hence a secure VPN is used.

01 The VPN client connects to a VPN server via an external network interface.

02 The VPN server assigns an IP address to the VPN client from the VPN server’s subnet. The client gets internal IP address 192.168.1.50, for example, and creates a virtual network interface through which it will send encrypted packets to the other tunnel endpoint (the device at the other end of the tunnel). This interface also gets the address 192.168.1.50.

03 When the VPN client wishes to communicate with the company server, it prepares a packet addressed to 192.168.1.10, encrypts it and encapsulates it in an outer VPN packet, say an IPSec packet. This packet is then sent to the VPN server at IP address 5.6.7.8 over the public Internet. The inner packet is encrypted so that even if someone intercepts the packet over the Internet, they cannot get any information from it. They can see that the remote host is communicating with a server/firewall, but none of the contents of the communication. The inner encrypted packet has source address 192.168.1.50 and destination address 192.168.1.10. The outer packet has source address 1.2.3.4 and destination address 5.6.7.8.

04 When the packet reaches the VPN server from the Internet, the VPN server decapsulates the inner packet, decrypts it, finds the destination address to be 192.168.1.10, and forwards it to the intended server at 192.168.1.10.

05 After some time, the VPN server receives a reply packet from 192.168.1.10, intended for 192.168.1.50. The VPN server consults its routing table, and sees this packet is intended for a remote host that must go through VPN.

06 The VPN server encrypts this reply packet, encapsulates it in a VPN packet and sends it out over the Internet. The inner encrypted packet has source address 192.168.1.10 and destination address 192.168.1.50. The outer VPN packet has source address 5.6.7.8 and destination address 1.2.3.4.

07 The remote host receives the packet. The VPN client decapsulates the inner packet, decrypts it, and passes it to the appropriate software at upper layers.

Overall, it is as if the remote computer and the server are on the same 192.168.1.0/24 network or in other words as if you are sitting in the office. VPN extends a private network across the public internet. Data are shared as if they were an integral part of the private network.

Continue reading about VPN. My next article describes the configuration of the firewall and the iPad/iPhone.

Thanks for visiting http://iNotes4You.com.





Feuer frei!

8 06 2013

Feuer frei!
is a song by German industrial metal band Rammstein. ‘Feuer frei’ is used in German military language and means ‘fire at will’ or ‘open fire’.

According to my pacifistic attitude let’s fire with iPad’s or iPhone’s camera.
So nobody is hurt except the memory of your device.

The app I want to talk about is the app Fast Camera by i4Software, USA.
It’s a universal app (pay once and use on all your iOS devices).

I stumbled upon this app while reading Andrew Douchy’s blog about iPad Microscopy where you can find one of the many applications.

The features …

See these screenshots which show you the main features of Fast Camera.
The picture basically summarizers my last visit to my 2nd residence.

20130401-150213.jpg

20130401-150259.jpg

Manual Controls on the screen help to set the focus, exposure and white balance by freely moving the controls to the objects of interest and lock them. This means that exposure, focus or white balance are adjusted based upon where you drag the controls on the screen. Drag the f (focus) control over a near or far object to change the focus. Drag the + – (exposure) icon over a dark area to lighten the image or over a light area to darken the image. Drag the wb (white balance) control to an area with different lighting like sunlight or fluorescent and lock.

Some stats …

It lasts 180 sec to fire 500 shots (2.8 photos/sec).
500 shots use 729 MB of memory (1.45 MB/photo when using the 5 Megapixel resolution).

It’s obvious that the sharpness of photos get worst the faster you move the camera. That’s because the automatic adjustment of iPad and iPhone is too slow to follow nearly 3 photos per second.

Applications …

As I already mentioned Andrew found an impressive application of this app by taking photos through a usual microscope.

One of the main purposes of Fast Camera is to keep your primary camera roll or photo library free from images you don’t want. Taken images are saved in the app specific data folder. Fast Camera allows you to select only the images you want to keep, save those to your camera roll and delete the rest.

Here is a sequence taken with iPad from my TV.

20130401-150614.jpg

You can also select a sequence of images to export as a video. This works great for time lapse and stop motion animation videos but you can even use it to turn 100 photos of your child into a memorable video. When you tap SAVE and choose ‘Export Images as a Video’ you will be able to select from various resolution and frame rate options. Use 24fps and 30fps for time lapse and stop motion videos and use 1 fps or even 1 frame per 2 seconds to create memorable slide-show style videos. You can also choose forward or reverse for some funny effects. It’s recommended to experiment with the different video export options.

Happy and peaceful shooting!

If you liked this article tap on LIKE.
If you didn’t like it write a comment and force the author to improve himself.
Thanks.








Follow

Get every new post delivered to your Inbox.

Join 65 other followers

%d bloggers like this: