Questions tagged [flir]

Questions using FLIR thermal imaging product SDK's.

Questions using FLIR (thermal) imaging product SDK's. This include Point Grey products as well; hence the brackets for "thermal".

73 questions
1
vote
1 answer

No address associated with hostname inside docker container

I am using a customized version of Ubuntu18.04 and I have a docker container where I tried to install a .deb package for the usage of a FLIR camera. To do so I downloaded from this website the file spinnaker-2.5.0.80-Ubuntu18.04-arm64-pkg.tar.gz, as…
Cori
  • 39
  • 4
1
vote
0 answers

How to Multi/Process Parallelize PySpin

I have a couple FLIR cameras which have been synchronized that I am controlling with PySpin. The problem is I have found there is that my FPS drops to unacceptable levels when processing the data sequentially. The two operations which impact…
FourierFlux
  • 439
  • 5
  • 13
1
vote
0 answers

FLIR/PySpin eventually only delivers part of the video frame

I made a frame in the GUI from the real-time video. When I turn on the computer and run the program, the entire video appears on the screen. But after a while, when I run the program, only a part of the video appears on the screen. The error codes…
Yamm
  • 13
  • 7
1
vote
0 answers

Window on top of fullscreen - raspbian

i tried to force my window to stay on top. But it isn't work properly for me. Im working on raspbian and im trying to open MPlayer window above magicmirror fullscreen. I tried it with command wmctrl -r MPlayer -b add,above same as clicking on the…
Selenee
  • 9
  • 1
1
vote
0 answers

Calibration parameters for FLIR Blackfly cameras?

I am currently doing a project with a FLIR Blackfly camera (BFS-U3-120S4C to be exact), and have not been getting a low enough reprojection error in my calibration experiments. I know that manufacturers often have the intrinsic parameters and…
1
vote
2 answers

OpenCV Video streaming from FLIR Camera using Python

I am having trouble streaming from a FLIR Grasshopper3 to OpenCV. Is there a way to stream directly from the FLIR camera to my code using python? When I use the code below, cv.Videocapture is not able to recognize the FLIR camera as a video source.…
Sarah W
  • 21
  • 1
  • 3
1
vote
1 answer

What does RW mean in the FLIR Spinnaker software?

In the FLIR documentation of PySpin/Spinnaker there is no reference to PySpin.RW. What does it mean? It is used as follows: if cam.TriggerMode.GetAccessMode() != PySpin.RW: Obviously its there for test/comparision reason.
ZF007
  • 3,708
  • 8
  • 29
  • 48
1
vote
2 answers

Retrive frames from FLIR cameras using OpenCV

I am trying to connect a FLIR cammera and process the frames using OpenCV. I connect the cammera with an internet cable but the VideoCapture object was not associated to cam successfully; cv::VideoCapture cam(0); if…
Aris
  • 138
  • 1
  • 12
1
vote
1 answer

How can I use a library compiled with MSVC 14.0 in the Qt framework compiled with MinGW 32?

I'm currently working on a GUI developped using Qt Creator 4.8.1 and Qt 5.11.1 compiled with MinGW 32bit. The app will control different components such as camera and sensors. I'm having troubles with the imaging part of the project. We bought a…
1
vote
0 answers

Flir Duo - Thermal Image to Temperature Matrix Conversion

I am not sure if it is the right forum to ask questions regarding Flir Duo but I couldn't find a better place to ask the question. Currently, I am using a Flir Duo along with BlackMagic Decklink and OpenCV. When I print the captured frame it prints…
Milan Jain
  • 459
  • 7
  • 17
1
vote
1 answer

openCV: How can I increase performance on image processing?

I am using USB camera from FLIR and make some processing on every captured frame. Unfortunately, I managed to process only 10 frames per second (or even 5 frames while running in "debug" configuration). How can I increase the performance? PC: intel…
Yonatan
  • 51
  • 7
1
vote
2 answers

Implementing Methods from Objective C Library with Swift

I am trying to implement the following method in swift: From the class FLIROneSDKImageReceiverDelegate, which is subclassed inside my ViewController class as so: class ViewController: UIViewController, FLIROneSDKImageReceiverDelegate, …
Laxsnor
  • 857
  • 1
  • 12
  • 21
1
vote
0 answers

How to map thermal image (Flir A325sc) with Asus XTion Pro Live IR image under OpenCV+ROS

I want to map the thermal image of the Flir with the depth image of the XTion. As the depth image is calculatet from Xtions IR camera I want to map the Flir with Xtions IR image. Therefor I placed both cameras on one plane close to each other (about…
F4B1
  • 11
  • 4
1
vote
1 answer

Display image feed of `float[,]` thermal images from FLIR camera

I have been working with a FLIR Thermovision camera the last couple days and have pulled together a very simple application that has a few aspects found in many different places (most of which here on stackoverflow). Topics hosting an ActiveX…
Felix Castor
  • 1,598
  • 1
  • 18
  • 39
0
votes
0 answers

Is there a way to Convert .fpf (FLIR Public Format) Files to JPEG or CSV?"

I'm new to the field of thermal image processing and I'm working with a database that contains files in the .fpf (FLIR Public Format) format. I would like to know if there's a way to convert these .fpf files into more common formats like JPEG or…