Python code examples for imx298

Hi. Let me start saying that I am an amateur autodidact Python programmer. I am trying to find some python code for inspiration and learning to take a sequence of pictures. I have a tkinter user interphase that I created for raspicam. I want to adapt it to take a picture with my new imx298 every time the user click on the “take a picture” button.

i will appreciate if you could help me with some code examples.
thanks

Hi,

You can refer to the python demo here https://github.com/ArduCAM/MIPI_Camera/tree/master/RPI/python

We have provided the API to get the image from the camera.