What is the corect way of using v4l2 videoprovider ?  Current 
implementation have hardcoded values of size:

...
     if ( 0 != data->is_v4l2 ) {
          desc->width = 720;  /* fimxe: depends on the selected 
standard: query standard and set accordingly */
          desc->height = 576;
     }
...
This sometimes isn't work. Is there any update for v4l2 support in 
directfb (i.e. ask driver for this values) ? If no what is correct way 
of setting this values ?

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to