Hi All,
I have a program where camera option is implemented .. Here the default resolution is 160 X 120..
Can i customize that... ???
I have used..
byte[ ] photo = videoControl.getSnapshot(null);
Instead if i use
videoControl.getSnapshot("encoding=jpeg&quality=100&width=2048&height=1536");
It neither takes the snapshot nor it gives any exception..
Any solution.. ? I need at lease 320 X 240 resolution....

Reply With Quote



