Ecosyste.ms: OpenCollective

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

github.com/OpenHD/-old-libseek-thermal

SEEK thermal compact camera driver supporting the thermal Compact, thermal CompactXR and and thermal CompactPRO
https://github.com/OpenHD/-old-libseek-thermal

Still image capture utility, update OpenCV colormap info (#60)

* Still image capture utility, update OpenCV colormap info
* Update README.md

2fe3482239c3837591df5c6afdd16861ec7f6911 authored about 4 years ago
Update FindLibUSB to make it slightly clearer what it is missing if it fails (#59)

c00581e67cc7cbe51386eb27a90cf57a6fdf2267 authored about 4 years ago
Update README.md

35ec915aacf832693f761a3c7e665cc35cd7d43a authored about 4 years ago
Update README.md

23d7ca07341f954a0e3aef649643095b6af26ee4 authored over 4 years ago
Update README.md

f730845f216e226509f17b20adf6c201a0705eef authored over 4 years ago
Fix warning (wrong initialization order) (#53)

c7f1fc81e9f09f1bce1cbd7400834f311da7f405 authored over 4 years ago
Merge pull request #52 from Bostwickenator/libusb_request_size

Request size per camera

484fa1372e16a9d592aa6458c386c151a62d7da9 authored over 4 years ago
Reduce timeout now that it isn't fatal.

ff1d1c959b25017cff290223789506ceb6ac357d authored over 4 years ago
Use outframe so we get scale and orientation (#51)

7e911e27415d2c1449c726c1a7dbc74fcb028995 authored over 4 years ago
request size max

fa51e26b76887215d455a67f7b846b4cc1aebffb authored over 4 years ago
Remove usage of boost (#50)

e0e317614d93777af737bc85f6ab8fc1858c4b32 authored over 4 years ago
Update seek_viewer.cpp

1ec2ad73e7d65a89ab1af5a067978aa9b6fc5916 authored over 4 years ago
Add fullscreen toggle and exit on window close (#49)

b6de14d25c6553159f99ec4acb9e597b8611fb20 authored over 4 years ago
Better support and documentation for Windows (#43)

* Don't use gcc flag with MSVC

* Use CMake to find libusb and Boost

Also pretty print depe...

a4d1cb825589ef4363bc8240b6506be8a3e38d4f authored over 4 years ago
Update README.md

Use the GitHub CI badge

f3e203839ffd2d80e357ed534c7d7bd96ac936fe authored over 4 years ago
Setup GitHub actions to validate the build (#48)

Create cmake.yml add hooks for manual tigger, pull request, and push

a414529ec37e52086769bc8f62b075ef9223a120 authored over 4 years ago
Merge pull request #46 from alxpettit/patch-1

fix failure to compile on later opencv versions (>2)

32205b67c1a10ca3e50fd16adfdff8339a13d586 authored over 4 years ago
Merge branch 'master' into patch-1

fe47b803b1fe406179d816276218852ac1d5ce9f authored over 4 years ago
Merge pull request #42 from Bostwickenator/master

Add support for streaming to v4l2

c4d4b3a6d2589d798e48beb86cf2fc054af80471 authored over 4 years ago
Update README.md

Correct readme for new params

2e33950f8a43b750aec5a64e34d0cb1cecdcf12d authored over 4 years ago
fix failure to compile on later opencv versions

Does not compile on Arch without this

922e435bbcebfb21cee788814211556f65c9319c authored over 4 years ago
Add support for streaming to v4l2

c2d68ea3cd71b859d780d4b4da7db7e22cb59be7 authored over 4 years ago
Undo #40

Normally makefile is generated in build folder

45c1d8d2b86faf3adef639f6550b8c93dae9e5db authored almost 5 years ago
Fixed issue #40

caab8f1982fbeb5ab0e5913908074535ceb18e8b authored almost 5 years ago
Merge branch 'master' into development

e4f8eaa0a4b2ef18e9b244dc3089df9691d9db19 authored almost 7 years ago
Merge branch 'Blystad-fixes' into development

dfe1b02e642173bdc8a0de0db683a89aeb1b20e4 authored almost 7 years ago
Replace C-style cast with C++-style cast and added some pretty print stuff

Also fixed warning in debug print statement

a38d58af04868d20ca6a7eb273ddfca2e9b5c27f authored almost 7 years ago
Update README.md

e5e706942ee9404900071a644aa91031a81740ec authored almost 7 years ago
Fix print_usb_data could print out garbage data

e123bf8d4a276812604897e82c9983069d09e1fa authored about 7 years ago
Increase amount of tries to grab a frame

The default 10 values didn't work for my seek OEM starter kit.

a2afc39ac0ba4a51d1e54475d6aceacbd841c65f authored about 7 years ago
Update README.md

9c9846b38f1a12e3db32d41b82585ed95dc3edfb authored about 7 years ago
Update README.md

e67c42c9a112e239bf5fde5c34f8093e11abdd6f authored about 7 years ago
Updated README

2a2aaf8eaec4f3435ded55524cda597616aae74d authored about 7 years ago
Merge branch 'master' into development

2193f303436d0be35d76c27f4fdbd14d77c6297c authored about 7 years ago
Updated README.md

3f7039f062d14459d43aa2f7b2852c5836b64b1d authored about 7 years ago
Added gcc warning flags, fixed some warnings

a6f219c7a04e70c26f90d2cd9d1b85ce0b290c5c authored over 7 years ago
Added FOURCC code to VideoWriter in seek_viewer

Apparently, leaving just 0 as a parameter in VideoWriter::open
i.s.o. a FOURCC value, does not p...

49c05ca3c14f241e05c36f3ca257c903e05a930e authored over 7 years ago
Simplified minimal examples

d7653725c51f94154813f7236e279989895aafa6 authored over 7 years ago
Update README.md

bf0cd2c7a3e40a3d3ff52bb459e62f677e1e58a1 authored over 7 years ago
Updated .gitignore for cmake

e3e9967b0540cf95e60ad0b5e4701d2d61c29069 authored over 7 years ago
Moved from GNU make to cmake

Cmake is more flexible. The current build system supports
install targets and seperate options f...

8887c0e2d1255ec4b7fb03daccdb221cb6731eb1 authored over 7 years ago
Merge pull request #12 from fnoop/master

Ensure output frame is CV_8UC3 for VideoWriter, #11

42ab73e19f8a2dc16eab3728a9d442120d9eaf92 authored over 7 years ago
Ensure output frame is CV_8UC3 for VideoWriter, #11

95f19cb4ce28ecfd52e898c399ee5d667bb026a4 authored over 7 years ago
Release of new features and bug fixes

Fixed issues #1 #2 #4 #6 #7
New features:
* seek_viewer utility
* improved dead pixel filter
* a...

4c7498d965db2474668d8610dc83ca0f64e153b5 authored over 7 years ago
Updated README

Better documentation about flat field calibration procedure
Documentation about new seek_viewer...

fa9685f4fe6ec3dc8cd9a25d9d760b039aa804ac authored over 7 years ago
Added colormap image and updated .gitignore

a8e97f8a4912b607825f0d2fda83217b45ea2dcf authored over 7 years ago
Renamed bin programs so they all start with 'seek_'

Updated makefiles
Distrubuted install command to the 3 makefiles instead of only the
top one

3c03b73ffc7da68c93494ce4928d43f28f0c557a authored over 7 years ago
Added doc folder with some images

98dc77ab83ffd577f405ced77a98ce27c2f967f3 authored over 7 years ago
Added flat field calibration support to seek_viewer util

bac60c07dada6a2e4441fe6bcb49a9163cde9efe authored over 7 years ago
Approved seek_viewer pull request

22eceaf51d717fa9eb145a16502bdd0847b5b6e4 authored over 7 years ago
Some code markup and command help changes

789aee5d191a0f2a1c1923607648bc9d29c7f526 authored over 7 years ago
Checkout fnoobs pull request #10

1244e0002986f440605e4bcff754f5cf0a7b3d41 authored over 7 years ago
Fully fixed dead pixel filter

Issue #6
Tested on thermal pro and thermal classic (using the dead_pixel_test branch)

1f6a35406c51924add28246014773346f094f53d authored over 7 years ago
Add seek_viewer utility

955d10c8faa5697db758d4a1ffdb95cee03391d8 authored over 7 years ago
First attempt to fix dead pixel filter for my seek pro

Note that this is not working

a0b177ac32f86c2bb9d9131cbfaf7622fd91447a authored over 7 years ago
Fixed issue #4

1a11f4c68fcfee5d4a79d900f95947ee5b6564ed authored over 7 years ago
Reverted previous commit

28a00448167d7b1ed8eb5eb770c44e5525aaa663 authored over 7 years ago
Added runtime path to Libs libseek.pc

Issue #7

769241fd04f10b94a2ec7562bfbfd4a8f1f34fd0 authored over 7 years ago
libseek.pc is now generated an honours the install prefix

Issue #7

55812ac89d2cb843b2cb4e9f465a964515e6bc54 authored over 7 years ago
Increased usb bulk transfer timeout to 10 seconds

Issue #1

bb1c186a308c19a48e47e07f90307da46f5459de authored over 7 years ago
Added libseek.pc file for issue #7

f74951946378b60a846188d54d45f8fcdf97e382 authored over 7 years ago
Implemented fix for issue #6

200093de8bab6259c898b56d5646e3d16e2b51de authored over 7 years ago
Code instrumentation to get flat field frame, dead pixel frame and one data frame

bbef67bfa1d2fc424ab6655757303e7108d56f04 authored over 7 years ago
Updated Makefiles to support shared library and install target

Also updated README with usage

f84a0b45afc9203e7962f03fb4b13a6d5a1df65f authored over 7 years ago
Added support for additional flat-field-calib for both camera types

NOTE: not tested with seek thermal compact yet
Also added optional input input arg to provide cu...

6de2b0632617e786132e81236721a0cedc5f5361 authored over 7 years ago
Merge branch 'development' of github.com:maartenvds/libseek-thermal into development

623d64e37d3ed5c5fb3099b85772331af51f9b1e authored over 7 years ago
Renamed 'logging.h' to SeekLogging.h

881a9d06b7859ad3f57aa54a88e40dec20e23ca1 authored over 7 years ago
Updated dependecy list in README

dbbf06eae53b89640df3071a63fd182136a93175 authored over 7 years ago
Added lib boost to travis file

084a659bd7f3b1e1f55512900ba415bb6fd3ff2b authored over 7 years ago
Removed cv::ImreadModes usage to be compatible with opencv 2.4

81699af9d5c65c182b14108211f340c23a048071 authored over 7 years ago
Renamed to libusb-1.0-dev in travis file

6c26cebcb5fa92655ce5cc776d29c30d1fef3480 authored over 7 years ago
Added .travis.yml build file

d5a7fc663da2c926b24107f09f0cb7e842a66d2d authored over 7 years ago
Improved logging

In release mode, error messages are still forwarded to stderr
In debug mode, file:line:function ...

364e53b1ef4585915c0f8df1633fe479f43f09e5 authored over 7 years ago
Merge branch 'development' of gitlab.com:EAVISE/libseek-thermal into development

Merged optimized frame usage with current development

764007be4bac8bbbebabd22b03f1b7dc4d481e24 authored almost 8 years ago
Added comment to test_pro.cpp about the use of the additional flat field calibration

Note that this should also work for the seek thermal compact but that this is not
tested yet.

c64c3ca190a35b198a148b1feafb649c10c533f1 authored almost 8 years ago
Moved additional ffc filename to optional constructor argument instead of a parameter of open()

a9f977bf0ed86dba79da408bee8e0693332794d1 authored almost 8 years ago
Removed unused library reference in makefile

edfec3ab26c9992143442229f31bdfdb93a2e8c6 authored almost 8 years ago
Implemented additional ffc into SeekCam class using additional open() with an argument

0325d4a44d7a87cc4c4048226b8c774c321c23fc authored almost 8 years ago
Improved command line parsing create_flat_field program

Also added ffc.png as a reference

2e107cacb6eae2fcb36e663e5e68a128ccf95e33 authored almost 8 years ago
Optimized internal frame usage, m_frame is not needed

3c06264c4b74560b13d65a7b1b8e2483dba8f04f authored almost 8 years ago
Added program to do additional manual flat field calibration

Also added experimental thermal to grey scale conversion method
Both additional features are not...

8d33d0d861878e4e27bc503aebb4fd6832407195 authored almost 8 years ago
Replaced some tabs with spaces

74215fa6d1092f6e29c6f101776e23addc91b441 authored almost 8 years ago
Added license, updated README

93f1761f9ae68e51f560974d4b4347bdc603369d authored almost 8 years ago
Added debug makeflag to enable/disable debug prints

Moved content of variables.mk to the top Makefile
Updated README.md

15b610d971f9c7360d13d6b6ef35175a414bdde8 authored almost 8 years ago
Support for Seek Thermal tested, refactored code

239acc02d9ceedef8f58c16a2c7fce4c03820a90 authored almost 8 years ago
Added support for SeekThermal, not tested due to lack of camera

Also fixed bug that produced a crash when no privileges to open usb device

127ae394b99d595308f551d73a3c211a7c22dc51 authored almost 8 years ago
Removed retrieveRaw and added workaround for failing camera init

508c8df6b852343d9c54b77cbd55a67284b0f52f authored almost 8 years ago
Update README.md

5afda47bab288b4d89a3bd76f421f5ac88c52b7f authored almost 8 years ago
Added README

ee4a17cdd366dccecaf87598e2576a0b39a4012b authored almost 8 years ago
First version of libseek-thermal supporting the SeekThermalPro

5656beedf4b8378fbad204ba8d6c0b51525285a7 authored almost 8 years ago