-
Notifications
You must be signed in to change notification settings - Fork 53
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
boson radiometric #87
Comments
Hi,
Flirpy was written before the R variant was released and unfortunately I don't have a radiometric camera to test with. Do you know what format the raw data from the camera is returned as? It should be straightforward to update the library to include radiometric support. Documentation is here I'd guess we need to check if TLinear mode is enabled at least, and there seem to be options to control what units are output.
SEQ files are a sequence of FFF files. In theory you could construct these manually, but this isn't something that Flirpy supports - it's mostly used in the opposite direction (getting data out of SEQ files). Is there a reason you want an SEQ file? |
Assuming you've created a camera object, give this a go. This should change the video mode to TLinear.
This should put your camera into TLinear mode and then multiply your raw values by 0.01 to get to Kelvin. |
@bakas90 I see the thumbs up, any luck with this? :) |
@jveitchmichaelis Hello! I tried the code above and I got a warning stating "WARNING:flirpy.camera.boson:Boson response: bad command ID" when running the decode packet function. Is there another workaround to convert the Boson into TLinear mode or to get the temperatures using flirpy? |
If you go to the receive function and print/dump the return from the camera, what do you get? I don't have a radiometric Boson so I'm unable to check this myself. |
@jveitchmichaelis After doing |
I'm using a Boson R camera.
I am getting raw data using flirpy.
However, I'm not exactly sure how to get the metadata.
I want to get the radiometric value.
I also want to create a SEQ file.
I would be grateful if you could tell me how.
The text was updated successfully, but these errors were encountered: