summaryrefslogtreecommitdiff
path: root/libcamera-rpi-0.3.2-arch.patch
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2025-12-20 15:37:55 +0100
committerIngar <ingar@telenet.be>2025-12-20 15:37:55 +0100
commit8c9fdec60a643220baae9213ac44f82558f098d4 (patch)
tree1d14ab05bca3a1044ce632db68cdf9f9717257c1 /libcamera-rpi-0.3.2-arch.patch
parentc73385cb5ce0af041c4eddb93c2abe3c584eb3b1 (diff)
Updated to 0.6.0-rpt20251202HEADmaster
Diffstat (limited to 'libcamera-rpi-0.3.2-arch.patch')
-rw-r--r--libcamera-rpi-0.3.2-arch.patch11
1 files changed, 0 insertions, 11 deletions
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));