Is that able to use the algorithm module independently?

I am new to this platform, and I found it very interesting through the simple introduction on the site. But I noticed that the camera(I mean, the hardware) seems not replaceable in this system. In my understand, I should have to receive the images which transferred from the camera and that will be the only way to get my image data, is it right? Could I have a way to feed the algorithm module without hardware? Looking forward to your reply.

Yes, please use the ImageReader/ImageWriter classes. See the Examples → Video Recording for some demo scripts. OpenMV IDE can create ImageReader files. See the tutorial documentation about it.

Thanks for your reply.