i am using the
from picamera2.devices import IMX500
i can perfectly use the
imx500 = IMX500(model)
to load up the default camera i suppose the first one
i can see the IMX500 class supporting a camera_id but i don't know what string value it requires to utilize the second ai camera
class IMX500:
def __init__(self, network_file: str, camera_id: str = ''):
the full py code of the class is
- https://github.com/raspberrypi/picamera ... /imx500.py
from picamera2.devices import IMX500
i can perfectly use the
imx500 = IMX500(model)
to load up the default camera i suppose the first one
i can see the IMX500 class supporting a camera_id but i don't know what string value it requires to utilize the second ai camera
class IMX500:
def __init__(self, network_file: str, camera_id: str = ''):
the full py code of the class is
- https://github.com/raspberrypi/picamera ... /imx500.py
Statistics: Posted by melt — Sun Jan 26, 2025 6:02 pm — Replies 1 — Views 33