From 8c9fdec60a643220baae9213ac44f82558f098d4 Mon Sep 17 00:00:00 2001 From: Ingar Date: Sat, 20 Dec 2025 15:37:55 +0100 Subject: Updated to 0.6.0-rpt20251202 --- libcamera-rpi-0.3.2-arch.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libcamera-rpi-0.3.2-arch.patch (limited to 'libcamera-rpi-0.3.2-arch.patch') diff --git a/libcamera-rpi-0.3.2-arch.patch b/libcamera-rpi-0.3.2-arch.patch deleted file mode 100644 index 108dc9d..0000000 --- a/libcamera-rpi-0.3.2-arch.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libcamera-rpi-0.3.2/src/ipa/rpi/cam_helper/cam_helper_imx500.cpp 2024-10-20 21:38:58.492510656 +0200 -+++ libcamera-rpi-0.3.2-arch/src/ipa/rpi/cam_helper/cam_helper_imx500.cpp 2024-10-20 21:23:25.628222018 +0200 -@@ -257,7 +257,7 @@ - exported.height = inputTensorInfo.height; - exported.numChannels = inputTensorInfo.channels; - strncpy(exported.networkName, inputTensorInfo.networkName.c_str(), -- sizeof(exported.networkName)); -+ sizeof(exported.networkName) - 1); - exported.networkName[sizeof(exported.networkName) - 1] = '\0'; - metadata.set("cnn.input_tensor_info", exported); - metadata.set("cnn.input_tensor", std::move(inputTensorInfo.data)); -- cgit v1.2.3