mmcmatthew / ssl-vision

Automatically exported from code.google.com/p/ssl-vision
GNU General Public License v3.0
0 stars 0 forks source link

Running vision system with AVT Guppy Camera #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
We have been modifying the (format/resolution/framerate) parameters to fit the 
camera's 
specification, but we have never been able to run the program using the DC1394 
capture setting. 
We were able however to get parameters and values selecting the "Read from 
file" capture 
setting.

What version of the product are you using? On what operating system?
We are using ubuntu 10.04 LTS, an AVT Guppy camera. According to the camera 
datasheet the 
camera supports a set of settings included in the vision program.

Please provide any additional information below.
Here's the latest entries to my Scrapbook, which includes the issues concerning 
our request:
...
• Capture Settings Parameters: Capture format :auto // use 1394B = true // 
use ISO800 true. 
OUTPUT:
    CaptureDC1394vc Info: got iso channel: 7
    CaptureDC1394     Error: unable to set operation mode. Resuming nevertheless
    CaptureDC1394 Info: using legacy 1394A
    libdc1394   Error: An ISO speed bigger than 400Mbps was requested while the
        camera is in LEGACY mode. Please set the operation mode to
        OPERATION_MODE_1394B before asking for 1394b ISO speeds
    CaptureDC1394v2 Error: unable to set ISO speed!

• Paramteros: Capture format :auto // use 1394B = false // use ISO800 false. 
Errores:
      libdc1394 error: Error: Failed to allocate iso bandwith
      libdc1394 error: Error: Failed to setup DMA capture
      CaptureDC1394v2 Error: unable to setup capture. Maybe selected combination of 
Format/Resolution is not supported?
• Testing Format/Resolution Settings:
∘ Capture format= format7_1(2,3,...,7) produces the OUTPUT: 
     Selected mode (format/resolution/framerate) is not supported by camera

Original issue reported on code.google.com by alonso.j...@gmail.com on 7 May 2010 at 9:15

GoogleCodeExporter commented 9 years ago
We have it working here with

Camera X -> Image Capture -> DC1394 -> Conversion Settings 

  convert to mode: rgb
  de-bayer: true
  de-bayer pattern: rggb
  de-bayer method: bilinear
  de-bayer y16 bits: 8

Camera X -> Image Capture -> DC1394 -> Capture Settings

  cam idx: X
  framerate: 60
  width: 640
  height: 480
  capture mode: raw8
  capture format: format7_0
  use 1394B: false
  use ISO800: false
  ringbuffer size: 10

Original comment by lfzawa...@gmail.com on 27 Jan 2011 at 8:45

GoogleCodeExporter commented 9 years ago
Another user provided the correct configurations for this camera. Need to add 
to documentation.

Original comment by jgurz...@yahoo.com.br on 12 Nov 2011 at 2:02