Information About Using the Camera Module for Arduino for SPRESENSE

Asked 1 years ago, Updated 1 years ago, 384 views

Thank you for your help.
Sorry for the basic question, but please let me know if anyone knows.

Currently, we are considering using the camera module for Arduino for SPRESENSE.
Is it possible to use the Camera library in the SPRENSE SDK with this configuration?

I would appreciate it if you could tell me which library to use in this case.
If you have any other advice, please let me know.

spresense

2022-09-30 22:04

1 Answers

Do you mean you want to use the camera used in Arduino like OV7670?If so, I don't think I can use the SDK camera library as it is.

As you can see from the source of the Camera library in the Sresense Arduino Library, the camera functionality of Sresense is controlled via v4l2, so I think you need to create a driver for your camera's nuttx.

If your camera has an Arduino library, it might be a shortcut to consider it.It's not very helpful, but I hope you'll find it helpful.


2022-09-30 22:04

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.