{{#if error}}
{{#if permissionDeniedError}}
{{> permissionDenied}}
{{else}}
{{#if browserNotSupportedError}}
{{> genericError message="Sorry, this browser is currently not supported for camera functionality."}}
{{else}}
{{> genericError message="There was an error accessing the camera."}}
{{/if}}
{{/if}}
{{else}}
{{#if photo}}
{{else}}
{{> viewfinder}}
{{/if}}
{{/if}}
{{#if waitingForPermission}}
Waiting for camera permissions...
{{else}}
{{/if}}
{{message}}
Camera Permissions Denied
You have denied this app permission to use your camera.
If you would like to allow permissions, follow the directions for your
browser below.
Google Chrome
Go to Settings > "Show advanced settings..." >
"Content settings..." > Media heading > "Manage exceptions...",
then find this website in the list and allow video capture.
Mozilla Firefox
Reload the page and try again.
Opera
Go to Preferences > Websites > Media heading >
"Manage exceptions...", then find this website in the list and
allow video capture.