ipa: cam_helper: Correct a wrong choice of term
Sensors provide embedded data buffers and not metadata buffers, replace the incorrect term with the correct one. Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
2d95f773ab
commit
446cb01d14
@@ -35,7 +35,7 @@ namespace RPiController {
|
||||
//
|
||||
// A method to query if the sensor outputs embedded data that can be parsed.
|
||||
//
|
||||
// A parser to parse the metadata buffers provided by some sensors (for
|
||||
// A parser to parse the embedded data buffers provided by some sensors (for
|
||||
// example, the imx219 does; the ov5647 doesn't). This allows us to know for
|
||||
// sure the exposure and gain of the frame we're looking at. CamHelper
|
||||
// provides methods for converting analogue gains to and from the sensor's
|
||||
|
||||
Reference in New Issue
Block a user