Hi Unnati, On Monday 29 September 2008, [EMAIL PROTECTED] wrote: > Hi > > I have a logitech quickcam communicate dulux camera which works > perfectly. I have taken some pictures using it and now I want to run a > LED status check for those pictures just to know how many led's were on > and how many were off. How exactly do I perform those tests?? Does > anyone know the code for debugging a photograph?? A step by step > explanation would be appreciated
I suppose you took pictures of LEDs with the webcam and want to process the images to count the number of lit LEDs. There is no magic software that I know of to solve your problem. You will have to implement an image processing algorithm in the programming language you like the best. If you go for C/C++ the Intel image processing library OpenCV implements basic operations that you can reuse to ease your task. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
