I wonder if there is a way for the i.MX RT1050 EVK board to send images and/or videos to a host PC?
The workflow of my application is like this:
video capturing ----> i.MX RT1050 EVK ----> processing ----> display
I understand that there is a 4.3" TFT LCD display panel for the board, but I'd like to display the outputs on a host PC to achieve better effects.
Is that possible? If yes, how? Links to the useful documents would be deeply appreciated. Thanks!
解決済! 解決策の投稿を見る。
Hi @rsun
Your requirement is the UVC, please refer to the RT1050 sdk code:
SDK_2_10_0_EVKB-IMXRT1050\boards\evkbimxrt1050\usb_examples\usb_device_video_virtual_camera
You can download the SDK code from this link:
https://mcuxpresso.nxp.com/en/welcome
BTW, we also have the application note about it, please refer to :
https://www.nxp.com/docs/en/application-note/AN12103.pdf
https://www.nxp.com/webapp/Download?colCode=AN12103SW&location=null
Please check the SDK and the application note at first, you also can run it on the MIMXRT1050-EVKB board.
Wish it helps you!
If you still have questions about it, please kindly let me know.
Best Regards,
kerry
Hi @rsun
Your requirement is the UVC, please refer to the RT1050 sdk code:
SDK_2_10_0_EVKB-IMXRT1050\boards\evkbimxrt1050\usb_examples\usb_device_video_virtual_camera
You can download the SDK code from this link:
https://mcuxpresso.nxp.com/en/welcome
BTW, we also have the application note about it, please refer to :
https://www.nxp.com/docs/en/application-note/AN12103.pdf
https://www.nxp.com/webapp/Download?colCode=AN12103SW&location=null
Please check the SDK and the application note at first, you also can run it on the MIMXRT1050-EVKB board.
Wish it helps you!
If you still have questions about it, please kindly let me know.
Best Regards,
kerry
Thanks Kerry. I already have the SDK installed. I will check out the application note you referred to.