1# CameraInput_Callbacks 2 3 4## Overview 5 6The CameraInput_Callbacks struct describes the callbacks used to listen for camera input errors. 7 8For details, see [OH_CameraInput_RegisterCallback](_o_h___camera.md#oh_camerainput_registercallback). 9 10**Since**: 11 11 12**Related module**: [OH_Camera](_o_h___camera.md) 13 14 15## Summary 16 17 18### Member Variables 19 20| Name| Description| 21| -------- | -------- | 22| [OH_CameraInput_OnError](_o_h___camera.md#oh_camerainput_onerror) [onError](#onerror) | Camera input error event.| 23 24 25## Member Variable Description 26 27 28### onError 29 30``` 31OH_CameraInput_OnError CameraInput_Callbacks::onError 32``` 33 34**Description** 35 36Camera input error event. 37