GLBasic forum

Codesnippets => Inline / 3rd party => Topic started by: spicypixel on 2012-Mar-17

Title: iOS Camera Lib
Post by: spicypixel on 2012-Mar-17
I'm interested in a lib that I could implement into an iPhone app that I plan to write that will allow choosing an existing photo from photo library, taking a photo which I can use in the app and also saving of an image back to the photo library. Could anyone do this or is there an existing solution?
Title: Re: iOS Camera Lib
Post by: spacefractal on 2012-Mar-18
I gonna think some sort of inline to call the camera and this guide is possible:
http://www.techotopia.com/index.php/An_Example_iOS_4_iPhone_Camera_Application
Title: Re: iOS Camera Lib
Post by: spicypixel on 2012-Mar-18
I don't know any Objective-C at all but thanks for the link it may be useful for others.
Title: Re: iOS Camera Lib
Post by: matchy on 2012-Mar-18
There is existing code that has been posted and I've had to customize it further to get a photo taken and saved locally. I haven't been able to get the album open last time I tried.  O_O

Title: Re: iOS Camera Lib
Post by: matchy on 2012-Mar-18
Oh I mean here is the lib to save an image to the photo album at least:
http://www.glbasic.com/forum/index.php?topic=4667
Title: Re: iOS Camera Lib
Post by: ampos on 2012-Mar-18
I will love also a way to read images from camera roll...
Title: Re: iOS Camera Lib
Post by: ampos on 2012-Apr-20
Someone has been able to read photos from iOS camera roll?
Title: Re: iOS Camera Lib
Post by: matchy on 2012-Apr-20
I haven't before but I'll try it again soon.
Title: Re: iOS Camera Lib
Post by: Kitty Hello on 2013-Mar-01
Here's my camera stuff I use for SpyKit. I hope it's of any use.

I really could use an image picker wrapper, so if anyone can extend this...
Title: Re: iOS Camera Lib
Post by: trucidare on 2013-Mar-10
just change the source in your camera.m file for image choose from camera roll
Title: iOS Camera Lib
Post by: Kitty Hello on 2013-Mar-21
Yes... Haha. Honestly. that would be really cool.