video_core: Rewrite to backend system

* Still doesn't build this is just a massive code dump from all the recent progress
This commit is contained in:
emufan4568
2022-08-08 00:00:52 +03:00
parent ff9b0dfe2f
commit 810df95b81
81 changed files with 6111 additions and 2832 deletions

View File

@ -256,8 +256,7 @@ void ConfigureCamera::SetConfiguration() {
int index = GetSelectedCameraIndex();
for (std::size_t i = 0; i < Implementations.size(); i++) {
if (Implementations[i] == camera_name[index]) {
int current_index = static_cast<int>(i);
ui->image_source->setCurrentIndex(current_index);
ui->image_source->setCurrentIndex(static_cast<int>(i));
}
}
if (camera_name[index] == "image") {