#pragma once

#include <QString>
#include <opencv2/videoio.hpp>

struct video_property_page final
{
    video_property_page() = delete;
    static bool show(int id);
    static bool show_from_capture(cv::VideoCapture& cap, int index);
private:
};