- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi
i am working on video and image processing project. i have tvp5146 daughter-card and cyclone II device. i have 4bit Y component available with me now.(i set Cb and Cr set to zero in YCbCr (8bits) to set black and white image at VGA port) i have to put this Y component at R,G and B pins simultaneously to get black and white image at VGA port. is there any body who guide me how i can do this? Thank You Rizwan- Marcas:
- Intel® High Level Design
Link copiado
1 Responder
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Like I said before.
You can make it 8 bits by taking the 4 Y bits and setting them to the MSBs of R G and B, and set the LSBs to 0. In VHDL: R <= Y & "0000"; G <= Y & "0000"; B <= Y & "0000";
Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora