diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2021-07-22 12:57:42 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-07-28 11:26:07 +0300 |
commit | b40a8d4b454008aeab4c0eb1f63a07083d7d7c74 (patch) | |
tree | f6e0f010fe3729597a6ce3928d96800de123663d /src/android/camera_hal_manager.cpp | |
parent | e87fb20f8f5db9d54b9ca0bb0fdd8a1a9d30a8bd (diff) |
ipa: raspberrypi: Return controls::FrameDuration from the IPA/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2018-2019, Google Inc.
*
* device_enumerator_udev.h - udev-based device enumerator
*/
#pragma once
#include <list>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <sys/types.h>
#include "libcamera/internal/device_enumerator.h"
struct udev;
struct udev_device;
struct udev_monitor;
namespace libcamera {