Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-11 | utils: ipu3: Abort when sensor or media device isn't found | Laurent Pinchart | |
Calling exit from a function only exits from the function, it doesn't abort the whole script. Propagate the errors to stop operation when the sensor or media device can't be found. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2018-11-29 | utils: ipu3: Add test capture script | Laurent Pinchart | |
The script captures raw frames from cameras based on the Intel IPU3. It takes the sensor name as an argument and isn't meant to depend on a particular platform. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> |