how to save image captured from sensor to SD under boot for Zephyr OS #96345
-
Hi NXP support , |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @workholic365 , Best regards |
Beta Was this translation helpful? Give feedback.
Hi @workholic365 ,
I am not aware of a Zephyr sample that does all of this. But there are some samples that do parts of this. The video driver samples capture frames from an image sensor, and write the frame to a display or send out TCP. However, I do not see that the i.MX93 has support today for the video driver in Zephyr. The file system manipulation sample can mount a file system on an SD card and write files to it.
Best regards