Skip to content
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

Fix some bugs #563

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7d0bd40
翻译日文
Jan 20, 2020
75c7c84
添加翻译说明
Jun 11, 2020
d546c0c
添加翻译说明
Jun 14, 2020
16bfa60
添加说明
Jun 26, 2020
a0c7fcf
添加说明
Jun 26, 2020
1f9d90f
修改编译通过
Jun 26, 2020
d904853
更新配置
Jun 26, 2020
8794ea6
处理花帧问题。原因是数据帧缓存在颜色格式转换未处理好。这个数据帧缓存内存空间大小与实际数据占用大小都是变化的,其中使用actual_byt…
Jun 28, 2020
dd1b326
修改颜色转换出错问题
Jun 28, 2020
c43189c
添加备注说明
Jul 1, 2020
d4a81e8
添加注解说明,并且暂时判断uvc协议版本大于等于1.1就将设置为每个视频帧有EOF
Jul 1, 2020
b37e2ca
修复编译问题
Jul 1, 2020
45c64f4
添加备注说明
Jul 3, 2020
26bb928
优化uvc处理
Jul 4, 2020
61c3e2e
添加说明
Jul 6, 2020
3e0f48a
添加说明
Jul 6, 2020
55c583f
检测到只有头,没有数据体,且没有EOF就不处理数据包;如果检测到没有EOF的帧则抛弃数据,不唤醒相关线程(如显示)
Jul 6, 2020
7d8aea0
优化,可配置是否丢弃不完整帧,默认不丢弃
Jul 9, 2020
cc40ab2
清除不管理文件
Jul 9, 2020
ffcce01
更新忽略文件
Jul 23, 2020
9eb4a3e
添加摄像头角度并自动旋转视频帧
Jul 15, 2020
741afa3
处理空指针异常
Jul 15, 2020
fdae02b
修复没有预览设置摄像头角度没有旋转问题
Jul 23, 2020
46737a9
添加初始化
Jul 23, 2020
c5173cf
添加是否水平镜像
Jul 23, 2020
cab5bed
添加垂直镜像处理
Jul 24, 2020
ca47c45
更新README文档
Jul 24, 2020
ecb350a
兼容选择90度和270度预览
Sep 24, 2020
3469681
支持没有预览视图
Sep 24, 2020
171bcb0
适配安卓8
Oct 28, 2020
b71eb0c
适配安卓8
Oct 28, 2020
14a1231
add LICENSE.
Mar 17, 2021
ce03ece
去掉一些日志
Jun 21, 2021
f8e4f57
添加回调帧支持BGR24
Aug 26, 2021
1d81449
补充信息
Aug 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ libuvccamera/src/main/libs
.idea/scopes
.idea/caches
.idea/codeStyles
.idea/*
*.iml
.DS_Store
libuvccamera/.externalNativeBuild/*

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

29 changes: 0 additions & 29 deletions .idea/gradle.xml

This file was deleted.

118 changes: 0 additions & 118 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading