I saw the security camera in the kickstarter projects. It seem’s pretty cool. I’m just wondering what kind of camera modules are you using?
I saw a topic saying any camera interface based on SPI for example. But most of the cameras I find have DVP or MIPI-CSI2 interface. Do I need a special chip to do the conversion or am I mixing everything?
My second question is about the encoding. Most of the cameras I’m looking gives the image in RAW RGB or YUV422 format. Are you transmitting the image in that kind of format? Are you encoding the image in an over format like MPEG? If you are encoding the image are you doing it with the STM32F103CB?
I hope I was clear enough. If not please tell me what’s not clear and I’ll try to be more clear.
The module that we have in the example Kickstarter project is a simple UART camera that does JPEG compression on board. That way we don’t have to burden the STM32 with encoding.
Sorry @Sauli - the prototype was built very early and is based on much earlier versions of the Spark Core, so it doesn’t work with the current Core and doesn’t use our Wiring implementation, which hadn’t been created yet. At some point we’ll re-build it and re-document, but it’s not our top priority right now. In the meantime, I’d encourage you to look at the Arduino code for the Sparkfun link I had above; it should be straightforward to port to the Spark Core.
I just signed up and have a wish list of being able to transmit live video streaming to an iOS / Android Device (maybe pc too?) I’d like to know where to get started as well, will that camera module also support video?