hi all,
i tried to detecting motion on camera app. how can i display the RGB info at pixel x,y to the screen ? somebody help me plz..
hi all,
i tried to detecting motion on camera app. how can i display the RGB info at pixel x,y to the screen ? somebody help me plz..
you could check the functions provided by the bitmap image class you are using. It should have GetPixel function returning RGb value of the selected pixel. then you could use the functions provided by the gc used in your Draw function to show this information in the screen.
yucca