Uriah Liggett
e7162a40f9
Update README.md
2019-02-25 23:14:32 -05:00
Uriah Liggett
d786ee58b5
Added top-level Makefile
2019-02-26 03:53:36 +00:00
Uriah Liggett
1d75d6e5e1
FreeLSS 1.22
2019-02-26 03:41:15 +00:00
Uriah Liggett
5e09c6cfe6
Use wiringPi from repo.
2017-12-30 11:14:50 -05:00
Uriah Liggett
daddbcfb0f
Merge pull request #28 from jleppert/8-mp-camera
...
8 mp camera support
2017-12-27 12:46:40 -05:00
Johnathan Leppert
1ba8f316e0
8 mp camera support
2017-12-27 08:43:29 +00:00
Uriah Liggett
3506894ed9
Merge pull request #26 from bryant1410/master
...
Fix broken headings in Markdown files
2017-04-22 16:12:18 -04:00
Santiago Castro
2c7bfdf63d
Fix broken Markdown headings
2017-04-18 06:09:17 -03:00
Uriah Liggett
701c98c0df
Changed BGR to RGB
...
Updated to match the RGB color format of the newer firmwares.
2017-01-04 18:01:55 -05:00
Uriah Liggett
4e4068cfdf
Changed BGR to RGB
...
Updated to match the RGB color format of the newer firmwares.
2017-01-04 18:01:08 -05:00
Uriah Liggett
c26106f4eb
Fixed an access after delete bug
2015-12-03 19:27:25 -05:00
Uriah Liggett
0adcc5f7ab
Fixed a bug where points would be duplicated in XyzWriter
2015-11-07 14:07:56 +00:00
Uriah Liggett
287e7ce57c
Fixed a missing object in Makefile
2015-11-04 00:58:44 +00:00
Uriah Liggett
357f93bbd8
Pull from head
2015-10-24 15:13:01 +00:00
Uriah Liggett
8289d95364
FreeLSS 1.11 - Added the ability to connect to Hidden WiFi access points. Added support for running without the camera being attached.
2015-10-24 15:12:16 +00:00
Uriah Liggett
a4f248c1ff
Updated the Pi update command
2015-10-24 11:02:48 -04:00
Uriah Liggett
4ec39ffdf9
Merge branch 'master' of https://github.com/hairu/freelss
2015-10-03 19:42:19 +00:00
Uriah Liggett
2869c6dbd3
Added password login support, Wifi configuration, kernel information, and misc UI improvements
2015-10-03 19:41:42 +00:00
Uriah Liggett
52e88b002b
Updated dependencies
2015-10-03 15:31:16 -04:00
Uriah Liggett
73e942f457
Added support for software controlled lighting via PWM. Added the ability to create a flat base on the scanned object. Fixed an issue of gaps in the 5MP mode.
2015-07-21 02:09:54 +00:00
Uriah Liggett
a57df0cf76
Update Main.h
...
Removed the Raspicam include
2015-07-06 21:11:41 -04:00
Uriah Liggett
31d371bc6d
Gracefully handle failed calls to stat()
2015-06-14 01:43:26 +00:00
Uriah Liggett
2c5c42abdb
Added a crosshair for the center of the turn table. Log files are now generated for scans. Embedded the calibration lines directly into the image
2015-06-13 20:18:57 +00:00
Uriah Liggett
76c004135b
Added the laser auto-calibration feature. Added a Refresh button to the preview page
2015-06-12 01:23:32 +00:00
Uriah Liggett
bc18cd660d
Disabled burst mode by default
2015-06-03 23:59:16 +00:00
Uriah Liggett
c08163330d
Fixed the issue where still mode was offset from video mode. Improved scanning performance. Added support for camera burst mode. Fixed a bug where the software could crash when switching presets
2015-06-03 22:30:48 +00:00
Uriah Liggett
a1a99a6206
1. Improved accuracy of normal vectors for the points in the point cloud. This improves the Poisson surface reconstruction in MeshLab or other program.
...
2. Improved laser detection when the background is not static.
3. Added meshing support for PLY files. The PLY files now contain the point cloud and the triangle mesh, eliminating the need for STL in most cases.
4. The test image now shows results from both lasers in the same image when the Preset is configured to scan with Both Lasers.
5. The test image now omits points that would be removed by the ground plane height and max object size parameters.
6. The scan Preview link has been changed to a button.
7. The name of the active preset is now displayed on the main page.
8. Fixed an issue where 5MP video mode would only use the center of the camera's view instead of the full field of view.
2015-05-17 19:34:10 +00:00
Uriah Liggett
aa1b457d79
Added the ability to display the licenses at runtime
2015-04-27 22:31:33 +00:00
Uriah Liggett
6531209d5b
Added support for viewing past scans in the browser. Added support for viewing live scans while it is scanning. Added low disk space warnings.
2015-04-27 19:43:50 +00:00
Uriah Liggett
c53eae2db1
Added support for binary PLY files. Added support for specifying the ground plane height. Added support for centimeters. Improved the progress reporting
2015-04-20 01:25:40 +00:00
Uriah Liggett
da4bcb0023
Added the missing RapidXml header
2015-03-24 22:10:07 +00:00
Uriah Liggett
58f0cff6b3
Added a dependency on libcurl
2015-03-23 20:38:11 -05:00
Uriah Liggett
6f993b76c8
Added support for specifying length units and support for the auto-update feature
2015-03-24 01:33:09 +00:00
Uriah Liggett
dcf8ad4644
Updated Raspicam
...
Updated the installation instructions to use the newer version of Raspicam (0.1.3) to resolve deadlock issues in the previous version.
2015-03-15 16:33:52 -04:00
Uriah Liggett
84f86cafbf
Merge branch 'master' of https://github.com/hairu/freelss
2015-02-22 18:53:23 +00:00
Uriah Liggett
0824e1a7bc
Added the ability to choose output types and the ability to show what points came from the left laser versus the right
2015-02-22 18:52:40 +00:00
Uriah Liggett
8b6445336a
1. Re-enabled magnitude comparisons until Red channel mode can be tested more thoroughly.
2015-02-08 18:15:09 -05:00
Uriah Liggett
834232c02c
Removed the Settings class
2015-02-08 17:40:11 -05:00
Uriah Liggett
aa4ffd3324
1. Improved mesh generation in dual laser mode.
...
2. Added a Preset system.
3. Switched from SQLite properties to .properties.
4. Frames per revolution are now saved as part of the preset.
5. Updated the ImageProcessor to only consider the red channel instead of the full pixel magnitude.
6. Moved the manual control operations to the Camera page.
7. Various UI tweaks to increase usability.
8. Removed .db file generation.
2015-02-08 17:38:20 -05:00
Uriah Liggett
7ba964fb25
1. Improved mesh generation in dual laser mode.
...
2. Added a Preset system.
3. Switched from SQLite properties to .properties.
4. Frames per revolution are now saved as part of the preset.
5. Updated the ImageProcessor to only consider the red channel instead of the full pixel magnitude.
6. Moved the manual control operations to the Camera page.
7. Various UI tweaks to increase usability.
8. Removed .db file generation.
2015-02-08 17:29:32 -05:00
Uriah Liggett
0fc1b3dc8e
Update README.md
2015-02-08 09:47:17 -05:00
Uriah Liggett
4b4b4928c4
Merge pull request #2 from skymaze/master
...
Incorrect syntax on include.
2015-01-13 21:30:49 -05:00
skymaze
4011fbc20b
fix make error
2015-01-13 11:58:48 +08:00
Uriah Liggett
532531b278
Added the ability to choose video modes from the settings page. Converted the laser threshold setting from an integer to a float. Added a Save button to the top of the Settings page. Randomized the filename of the camera image on the live camera page so the browser doesn't use an incorrect image from cache.
2014-11-02 12:49:26 -05:00
Uriah Liggett
8bb973b938
Initial commit of source files
2014-10-19 19:45:15 -04:00
Uriah Liggett
37a24d5c7d
Update README.md
2014-10-19 19:07:20 -04:00
Uriah Liggett
19e20a01ba
Update README.md
2014-10-19 19:06:50 -04:00
Uriah Liggett
cda3199461
Update README.md
2014-10-19 18:56:29 -04:00
Uriah Liggett
99be6d6292
Delete test
2014-10-19 18:42:46 -04:00
Uriah Liggett
2a0e4a30fe
Update README.md
2014-10-19 18:07:49 -04:00