Line camera
Graham Stabler
Posts: 2,510
Does anyone know of any line cameras that might be interfaced easily with the propeller and don't cost the earth?
Graham
Graham
Comments
Are you referring to a 1xN linear array? How many pixels do you need? How fast do you need to be able to obtain one scan?
-Phil
I just want to find out what is available, I'm thinking about using it for optical triangulation, the more pixels the better really. Speed, well I want to track leds so something along the lines of 30fps I guess but I suspect it could be lower.
I've used Hamamatsu arrays at work but that was with an expensive DAQ card, they provided a pulse per pixel that was proportional to intensity with a rolling shutter.
Graham
The reason I asked about pixel count is that TAOS offers some nice low-resolution (102-, 128-pixel) CMOS sensors. The 102-pixel (TSL3301) unit has a digital serial output and would interface nicely with the Propeller. The others are analog, but may still work in a delta-sigma environment. (In fact, I have a board for the TSL1401R that plugs into my MoBoProp board. I just haven't had time to try it. It was actually designed for the MoBoStamp-pe, which has analog input.) For either unit, 30fps is a piece of cake.
TAOS offers larger sensors, but they're physically large, too, and would require larger and more expensive optics. The smaller units work nicely with cheapy M12 board-cam lenses.
Now, 128 pixels may not seem like a lot. But for your app, it may be plenty, depending on how many LEDs you need to view at once. If it's just one or two, resolution can be improved by defocussing the image a bit and using sub-pixel interpolation (i.e. finding the centroid of the resulting Gaussian response curve).
-Phil
Here's the Mouser link: www.mouser.com/search/ProductDetail.aspx?R=TSL3301-LFvirtualkey57530000virtualkey856-TSL3301LF
I think I'd be using cylindrical lenses else the image will drift off the array. The leds will be turned on one at a time in fact it would probably go something like:
no LED, LED1, no LED, LED2 ......
To allow easy subraction of the background. In fact it is quite possible to do full 6dof positioning with several leds and a 2D array I'm wondering if you could use a relatively high res camera because you don't actually have to store full frames but rather look for the brightest pixel or similar.
Anyway it could be fun, I know they use IR leds for this stuff in industry to avoid ambient problems but I was thinking of trying blue SMT LEDs and a blue filter to start with as I have some.
Graham