From 76424950e373d3b04ac3dd13019151bfba3e8423 Mon Sep 17 00:00:00 2001 From: sumuel Date: Mon, 17 Aug 2026 20:44:55 +0000 Subject: Add the files --- src/detection/camera/camera.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/detection/camera/camera.h (limited to 'src/detection/camera/camera.h') diff --git a/src/detection/camera/camera.h b/src/detection/camera/camera.h new file mode 100644 index 0000000..52036b5 --- /dev/null +++ b/src/detection/camera/camera.h @@ -0,0 +1,15 @@ +#pragma once + +#include "fastfetch.h" +#include "modules/camera/option.h" + +typedef struct FFCameraResult { + FFstrbuf name; + FFstrbuf vendor; + FFstrbuf id; + FFstrbuf colorspace; + uint32_t width; + uint32_t height; +} FFCameraResult; + +const char* ffDetectCamera(FFlist* result /* list of FFCameraResult */); -- cgit v1.2.3