Skip to content

Commit

Permalink
devices: imx500: Update MAX_NUM_TENSORS and MAX_NUM_DIMENSIONS
Browse files Browse the repository at this point in the history
Update these values to 16 to match the new libcamera definitions.

Signed-off-by: Naushir Patuck <[email protected]>
  • Loading branch information
naushir committed Nov 11, 2024
1 parent c2f8ab5 commit f31b6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picamera2/devices/imx500/imx500.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from picamera2 import CompletedRequest, Picamera2

NETWORK_NAME_LEN = 64
MAX_NUM_TENSORS = 8
MAX_NUM_DIMENSIONS = 8
MAX_NUM_TENSORS = 16
MAX_NUM_DIMENSIONS = 16

FW_LOADER_STAGE = 0
FW_MAIN_STAGE = 1
Expand Down

0 comments on commit f31b6c0

Please sign in to comment.