Questions tagged [firefly-mv]

Firefly has an extensive suite of computer vision, analysis, and effects tools. Integrate video feeds (now with multiple camera support), load individual images (.jpg, .tif, .png, .bmp, etc.), play video files and more. Firefly also includes several filtering, graphic effects, and compositing tools to manipulate live image data.

Firefly has an extensive suite of computer vision, analysis, and effects tools. Integrate video feeds (now with multiple camera support), load individual images (.jpg, .tif, .png, .bmp, etc.), play video files and more. Firefly also includes several filtering, graphic effects, and compositing tools to manipulate live image data. In addition, you can create your own custom filters using convolution kernels. You can also take advantage of computer vision algorithms such as optical flow, gradient vectors, contour vectors, and color analysis to make your next interactive project a visual success.

5 questions
2
votes
1 answer

Strobe signal output on Pointgrey Firefly MV using libdc1394

I am using a Pointgrey Firefly MV (FFMV-03M2M/C to be precise) and want to trigger some external device with every shutter start. According to the datasheet, the camera supports IIDC 1.31 and also provides four GPIOs usable as a trigger and/or…
Simon Lehmann
  • 10,737
  • 4
  • 41
  • 53
1
vote
1 answer

does firefly supports Enums

Does anyone know if the firefly.box infrastructure supports a column that is based on Enum that I added to my code?
ZShavit
  • 13
  • 2
1
vote
2 answers

Are there Fedora drivers for Point Grey Flycapture SDK?

I am using Fedora 12, and i have some problems finding drivers for my Firefly MV USB Digital camera. It seems that the drivers are only available in Ubuntu and ARM for Linux distro. Are there any source code that i can compile for the drivers so…
cyw
  • 163
  • 3
  • 11
0
votes
0 answers

Implement Firefly algorithm for color data

I have some color data with LAB() values from which I already able to generate images in python. Now I have to optimize the cluster centers using firefly algorithm for the color data. But I am stuck on how to give input to the firefly algorithm like…
0
votes
1 answer

Point Grey firefly MV, dc1394, and USB 3.0

I am trying to grab frames from a point grey firefly mv, and I have written an interface for my program using dc1394 driver. The driver works fine when I the firefly is connected to a USB 2.0 port, but when I connect to a USB 3.0 port, dc1394 throws…
dmagree
  • 265
  • 1
  • 2
  • 10