eclipse-threadx / usbx

Eclipse ThreadX - USBX is a high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Eclipse ThreadX RTOS
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/usbx/index.md
MIT License
148 stars 88 forks source link

Usb pictbridge device and host questions #110

Closed liuyuan0 closed 1 year ago

liuyuan0 commented 1 year ago

Greetings!

Is there any example for usb pictbridge device and host? I have tried pictbridge-client-implementation and pictbridge-host-implementation in learn.microsoft.com.But I failed to build a workable project. On the website,It says that I should call the function below: ''' / Activate the pictbridge dpshost. /

status = ux_pictbridge_dpshost_start(&pictbridge, pima); if (status != UX_SUCCESS) return; ’‘’ How can I get the "pima"?

Thank you.

liuyuan0 commented 1 year ago

I have got a workable example. Thank you.

BluesharkPD commented 1 year ago

Hi @liuyuan0 can you please share with your project it can help me . bluesharkpd@outlook.com