Commit Graph

62 Commits

Author SHA1 Message Date
JianGuo 7a9862eda2 refactor(webcam-capture-driver-native): 优化代码结构并调整依赖版本
- 重构部分代码,提高可读性和性能
-将 Java 版本从 11 降至 8,以支持更广泛的环境
- 移除 javafx-graphics 依赖,减少项目体积
- 更新 pom.xml 中的版本号至 1.2.0-8
2025-02-08 14:35:23 +08:00
Eduardo Ramos 88a4c75b2d Update readme 2025-01-04 13:07:38 +01:00
Eduardo Ramos a4d9e333b5 Bump version 2025-01-04 13:02:16 +01:00
Eduardo Ramos 996441a1ac Update windows libs 2025-01-04 13:00:39 +01:00
Eduardo Ramos f37fe3fd3b Bump version 2024-11-28 20:21:13 +01:00
Eduardo Ramos 7dc9d94ff9 Set log level to debug in camera listing 2024-11-28 20:20:16 +01:00
Eduardo Ramos b7eb36961f
Update README.md 2024-11-26 14:14:31 +01:00
Eduardo Ramos 0001a4300f
Merge pull request #28 from eduramiba/use-libnokhwa
Use libcnokhwa
2024-11-26 13:55:22 +01:00
Eduardo Ramos b03a084702 Update lib 2024-11-26 13:48:34 +01:00
Eduardo Ramos e5fb6cff7c Update linux libs 2024-11-26 13:43:19 +01:00
Eduardo Ramos da0d883349 Remove unnecessary dependency 2024-11-26 13:31:20 +01:00
Eduardo Ramos 8884994599 Update readme 2024-11-26 13:23:22 +01:00
Eduardo Ramos 21425486f0 Update bindings 2024-11-26 12:31:51 +01:00
Eduardo Ramos bc7ea82924 Update linux libs 2024-11-26 12:23:00 +01:00
Eduardo Ramos a374e0cdb5 Update lib 2024-11-26 12:18:50 +01:00
Eduardo Ramos 01d245dab3 Update readme and remove capture manager 2024-11-25 23:03:26 +01:00
Eduardo Ramos 4bc3d1d1cd Update linux libs and constants 2024-11-25 22:51:06 +01:00
Eduardo Ramos a76fce0e93 Update linux libs 2024-11-25 22:38:31 +01:00
Eduardo Ramos 3a73af893c Github build with macos15 2024-11-25 22:14:26 +01:00
Eduardo Ramos f0be867bde Improvements 2024-11-25 22:10:46 +01:00
Eduardo Ramos 8be2eea48e Update libs 2024-11-25 14:11:32 +01:00
Eduardo Ramos 01a9eb028d Adding driver based in nokhwa library 2024-11-25 13:35:35 +01:00
Eduardo Ramos 06df6a1856 Update lib 2024-11-25 13:06:16 +01:00
Eduardo Ramos 740d19099f Add driver based in nokhwa library 2024-11-25 12:40:32 +01:00
Eduardo Ramos ae8c94587b Update dependencies 2024-11-25 10:03:09 +01:00
Eduardo Ramos 5885050069
Merge pull request #21 from akexorcist/feature/device-scanning-supports
feat: add webcam discovery supports
2024-04-09 09:27:29 +02:00
Akexorcist 68faa5926c feat: add webcam discovery with 3 seconds interval 2024-04-08 01:15:01 +07:00
Eduardo Ramos dc4b67c6cc
Update README.md 2023-11-16 20:41:45 +01:00
Eduardo Ramos a7167ddf1f Update dependencies 2023-10-04 12:58:25 +02:00
Eduardo Ramos Ibáñez 395d76a752 Add support for custom device events and implement for CaptureManagerSDK driver 2023-09-24 11:27:20 +02:00
Eduardo Ramos d417760b30 Prepare 1.0.0 release for deploy to maven central 2023-09-13 12:24:29 +02:00
Eduardo Ramos 5cbe223700 Update mac natives compiled with catalina 2023-07-06 13:36:42 +02:00
Eduardo Ramos Ibáñez d3f090c408 Fix prefered media type selection in Windows 2023-07-05 22:39:14 +02:00
Eduardo Ramos Ibáñez 5d8bf86ea5 Use video stride correctly in windows 2023-07-05 22:14:33 +02:00
Eduardo Ramos d2279aa02a Prefer YUV/YUY detail 2023-07-05 17:51:05 +02:00
Eduardo Ramos 055cdd61ca Add new function to get bytes per row. Necessary to properly decode some resolutions with row bytes padding 2023-07-05 16:30:17 +02:00
Eduardo Ramos 144a8a7463 Add extended webcam device common interface 2023-05-15 17:43:32 +02:00
Eduardo Ramos ee165b50ff Add support to update image only when there is a new frame 2022-12-21 13:26:13 +01:00
Eduardo Ramos 0704fc70a3 Add extra jar goal to build without natives 2022-12-19 22:03:33 +01:00
Eduardo Ramos 1621879011 Fix build 2022-12-15 11:54:14 +01:00
Eduardo Ramos ea71329c83 Update codesigned Mac dylibs 2022-12-14 21:38:25 +01:00
Eduardo Ramos 1563f8a3b4 Don't crash NativeDriver on other OSs but log an error 2022-12-14 21:15:41 +01:00
Eduardo Ramos bdfdf2453b Don't crash NativeDriver on other OSs but log an error 2022-12-14 21:13:32 +01:00
Eduardo Ramos a320d863e0 Update dependencies 2022-12-14 20:47:21 +01:00
Eduardo Ramos c52644a2dc Update dependencies 2022-12-13 15:12:31 +01:00
Eduardo Ramos f581e26518
Merge pull request #12 from msgilligan/msgilligan-fix-minor-javadoc-href
Fix minor JavaDoc error (use a/href for link)
2022-12-12 17:04:28 +01:00
Eduardo Ramos 15b96b208d
Merge pull request #13 from msgilligan/msgilligan-NativeDriver-os.contains
NativeDriver: replace .indexOf() with .contains()
2022-12-12 17:02:34 +01:00
Eduardo Ramos d8d83ea449
Merge pull request #11 from msgilligan/msgilligan-github-maven.yml-action
Add maven.yml GitHub Actions workflow
2022-12-12 17:02:09 +01:00
Sean Gilligan dcb4aaac21 NativeDriver: replace .indexOf() with .contains() 2022-12-09 17:33:32 -08:00
Sean Gilligan a36450fd0e Fix minor JavaDoc error (use a/href for link) 2022-12-09 17:20:21 -08:00