HimaxWiseEyePlus / himax_tflm

Apache License 2.0
24 stars 15 forks source link

Visualizing the images from himax camera. #20

Closed PCPJ closed 1 year ago

PCPJ commented 1 year ago

Hello everyone. I would like to know if there is a good and easy way to retrieve the images being captured from the camera. I would like to see the captured image, and the model output from that image. There is a way to send the image thought USB for example? I think it is a silly question, but I don't have much experience with this kind of hardware. Any help is welcome. Thank you so much.

kris-himax commented 1 year ago

@PCPJ hi, You can reference LAB1_capture_image example under the below repository. https://github.com/HimaxWiseEyePlus/bsp_tflu/tree/master/HIMAX_WE1_EVB_example/scenario_app/workshop_example

About seeing the captured image:

If you want to see the model output, you can reference the SPI TOOL code (https://github.com/HimaxWiseEyePlus/bsp_tflu/tree/master/SPI_Tool#spi-tool-for-receive-meta-data-and-images-from-himax_we1_evb) and change it to receive meta data which you define yourself for your own model output from Himax WE-I.