My project is detecting the defects on the acyrilic fabrics which flows at 5m/s. I built my own LineScan camera(it has lineer CCD sensor)and ı am using it via Arduino DUE . I successfully display the real time images from the camera on TFT screen . But now , ı want to do real time image processing with only Arduino's IDE . İs it possible ? Can ı do real time image processing via Arduino ? Even if it is not possible , ı want to see your alternative suggestions.
No answer is possible without a LOT more information about data rates, object spacing, allowed latency, etc. etc.
klcaziz:
ı want to do real time image processing with only Arduino's IDE.
That pretty much rules out the Arduino family. Try a Pi instead.
klcaziz:
Can ı do real time image processing via Arduino ?
How can anyone possibly answer that when you give NO information on WHAT image processing you want to do. Is it just detecting red pixels? Doing pattern recognition? FFTs? A dart board can give you as good an answer as anyone here can, with no information to go on. It depends entirely on the complexity of the processing, the data rate, and other factors you have not provided.
RayLivingston:
How can anyone possibly answer that when you give NO information on WHAT image processing you want to do. Is it just detecting red pixels? Doing pattern recognition? FFTs? A dart board can give you as good an answer as anyone here can, with no information to go on. It depends entirely on the complexity of the processing, the data rate, and other factors you have not provided.
You are right . I am just new here , ı will learn how to use this forum
I am gonna explain to you specification of my project. There is acyrilic fiber on a machine , which flows at 5 m/s on a machine . And some of these fiber has defections , which we called NEP . I want to explain NEP Firstly . A nep can be defined as a small knot (or cluster) of entangled fibres consisting either entirely of fibres (i.e. a fibre nep) or of foreign matter (e.g. a seed-coat fragment) entangled with fibres. I am totally open suggesstion for the solution , but my solution is that , finding NEPs with color differences(can be detected with matrices of pixels). I want to build an Algorithm for it. Then ı want do it like real time process. That was summary of my project , ı hope you guys can help me with your ideas&suggestions ![]()
vaj4088:
No answer is possible without a LOT more information about data rates, object spacing, allowed latency, etc. etc.
You are right . I am just new here , ı will learn how to use this forum
I am gonna explain to you specification of my project. There is acyrilic fiber on a machine , which flows at 5 m/s on a machine . And some of these fiber has defections , which we called NEP . I want to explain NEP Firstly . A nep can be defined as a small knot (or cluster) of entangled fibres consisting either entirely of fibres (i.e. a fibre nep) or of foreign matter (e.g. a seed-coat fragment) entangled with fibres. I am totally open suggesstion for the solution , but my solution is that , finding NEPs with color differences(can be detected with matrices of pixels). I want to build an Algorithm for it. Then ı want do it like real time process. That was summary of my project , ı hope you guys can help me with your ideas&suggestions 
wildbill:
That pretty much rules out the Arduino family. Try a Pi instead.
Well, maybe a teensy 4.1? They do go lickity split.
-jim lee
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.