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 ?
Code for accessing to GoCam
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!
-
- Posts: 88
- Joined: Fri Aug 24, 2007 8:23 pm