I am trying to set my camera exposure settings to default configuration using
setExposurePointOfInterest:CGPointMake(0.5, 0.5)
Is this different from
setExposurePointOfInterest:CGPointMake(0.5f, 0.5f)
If I use the CGPoint without float, will it cause change in the auto exposure behaviour?