Skip to main content

Mobile Photography

 Guide to mobile photography

Gone are the days when clicking a good photograph used to be quite a task, from tediously setting up the camera and its gear to editing the raw photos on a desktop computer with the new generation smartphones, equipped with decent processors its now possible to take high-quality photos and edit them on the mobile itself without too much hassle. Capturing good photos with mobile isn`t a herculean task, and with a few basic tips and tricks, you`ll be able to create amazing masterpieces to share on social media.



RAW:
A raw image is minimally processed, so it captures all the details of the image which can be tweaked while editing.
Rule of thirds: 
The main subject or other compositional elements of the image must be placed at the intersection of the gridlines to create a visually pleasing photo.
ISO:
It is the level of the camera`s sensitivity to ambient light. During a daytime, prefer a lower ISO, while a night or in low light a higher iso will give the desired effect.
WB:
White balance allows you to restore the true colors of the image, which often fade. Use the sliders to restore the original colors of the image.
Shutter Speed:
Slower shutter speed is desirable to low-light photography and capturing motion blur. The lower the denominator, the slower is the shutter.
Focus:
It enables you to focus on any other element in the frame manually, which autofocus is unable to catch. The slider allows you to shift the focus from near to far.
-------------------------------------------------------------------------------------------------------------------
Some General Tips:

• Experiment with Manual/Pro mode of the camera to get complete control over all the settings.
• Make sure the subject is properly exposed. The smaller pixels in mobile sensors provide less room for manipulation later.
• Instead of zooming through the camera, always try to move closer to the subject.
• For devices with triple camera setup, try and utilize all the focal lengths for different perspectives.
• To enhance the look for your photos, edit with Snapseed, lightroom CC, VSCO, etc. (Don`t overedit, a person shouldn’t be left with a red skin!)
• If you are trying to shoot a video, always try and shoot at 24 FPS to get a more cinematic look.
• Always keep the glass of your smartphone camera smudge-free.
Bonus Tip: Monochromes look better than the colored photos on smartphones' cameras.

A video by Saurav Sinha to make your task easy.

Comments

Popular posts from this blog

VS Code, Installation and Complete Setup

Let`s Install VS Code: Which is the best source code editor available right now? Without no doubt, we can say that it’s Visual Studio code or simply VS code. VS code is an open-source code editor developed by Microsoft. It has built-in support for C++, JavaScript, Node.js and almost all programing language-based plugins are available in VS studio right now.Let`s install the stable version of VS code on our Windows system: Steps: VS code setup file can be downloaded from the official website. Link is given- https://code.visualstudio.com/ . After opening the website, click on the Download for Windows button.This will download the VS code Setup Wizard on our system as an EXE file. So, the VS code Setup Wizard is downloaded successfully, and we need to run it. 1. Click on the setup file, a preview has been shown: -                  2. Agree to the License ...

Programming Apps For Beginners

ARE YOU A PROGRAMMER OF BEGINNER LEVEL?? Having difficulty with programming or learning new technicla skills. THESE ANDROID APPS ARE FOR YOU… I , as a programmer , would like to suggest you these Apps which help you bring up your programming skills at a whole new level. 1.SoloLearn: Learn to code for Free This not just an Android app , but a large scale platform for enhancing your programming skills. Features *Take lessons of programming languages like C++, C#, Java, CSS, Python 3, JavaScript, PHP, HTML Fundamentals, SQL Fundamentals, jQuery, Ruby and Swift* *Challenge others and take challenges of your known languages to know how much you know.* Get certificates for completion of course. *Badges for your skills.* *Practice questions within the lessons.* Add and verify others’ questions for challenges. *Online Compiler for all languages* *Save progress and sync across devices* Much more. 2.Programming Hub, Learn to code This app has more lan...

The Role Of Data Structure And Algorithms In Programming

Most Computer Science students and working professionals tend to skip learning DSA, especially in India, because they find it quite complicated and also because they do not understand the benefits of it fully. What they fail to understand is that DSA has profound uses in various walks of life and not just in making an application more efficient. Popular programming competitions like IOI (International Olympiad in Informatics) and ICPC (International Collegiate Programming Contest) have not had many winners from India due to various reasons. For instance, it is common knowledge that Indian students are not exposed to core programming skills or the concepts of DSA during their high schools. They are forced to prepare for competitive exams instead.  This means when these students represent India in IOI or ICPC they are put against participants from other countries who have nearly 4-5 years more programming and DSA experience than their Indian counterparts. Reasons to learn DSA Many ...