-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update README.md #3
base: master
Are you sure you want to change the base?
Conversation
Remove TODO line.
a comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a review comment
@@ -68,4 +68,3 @@ Convert FLIR camera `*.csq` files into a `*.mp4` H.264 video file (you can optio | |||
This is my guess work between converting Unsigned 16bit int values (u16) into temperatures in Celsius. camera has two modes: `-20 - 120` (but it shows temperatures down to -40 so I've used two guesses) and `0 - 650` - I've marked it with `(*)`. | |||
- Use `ttou16.sh temp_in_celsius_1 temp_in_celsius_2 ...` to get UINT16 values. | |||
- Use `u16tot.sh U16_value_1 U16_value_2 ...` to get temperatures in Celsius. | |||
- TODO: continue/confirm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a line comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reply to line comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
request changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve
conversation comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a comment from comment/approve/request changes window.
Remove TODO line.