summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/link.svg
AgeCommit message (Collapse)Author
2020-02-14qcam: assets: Provide initial icon setKieran Bingham
Provide simple clean icons from https://feathericons.com/ (https://github.com/feathericons/feather) These are provided under the MIT license. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
nclude <libcamera/camera.h> #include <libcamera/camera_manager.h> using namespace libcamera; class CameraTest { public: CameraTest(const char *name, bool isolate = false); ~CameraTest(); protected: CameraManager *cm_; std::shared_ptr<Camera> camera_; int status_; }; #endif /* __LIBCAMERA_CAMERA_TEST_H__ */