acassis commented on PR #12829: URL: https://github.com/apache/nuttx/pull/12829#issuecomment-2267133352
Hi @LuchianMihai the example at apps/examples/camera/ is generic and it will display the camera image in a LCD using the NX Graphics system. Creating your driver as a char driver will make it simple for raw usage, like you are planing to do. Converting it for a camera interface will make it more generic, but it will require more effort to be implemented. If you want to keep it as a char driver it is fine too. So let we can convert it to camera interface or just and an option to export it was a camera interface. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
