1# CameraInput_Callbacks 2 3 4## Overview 5 6The **CameraInput_Callbacks** struct defines the callbacks used to listen for camera input errors. 7 8**See** 9 10[OH_CameraInput_RegisterCallback](_o_h___camera.md#oh_camerainput_registercallback) 11 12**Since**: 11 13 14**Related module**: [OH_Camera](_o_h___camera.md) 15 16 17## Summary 18 19 20### Member Variables 21 22| Name| Description| 23| -------- | -------- | 24| [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