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
0
votes
1 answer

Get temperature with x and y values using FlirOneSDK

For getting the temperature in a specific point, you need the X and Y position. You can get the pixel position using the OnTouch event of View.IOnTouchListener, for example. Example Code: public bool OnTouch(View v, MotionEvent e) { Position_X =…
Tayrony
  • 3
  • 3
0
votes
1 answer

Can change camera's Device Parameters using Aravis github project

Code is provided below. The line: device.set_string_feature_value('PixelCoding', 'Raw') is not working. It defaults pixelCoding to the default (Mono) I tired putting the lines: device.set_integer_feature_value('TLParamsLocked',…
Daniel Ramsey
  • 177
  • 1
  • 2
  • 9
0
votes
2 answers

Issue Capturing image from FLIR Boson with openCV on a Jetson TX2

When I try to open a webcam (FLIR Boson) with OpenCV on a Jetson TX2 it gives the following error: libv4l2: error set_fmt gave us a different result then try_fmt! VIDEOIO ERROR: libv4l unable convert to requested pixfmt I am using this python…
0
votes
2 answers

Wordpress FLIR (Facelift Image Replacement) plugin clipping off end of text

I'm using the FLIR for Wordpress plugin (v0.8.9.2) with FancyFonts enabled. I'm running Wordpress 3.1. The problem I'm having is that it appears the plugin is cutting off a couple pixels off of the end of some of the text that it generates. It…
Joel Beckham
  • 18,254
  • 3
  • 35
  • 58
0
votes
0 answers

ThreadpoolExecutor data getting mixed up

I am using android's thread pool executor framework (initialized as below). BlockingQueue taskQueue = new LinkedBlockingQueue<>(); ExecutorService executorService = new ThreadPoolExecutor(totalCores, totalCores * 3, 10, TimeUnit.SECONDS,…
Amit Sharma
  • 131
  • 1
  • 2
  • 12
0
votes
1 answer

Point spread function for thermal imaging

I was wondering if the point spread function for thermal imaging is the same that the one which is used for visible imaging. Some authors use different point spread function even in the visible case, so it would be legitim to know what is the best…
user7249049
0
votes
0 answers

How can I save an IR Image with metadata as a jpg in Matlab?

I have this sample code from a FLIR: video_input = videoinput('gige'); %connect to the first gige camera source = video_input.Source; %get the source object %To get temperature linear data, the following GenICam registers needs %to be…
Dario Cimmino
  • 163
  • 2
  • 8
0
votes
1 answer

Getting continuous stream from Lepton FLIR Camera with board Nucleo-f401re

I connected my Flir Lepton Camera to my board, and I'm trying to have a continuous stream of the image, thanks to the program ThermalView (source code here: https://github.com/groupgets/LeptonModule/tree/master/software/ThermalView) I compiled and…
Armand Chocron
  • 149
  • 1
  • 4
  • 14
0
votes
0 answers

Save Java.io.File to Android FileSystem on KitKat and above

I'm working on an app that saves thermal images from a FLIR camera to the SD Card on the phone. I'm using Android Marshmallow and I have to use the FLIR SDK. In the FLIR SDK is a class "Frame". The class has a method "Frame.save", that needs a…
0
votes
1 answer

How to save Image from FLIR AX5 camera into raw format using eBus sdk

Intro: I am trying to write a program which connects to a FLIR AX5(GigE Vision) camera and then save images after regular intervals to a pre-specified location on my PC. These images must be 14bit which contains the temperature information. Later I…
khedar
  • 1
  • 3
-1
votes
0 answers

How should I fix the code in order to apply colormaps to stream of thermal images of IR camera?

I am developing a software which displays the thermal images of a IR camera of FLIR. I am programming using the Spinnaker SDK in python environment on Windows 11. The base code is gige_example_A400_A700.py which is located in…
Haengjin
  • 1
  • 2
-1
votes
1 answer

Python: understanding domain error (log function)

I am using an existing script from github to calculate pixel temperatures from the flir camera. The original project can be found here https://github.com/Nervengift/read_thermal.py/blob/master/flir_image_extractor.py I am trying to automate the…
Sai Peri
  • 339
  • 1
  • 3
  • 17
-2
votes
1 answer

How can I convert an ATS file to SFMOV file?

I have captured raw videos in .ats format via a FLIR SC8000 camera using ResearchIR software. I need to convert them to .sfmov format. How can I do this?
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
1 2 3 4
5