ADVERTISEMENT

vivo gives photography tips when using their V23e 5G

Published Jul 14, 2022 12:19 pm

Photographs keep moments alive and share multitude of stories. Fortunately, there are now affordable smartphones with high-end camera features that enable Filipinos to capture and keep stunning photos easier.  One of the go-to camera phones on the market today is the vivo V23e 5G which is equipped with camera features that can capture photos in vivid and crisp detail.

To complement the good camera device are the right skills and ample  knowledge of basic photography to ensure quality photos in every click. Below are some useful  tips to make more stunning  photos. 

 Create depth and play with perspective

One important skill to develop in photography is the ability to see a subject in an extraordinary perspective. Find angles, patterns, lines and other elements that will give the photograph a  creative appeal. 

Another option is to use depth in taking photos where  one captures the foreground, middle-ground and background elements. This is best for landscape photos to create a more eye-catching output. Props can also be useful to add a playful approach to the subject and its environment. 

A plus to achieve  this trick is to use a gadget that is equipped with a good focus feature. The vivo v23e 5G boasts an Ai triple rear camera that creates excitingly clear images with its 50MP main camera and 80MP super-wide angle camera. The vivo V23e 5G also houses  a 44MP front camera that allows its users to have laser-focus photos, an autofocus feature for sharp and clear selfies no matter the distance, motion, or lighting.

Get familiar with the “magic hours”

Photography is dependent on the available amount of light as it may either make or break an image. 

If one will make use of natural light, it is helpful to know the magic hours in photography which are the sunrise and sunset. This will produce warm and vibrant colors to add texture in every image. While taking photos in lowlight may be challenging, one can utilize artificial lights and shadows to create a more artistic output.  vivo makes it easier for users to leverage on lighting with the vivo V23e 5G’s Intelligent Night Mode feature and Natural Portrait Mode.vivo V23e 5G Natural Portrait Mode has the ability to enhance photos based on the available light in the scene while the  Intelligent Night Mode, through the AI Portrait Restore technology can create clear high definition photos with impressive shadow layers. 

Consider post-processing 

There’s no shame in editing photos to give every image more life and depth.

One of the easiest ways to process photos is through the gadget itself. Personalize photos with vivo V23e 5G’s Multi-Style Portrait Mode. This feature gives more flare to photos with a variety of styles to achieve pegs like vintage or high fashion. Another feature of the vivo V23e 5G is the Double Exposure mode that merges two photos artistically. This  adds flair to photos with its five built-in bokeh effects for an improved portrait game.

Make sure to match the concept with the post-processed output to have a more interesting and social media worthy output. 

Get a reliable gadget and explore 

A good combination of skills and dependable gadget is the secret to good photos. It is essential to have a gadget that can capture high resolution photos. Don’t hesitate to explore the features and camera specs of a smartphone to assure it meets the requirements not only to capture  a good image but also to deliver reliable performance.

Aside from its superior camera features, the vivo V23e is also a highly capable mid-range smartphone suitable for various tasks. Its 8GB RAM and 128GB ROM with 1TB expandable storage will make taking, editing, and uploading photos seamless. There’s also no need to worry about running low on battery as the vivo V23e 5G is supported by the 6NM Flagship Chip to reduce power consumption and it is also engineered with 44W fast charging technology.

Truly, the vivo V23e 5G is a portable photography studio that easily fits in the pocket. For more details about the vivo V23e 5G visit vivo’s website and vivo’s official social media pages on Facebook, Instagram and YouTube channels.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.