raspi camera

Hi,

Has anyone made an apps taking pictures or films with the raspi camera?
I would like to use the camera with a xojo apps but don’t really know how to start?

Thanks

Chris

[quote=237567:@Christophe Blanc]Hi,

Has anyone made an apps taking pictures or films with the raspi camera?
I would like to use the camera with a xojo apps but don’t really know how to start?

Thanks

Chris[/quote]
Simple, start by taking a look here: Raspberry Pi Documentation - Camera

Either call this tool from a Xojo Console app to immediately take a photo. Or create a Pi desktop app, drop a PushButton on the Window and call raspistill using the Shell. See http://documentation.xojo.com/index.php/Shell

That should get you off and running.

Thanks, I’ll try right away