Description:

I need to capture as many images as possible continuously (viz. capturing 40 images per second) with higher frame rate and lossless compression but it should not be stored on any memory disk (because to save memory and to increase the processing performance ), as soon as it captures, immediately a specific portion of an image has to be analyzed whether it is bright or dark (say its capturing the Led light) and it should give output as 1 or 0 respectively.

Conditions:

1.      I should be able to do programming only in C (if not possible then in C++) , I shouldn’t use any part of Java or Python programming (since timing matters a lot)

2.      I don’t want to use OpenCV, Matlab or any other higher image processing softwares or tools (since requirement of my task is very simple and these Softwares might occupy higher ram,instead i could use this for higher processor perfromance)

CLARIFICATIONS:

I would be glad to receive your suggestions and clarifications regarding the following queries

1.      Could you suggest me an open source platform (viz. softwares or tools) for performing the above mentioned task with the above specified requirements and conditions ?

2.      I am not able to get a c programming code for real time continuous image acquisition using raspberrypi with higher frame rate, could you help me in providing the code or could you provide some valuable tips to accomplish this task.

Thanks in advance for your consideration and suggestions.

Similar questions and discussions