Stay organized with collections
Save and categorize content based on your preferences.
ShutterCallback
interface ShutterCallback
Callback interface used to signal the moment of actual image capture.
Summary
Public methods |
abstract Unit |
Called as near as possible to the moment when a photo is captured from the sensor.
|
Public methods
onShutter
abstract fun onShutter(): Unit
Deprecated: Deprecated in Java.
Called as near as possible to the moment when a photo is captured from the sensor. This is a good opportunity to play a shutter sound or give other feedback of camera operation. This may be some time after the photo was triggered, but some time before the actual data is available.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Camera.ShutterCallback\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 21](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nShutterCallback\n===============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/hardware/Camera.ShutterCallback \"View this page in Java\") \n\n```\ninterface ShutterCallback\n```\n\n|----------------------------------------------|\n| [android.hardware.Camera.ShutterCallback](#) |\n\n*** ** * ** ***\n\n| **This interface was deprecated in API level 21.**\n|\n| We recommend using the new [android.hardware.camera2](/reference/kotlin/android/hardware/camera2/package-summary) API for new applications.\n\nCallback interface used to signal the moment of actual image capture.\n\nSummary\n-------\n\n| Public methods ||\n|---------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|\n| abstract [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [onShutter](#onShutter())`()` Called as near as possible to the moment when a photo is captured from the sensor. |\n\nPublic methods\n--------------\n\n### onShutter\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun onShutter(): Unit\n```\n\n**Deprecated:** *Deprecated in Java.*\n\nCalled as near as possible to the moment when a photo is captured from the sensor. This is a good opportunity to play a shutter sound or give other feedback of camera operation. This may be some time after the photo was triggered, but some time before the actual data is available."]]