ACF Display Taxonomy Image Field

Seems I need to find the term id before displaying the field

$terms = get_the_terms( get_the_ID(), 'album_category');

http://www.advancedcustomfields.com/resources/get-values-from-a-taxonomy-term/