#include "camera_probe.hpp"
#include <algorithm>
#include <array>
#include <cerrno>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <functional>
#include <iomanip>
#include <ostream>
#include <string>
#include <vector>
Go to the source code of this file.
|
| bool | acmxvk::listCameraDevices (std::ostream &output, std::ostream &error) |
| | Print native camera device indices and names as tab-separated records.
|
| bool | acmxvk::probeCameraDevice (int device_index, std::ostream &output, std::ostream &error) |
| | Print the native capture formats, resolutions, and frame rates exposed by a camera device.
|