AXERA-TECH / ax-samples

Samples code for world class Artificial Intelligence SoCs for computer vision applications.
BSD 3-Clause "New" or "Revised" License
201 stars 41 forks source link

Camera module with Opencv #140

Open sagar1899 opened 3 months ago

sagar1899 commented 3 months ago

Hi, I created one python file and placed on AXERA AX620A device and i'm importing opencv in python file and want to access device camera (os04a10) using cv2.VideoCapture() and want to show result to device display using cv2.imshow().

is it possible and how ?