Explore the
Universe
Step 1 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

The Basics

Must contain at least 8 characters, an uppercase character, a lowercase character, a number and a symbol.
By joining the Alpha Universe community, you agree to the Terms and the Sony Electronics Inc. Privacy Policy and certify that you are a U.S. resident. (CA Privacy Notice).
Next
Personalize Your Profile
Step 2 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

Your Specialty *

(Select All That Apply)


I am a... *

(Select All That Apply)


(Optional)


What kind of camera(s) do you shoot with? *

(Select All That Apply)

00:00
00:00
https://alphauniverse.media.zestyio.com/cristina-mittermeier-1a.jpg?width=500&height=500&fit=bounds

Episode 1: Conservation Photographer Cristina Mittermeier

Conservation photographer and Sony Artisan Of Imagery Cristina Mittermeier talks with AlphaUniverse.com editor Christopher Robinson about making a difference for the environment with photography. In Tech Talk, Sony's El-Deane Naude explains how white balance works in Sony cameras and best practices for setting your white balance. And Cristina Mittermeier offers up Do This Now tips on prime lenses and how to hone your visual story-telling skills.

International League of Conservation Photographers.

Sea Legacy

Buy prints of Cristina's Photographs

Do you have a question for the Tech Talk team? Click here to send it our way.  


&text=%22' + tweetText + '%22&via=SonyAlpha'; var tweetLink = 'Tweet This' $(this).addClass('px-2 px-sm-5'); $(this).append(tweetLink); $(this).on('click', '.blockquote-tweet', function (event) { event.preventDefault(); window.open(tweetUrl, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=585,height=261'); }); }); editorContent.imagesLoaded( function() { // images have loaded editorContent.find('img').each( function(){ //Determine aspect ratio and set classes for portrait and landscape modes var w = $(this)[0].naturalWidth, h = $(this)[0].naturalHeight; var figureClass = 'au-expandable au-article__content__figure'; if($(this).hasClass('small')) { figureClass += ' au-article__content__figure--small'; } if( h/w > .8) { figureClass += ' au-article__content__figure--portrait'; } // Fix Image Alt/title if necessary if(this.alt == this.src.split("/").pop()) { this.alt = "Article Image"; } if(this.title == this.src.split("/").pop()) { this.title = "Article Image"; } //Parse through sibling elements to find image captions and apply styles var $imgWrap = $(this).parent(); var next = $imgWrap.next('[style*="center"]'); var nextSpan = $imgWrap.next().find('span[style*="center"]'); var secondNext = $imgWrap.nextAll().eq(1); var secondSibling = secondNext.css('text-align'); var secondSiblingSpan = secondNext.find('span[style*="center"]'); var prevSibling; var $figureCaption; if(!next.children(":first").is('img')) { if(next.length) { next.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + next.html() + '
'); next.remove(); } else if(nextSpan.length) { var newCaptionContainer = nextSpan.parent(); newCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + nextSpan.html() + '
'); newCaptionContainer.remove(); } else if(secondSibling == 'center') { $(secondNext).css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); prevSibling = secondNext.prev(); if(!prevSibling.text().trim().length) { prevSibling.css('margin', 0); } $figureCaption = $('
' + $(secondNext).html() + '
'); $(secondNext).remove(); } else if(secondSiblingSpan.length) { var newSiblingCaptionContainer = secondSiblingSpan.parent(); var prevSpanSibling = newSiblingCaptionContainer.prev(); newSiblingCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); if(!prevSpanSibling.text().trim().length) { prevSpanSibling.css('margin', 0); } $figureCaption = $('
' + secondSiblingSpan.html() + '
'); newSiblingCaptionContainer.remove(); } } if($figureCaption) { $imgWrap.append($figureCaption); } $imgWrap.contents().unwrap().wrapAll('
'); }) }); //Align embedded elements center $('.au-article__content iframe').parent('p').addClass("d-flex justify-content-center"); }); $('#playPodcast').click(function(){ $(this).css('visibility', 'hidden'); setTimeout(function(){ $('.play').click(); },500) });