This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT8241-CDK-EVM: Custom software in OPT8241?

Part Number: OPT8241-CDK-EVM

i know there is Voxel SDK, but is it possible to include custom processing (basically anti-noise and median filters) in the processor that comes with the OPT8241-CDK-EVM?

i would like to have a denoised video stream in real time without a computer in the middle

  • If you're referring to OPT9221, it is an ASIC, not a MCU.  If you're referring to Cypress FX2, you can add your own firmware on top, however, I don't think it has enough CPU bandwidth available to handle a lot of filtering work.  The FX2 firmware code is available here.

    Alternatively, you could replace FX2 with a more powerful MCU capable of transferring data over USB (as UVC or libusb), and as an image processor.