Q1. Starting from the project rza2m_blinky_sample_freertos_gcc,
hoping to achieve this function rza2m_cam_and_disp_sample_freertos_gcc.
Added r_ceu, r_mipi, r_rvapi, r_vcd, r_iic drivers.
The original project didn't set the MIPI pin. Isn't it necessary?
Q2. The current output is normal
input_bufadr = R_BCD_CameraGetFrameAddress(frame_buf_id);
output_bufadr = R_BCD_LcdGetVramAddress();
The value filled in output_bufadr can be displayed normally on the LCD
But after setting output_bufadr[i] = input_bufadr[i], the screen will show noise.
Is there a step missing?
Best regards,
Eric Hung