Skip to content

Commit d919c7f

Browse files
committed
devices: imx500: Update MAX_NUM_TENSORS and MAX_NUM_DIMENSIONS
Update these values to 16 to match the new libcamera definitions. Signed-off-by: Naushir Patuck <[email protected]>
1 parent c2f8ab5 commit d919c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picamera2/devices/imx500/imx500.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from picamera2 import CompletedRequest, Picamera2
2121

2222
NETWORK_NAME_LEN = 64
23-
MAX_NUM_TENSORS = 8
24-
MAX_NUM_DIMENSIONS = 8
23+
MAX_NUM_TENSORS = 16
24+
MAX_NUM_DIMENSIONS = 16
2525

2626
FW_LOADER_STAGE = 0
2727
FW_MAIN_STAGE = 1

0 commit comments

Comments
 (0)