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**Header file**: [camera_input.h](camera__input_8h.md) 15 16 17## Summary 18 19 20### Member Variables 21 22| Name| Description| 23| -------- | -------- | 24| [OH_CameraInput_OnError](_o_h___camera.md#oh_camerainput_onerror) [onError](#onerror) | Camera input error event.| 25 26 27## Member Variable Description 28 29 30### onError 31 32``` 33OH_CameraInput_OnError CameraInput_Callbacks::onError 34``` 35 36**Description** 37 38Camera input error event. 39