Recent content by o1234567890

  1. O

    Filtering certain wavelengths from the camera RGB videostream

    We can't use hardware filters. Our solution must be done completely in a software. When the RED light comes to the CCD sensor, the CCD produces value RGB=[255,0,0], the GREEN light is [0,255,0] and so on ... The problem is that when IR light of frequency approximately 850-900 nm comes to...
  2. O

    Filtering certain wavelengths from the camera RGB videostream

    Hello, We are using ordinary CCTV cameras to grab color pictures. The representation of the picture in our image processing application is in RGB format. Is it possible to determine wavelength of the light at particular pixel from RGB values ? The purpose is to cut out all the white light...
Back
Top