luxonis/depthai-spi-library

SPI Node Examples

Closed this issue · 1 comments

Start with the why:

As it stands now, we have examples of using the SPI Node to send metadata for mobilenetv2-SSD and tiny-YOLOv3 (here), but it is possible to send preview images, encoded JPEGs, and also cropped portions of images (RGB, left, right, and/or depth/disparity) and such examples would be quite handy for someone building a pipeline with output over SPI.

Move to the how:

Leverage the existing nodes in Gen2 Pipeline Builder to implement examples of JPEG and cropped-image output..

Move to the what:

Make examples in the esp32 repository for the BW1092 showing how to do JPEG and cropped images (left, right, RGB, and depth/disparity) output over SPI.