libcamera: Make geometry.h a public header
Make the geometry header public so it can be used by the API facing applications. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
024b4ea514
commit
58f1ad3c79
7 changed files with 9 additions and 5 deletions
|
@ -9,7 +9,8 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "geometry.h"
|
||||
#include <libcamera/geometry.h>
|
||||
|
||||
#include "v4l2_subdevice.h"
|
||||
#include "v4l2_subdevice_test.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue