i have been using image acquisition toolbox in which my videoformat is in yuy and i want to be in rgb how can i do that ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i have been using image acquisition toolbox in which my videoformat is in yuy and i want to be in rgb how can i do that ?
0 comentarios
Respuestas (1)
Dhanyatha
el 2 de Jul. de 2014
You can modify the ‘ReturnedColorSpace’ property of your videoinput object to ‘rgb’. Refer to this link for more information on how to do the above modification. Although this specifically talks about the ‘yuy2’ to ‘rgb’ conversion, the comments suggest that this will work for ‘yuy’ to ‘rgb’ conversion too.
0 comentarios
Ver también
Categorías
Más información sobre Image Preview and Device Configuration en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!