Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OpenHD/ThermAppCam

ThermAppCam Auto
https://github.com/OpenHD/ThermAppCam

Merge pull request #1 from turboencabulator/master

Cleanup and performance improvements

d68807fe197015381b7dc4199598475e4ec4829e authored over 5 years ago
Add instructions and troubleshooting info

54c08b379f2f5f51c6a83360c1a1c6100d00d588 authored over 5 years ago
Support `make install`

f5e0c1fe90e9193e24ff6a2f646f0add8258a0a7 authored over 5 years ago
Update cfg header values

Values taken from a capture. The Therm-App app sends these when
querying the serial number, etc...

3341d038abddf704979fc6697b6066dba1ea1cf4 authored over 5 years ago
Miscellaneous cleanup

7faf72a545f99d1a8c35caafab82c3ca3b65a166 authored over 5 years ago
Fix out-of-range Y' conversions

a27922003597b09a0045de8008cb2b10b596f127 authored over 5 years ago
Simplify the hflip math

52cba9785b273710a7c1fab6f981968569531ffc authored over 5 years ago
Fix Y10 pixel format, add Y12

122be76b7dc958b05e6a48d05844c7705efba730 authored over 5 years ago
Exit cleanly on a device unplug

383bb365039837fcb185ece93f31278dd5e1304f authored over 5 years ago
Increase transfer size to reduce context switching

16a63798868663b3a9ae22b6e44b12fa93bbe623 authored over 5 years ago
Remove the pipe and one of the threads

e6c569a64a6a9da1a572bf98b44d9038c3ad897a authored over 5 years ago
Rearrange some definitions

5a51292a0f5e0f12a88d1802898805c799e51f62 authored over 5 years ago
Simplify transfer cancelling

5afab8dc464b2ae473d7cc78d5972e4558e3fd68 authored over 5 years ago
Simplify error handling

1d42fdbc007496df53611f652b34f04d2b1987cc authored over 5 years ago
Avoid an unnecessary callback abstraction

a73dd3a907facd04fb947bdf1228b7f0f2492d76 authored over 5 years ago
Avoid exposing private functions

db1397340b789c7377955b7155154ce232e97692 authored over 5 years ago
Remove old device-specific calibration code

107aeb719054ea6da4ec3ebf1dc445cf71f99d10 authored over 5 years ago
Clean up various error messages

19492daf909990aa5bd52c5c9725474f0dda97da authored over 5 years ago
Switch to fixed-width integer types

2d7dbe885da2de642168a678197466a7e79713bd authored over 5 years ago
Set the device configuration before claiming an interface

26de397fa349475d6c6227785130c3fcf3c5b462 authored over 5 years ago
USB device enumeration does not need to be repeated here

4ea79c322bde27b42778ad95439035fe84a8770e authored over 5 years ago
Detect hardware and firmware versions

6c63de2dc79cd96976cd64ba6291407d17e8126b authored over 5 years ago
Reduce bulk transfer size to 512 bytes

25e901ef0035defa3293f6e37969de220508e491 authored over 5 years ago
Add Y16 (16-bit grayscale) format for displaying raw data

10f90181bcf61a7bd541a3ace7b15ffcb0010d88 authored over 5 years ago
Calibrate before starting the video output

29dae9cbaea9cda775cad21b69e65db0e8cfb9c3 authored over 5 years ago
Remove duplicated variables/code/etc.

6913a6be3496d3758b3abc295c756faf8bd7d64c authored over 5 years ago
Make thermapp_GetImage a blocking call

d19392543a9fc376dfe8ea2600927449def3a9eb authored over 5 years ago
Initialize linewidth and framesize

a3b312df390c8233458a973a4587a783ce02aad9 authored over 5 years ago
FRAME_STOP_HEADER is the first 4 preamble bytes

ed0e6786d9edb6e846499823642f10cdf6b1c5d1 authored over 5 years ago
thermapp_packet looks suspiciously like cfg_packet

0106fb9edfccce6694f6977d9d2afd117eadef52 authored over 5 years ago
Pointer arithmetic with (void *) is not valid

f134ea113565a80c136255e7c4824f8a49f84304 authored over 5 years ago
Remove the timeout from the bulk out transfer

aa4ed4ce6de25c1987244e6c11ccdf8a2ba3d7df authored over 5 years ago
Don't divide bulk transfers into chunks

0330d0185b0ad8eb9aba6cf0a24ea2a0999d80ce authored over 5 years ago
Fix DEFAULT_BUF_REMAIN calculation

ef155de65c1bfe8f72e9c703a035607215123303 authored over 5 years ago
Add a Makefile dependency on thermapp.h

f0163de71957b72d617b9a0080410c75008d222e authored over 5 years ago
Remove no-longer-needed includes

ea4fd8e405c2292305d900ebf19a97eee7bb4806 authored over 5 years ago
Fix a leak in error paths

df607168263042a80a5601fc670a8557f018bc99 authored over 5 years ago
Use ! for NULL checks

b34340c105c9c7c4f29d32049b15b20f2debcbb2 authored over 5 years ago
Avoid writes of size 0

6ba4fb4eca081bae296f424b8fd24acee26e6245 authored over 5 years ago
Clean up uses of the sizeof operator

34e16ff549f7346edaf65bb22f02fc2ed1c5d7c1 authored over 5 years ago
More whitespace cleanup

66ad2642f789710776bcf854721f39bea0f5dda9 authored over 5 years ago
Fix a couple typos

76533ae1e291ccf3ea57507e80ece9196b51cf8d authored over 5 years ago
Replace the named FIFO with a pipe

811194138d1984c28607ab395a6220179ff16d88 authored over 5 years ago
Fix a leak and inconsistencies with DEFAULT_BUF_REMAIN

3e09521b6a3ad862aa47b177d004cca67b8bba1e authored over 5 years ago
Whitespace cleanup

3ef99bed10456f2259aeda07f0f28ac0b16cbdb7 authored over 5 years ago
Add a real Makefile

1c535a678562dd816c66f18746eaaef4ec545948 authored over 5 years ago
Update README.md

2ad8f8f83fe1d100d70823b0b3a8210287eae5b3 authored almost 8 years ago
First Commit

Adds calibration, autoscale, dead pixel correction etc.

3af50bd7046c09fa32472e656c4600c24bc25232 authored almost 8 years ago
Use pre_offset_cal.

1065b9eaea6501f75201223240042c7e148e746e authored almost 9 years ago
Add another parameter.

2d4bb46c54c4558106ecd80eb918acd7f41993aa authored almost 9 years ago
Fix args.

00b59595ab4e356cf2c60cd3aa6c48f6a3fa81b3 authored almost 9 years ago
Add parameters.

d7d8aab8a028c8ff8041bd070ca435f3ab677792 authored almost 9 years ago
Set gain_cal to 0.1.

21bfe9bb8291dda0d88e05b0733e633a9353025f authored almost 9 years ago
Fix debug output.

0d91e8836f98acd2d046dba005db6b8b97ea1431 authored almost 9 years ago
Add debug output.

acb2bdd8065481d913cd40dcf6a71219407b1e3a authored almost 9 years ago
Try out things.

71fb1930c8963e089d721163acbee36c990a058e authored almost 9 years ago
Add gain and offset.

502386487c9687cbf1e6d75285bef20eacae0c9a authored almost 9 years ago
Don't sleep.

1a38a32ba33ace17812cbfea4719523708696dbf authored almost 9 years ago
Fix value range, simplify code.

a4dcc3e6282fab65d5d44539d533c25e7ed1954b authored almost 9 years ago
Comment unused code out to remove warnings.

3380141bff3c8cf1d10110e0b3485f1db01520d9 authored almost 9 years ago
Integrate code to put images into video device (still ugly).

83f0ce204cec1e0b237c6a0811683ddc804eaa12 authored almost 9 years ago
Remove GUI.

4865f521a60898cd80511007cb7806db34b38dbc authored almost 9 years ago
Update thermapp.c

19e182757e7bf1f6c2ce834eb05c1ee08c6eaca0 authored over 9 years ago
Update thermapp.c

0dae947b4acbfb947c41dcd7d55f0195d6431691 authored over 9 years ago
Update thermapp.c

3ed5d617425e143a838f7b3b0501fcce9dd6ed86 authored over 9 years ago
Update mainwindow.cpp

dc8bd0642f0dd3451af536c89bde03ef188d9dd1 authored almost 10 years ago
Update README.md

da7991be222b290028af8451283642b59e07f166 authored almost 10 years ago
Create main.cpp

4ec655cd381aebf01e92698291f540e6a2e33630 authored almost 10 years ago
Create mainwindow.cpp

ee96a807b5c924d810f36708cd450a62b0a070c7 authored almost 10 years ago
Create mainwindow.h

35f9acd41593e7121f921047aea41dba315f4067 authored almost 10 years ago
Create thermapp.h

142d547e0dd8ab36b9ce7e30c30976b12ddb8f45 authored almost 10 years ago
Create thermapp.c

c0aaa087c6ce6421c6e7faffee9426baec53ab98 authored almost 10 years ago
Create mainwindow.ui

2f58c9aba66e2faf5ac2d7c2fb18159bbcaa97e6 authored almost 10 years ago
Create thermapp.pro

0410cea12627b7abf95311bf4983562d6f540ae4 authored almost 10 years ago
Create README.md

5c13f32337556a1a3de6888578ec72aa8a315cc7 authored almost 10 years ago
Initial commit

a3608247c5ea630f72cd3b7154e439798164580b authored almost 10 years ago