Code for accessing to GoCam

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pegasus2000
Posts: 160
Joined: Wed Jul 12, 2006 7:09 am

Code for accessing to GoCam

Post by pegasus2000 »

I need a sample for accessing to GoCam at resolution higher
than 480*272 pixels.

I can access to the cam using that resolution, but, when I attempt
to use the GoCam at higher resolutions, the system fails.

Anyone of you has a working sample for better resolutions ?
User avatar
jean
Posts: 489
Joined: Sat Jan 05, 2008 2:44 am

Post by jean »

Not seen too indeep yet, but i'm sure you can find some old examples from when the "Go!Cam" name didn't even exist, indeed. All camera hardware in handelds works in two mode: if you want to get continuous stream then you're in "video mode" that has a limited resolution, while if you desire a higher resolution, then you have to single-shot. A good solution for preview-intended code snippets is to provide preview through lo-res video acquisition and to swap to single-shot in the very moment user (or software) wants to acquire...sorry for my "non-technicalness", i would like to be of help!
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

Post by Question_dev »

There are many apps who use Gocam. Just ask the dev.

Cya
Post Reply