Hello,
I have Ek- RA6M3 development board. I want to develop some projects with this card.
1st project: I want to display it on LCD screen using USB camera. Which USB peripheral should I use for this? Do you have a sample project for this?
2nd project: I saw the camera(r_pdc) peripheral. Can I take data from it and print to the LCD screen? What would be the greatest image quality I can do? What does the processor support?
Thank you for your support.
Thanks for reaching out to Renesas Engineering Community.
For the first project USB High Speed Module would be more suitable than the Full Speed Module. Unfortunately there is no relevant example…
For the first project USB High Speed Module would be more suitable than the Full Speed Module. Unfortunately there is no relevant example.
The PDC module accepts frames of data from an external cameras so these data could also be used as output for a LCD screen.
The maximum resolution is the resolution of the camera:
Please take a look on r_pdc documentation and example on RA6M3:
https://renesas.github.io/fsp/group___p_d_c.html
https://github.com/renesas/ra-fsp-examples/tree/master/example_projects/ek_ra6m3/pdc/pdc_ek_ra6m3_ep
Regards