|
|
2010-03-17
, 19:42
|
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#2
|
|
|
2010-03-18
, 17:00
|
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#3
|
|
|
2010-03-19
, 11:33
|
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#4
|
The pipeline initialisation fails in Maemo 5 Camera Example. It fails at the point where caps is linked with the camera source. If I change the caps to "video/x-raw-yuv" instead of "video/x-raw-rgb" it works, however I am using the same source as an image sink to take pictures and need it in rgb format.
Any suggestions how why?
The code:
static gboolean initialize_pipeline(AppData *appdata,
int *argc, char ***argv)
{}
Thanks, Klen