new file mode 100644
@@ -0,0 +1,17 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "gnu17",
+ "cppStandard": "gnu++14",
+ "intelliSenseMode": "linux-gcc-x64",
+ "compileCommands": "${workspaceFolder}/build/compile_commands.json"
+ }
+ ],
+ "version": 4
+}
\ No newline at end of file
@@ -81,6 +81,11 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
{ 1, controls::draft::TestPatternModeColorBars },
},
} },
+ { "ov5647", {
+ .unitCellSize = { 1400, 1400 },
+ /* \todo fill test pattern modes for ov5647. */
+ .testPatternModes = {},
+ } },
{ "ov5693", {
.unitCellSize = { 1400, 1400 },
.testPatternModes = {