# Camera_Point ## Overview The struct describes the parameters related to a point. **Since**: 11 **Related module**: [OH_Camera](capi-oh-camera.md) **Header file**: [camera.h](capi-camera-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | double x | X coordinate. The value range is [0,1].| | double y | Y coordinate. The value range is [0,1].|