View Single Post
Posts: 37 | Thanked: 52 times | Joined on Aug 2005 @ Bremen, Germany
#169
I did not follow all of the posts, so i am not sure if this already posted...

i've looked in the "gstreamer0.10-plugins-camera_0.30.tar.gz" and was hopping to find something about the resolution of the camera.
I found in the oamp34xxcam.c
Code:
...
static const gchar *scene_mode_names[] =
{
  "MANUAL", "CLOSEUP", "PORTRAIT", "LANDSCAPE", "UNDERWATER", "SPORT",
  "SNOW_BEACH", "MOOD", "NIGHT_PORTRAIT", "NIGHT_INDOOR", "FIREWORKS"
};
...
v4l2filter requests target format 2592x1944/V4L2_PIX_FMT_YUYV [v4l2:VIDIOC_S_FMT:V4L2_BUF_TYPE_VIDEO_CAPTURE]
...
2592x1944 pixel, is this an 5 MPixel resolution?
and i wonder what the "UNDERWATER" profile does