Sony’s new camera sensor IMX800 is expected to arrive soon. It was claimed that the IMX800, which is expected to be the world’s first 1 inch mobile camera sensor, will be included in the Huawei P50 series.
One of the most important criteria for smartphones has become the quality of their cameras. Technology giants also have more advanced or different features one after another. cameras and sensors started to produce. One of these companies is Sony.
The company, which currently has an important position in cameras and cameras, also produces cameras for smart phones. The last of these is The first 1-inch mobile camera sensor IMX800.
IMX800 may come with Huawei P50 series
“Main + ultra wide + tele
Main + ultra wide + periscope
Main + ultra wide + tele + periscope + ToF “
Twitter user who previously managed to announce various information @ RODENT90made statements about Sony’s new camera in his share. IMX800 in April He announced that he would be before us.
RELATED NEWS
Sony Announces ‘State of Play’ Event Possible to Announce New Games
According to the post in three different P50 models There will be 3 different camera combinations. The base model will include a main sensor, an ultra wide-angle camera, and a telephoto camera. In the Huawei P50 Pro, the telephoto camera will be replaced by a periscope camera. The Huawei P50 Pro + model will include a main camera, ultra-wide angle camera, telephoto, periscope and ToF sensor.
Huawei does not give up 50 MP
RELATED NEWS
Repair Fees Announced For Different Parts Of Huawei Mate X2
In another Tweet, the user said that Huawei 50 MP lenses and RYYB filter He stated that he thought he would stick. With the new model, features such as automatic focusing in all directions are expected to appear again.
Although all three models are expected to enter serial production soon, it is stated that their release may not be at the same time as the previous generation. If the sensors will arrive in April, this is like the P40 of the P50 series. Can not be introduced in March means.
Source :
https://www.gizmochina.com/2021/02/24/sony-imx800-will-be-the-first-1-mobile-camera-sensor-and-it-will-appear-in-the-huawei- p50-series /
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });