Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RGB image streaming and Temperature calibration on OpenCV #16

Open
SantiDiazC opened this issue Nov 28, 2022 · 0 comments
Open

RGB image streaming and Temperature calibration on OpenCV #16

SantiDiazC opened this issue Nov 28, 2022 · 0 comments

Comments

@SantiDiazC
Copy link

Thanks for the great work. I just started using your work and It works perfectly fine!
However, I have some questions:

  1. How one can get the RGB streaming correctly?
    after compiling and running the v4l2loopback:
    sudo modprobe v4l2loopback devices=3
    and running the application to get data from the sensor:
    ./flirone palettes/Iron2.raw
    I am using OpenCV to access the data from the sensor like this:
    vid = cv2.VideoCapture(3)
    and it works fine for the Thermal image, however, when using the RGB camera index (2 in this case) the image shown is dark (full black image).

  2. My other question is if is it possible to change the color mapping similar to the android FLIR ONE app, to set the maximum by default let's say 200°C?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant