Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lirec:firewire_camera_notes [2009-05-08 12:47] davegriffithslirec:firewire_camera_notes [2009-05-08 12:55] (current) davegriffiths
Line 34: Line 34:
   - In Trigger you should be able to select 30fps   - In Trigger you should be able to select 30fps
  
-You can also get OpenCV to read from this mode, but it will get the raw image directly. This is where we might need a debayer algorithm. The caminfo for OpenCV I used for the raw image was as follows (I think Marek has a better way):+You can also get OpenCV to read from this mode, but it will get the raw image directly. 
 + 
 +===Getting the camera working with OpenCV=== 
 + 
 +The caminfo for OpenCV I used for the raw image was as follows (I think Marek has a better way):
  
 <code> <code>
Line 61: Line 65:
 Where the input is a 1 channel image and the output is 3 channel RGB image. Where the input is a 1 channel image and the output is 3 channel RGB image.
  
-Before:+==The bayer pattern image, raw data from the camera CCD==
 {{:lirec:bayerpattern.png|}} {{:lirec:bayerpattern.png|}}
  
-After:+==Converted to RGB==
 {{:lirec:bayerrgb.png|}} {{:lirec:bayerrgb.png|}}
  
  • lirec/firewire_camera_notes.1241786875.txt.gz
  • Last modified: 2009-05-08 12:47
  • by davegriffiths