-
### What's happening?
When taking a photo randomly I get this error thrown.
![image](https://github.com/user-attachments/assets/e4fc929b-9623-4514-9f02-2e4a32e608c8)
![image](https://github.c…
-
here is the method
` cameraFragment?.takePhotoOrCaptureVideo(this,DIRECTORY_PICTURES,System.currentTimeMillis().toString())
`
and alos there is only one `takePhotoOrCaptureVideo` method, wit…
-
09-12 10:55:28.149 5534-5534/org.devio.simple E/AndroidRuntime: FATAL EXCEPTION: main
Process: org.devio.simple, PID: 5534
java.lang.RuntimeException: Failure delivering result ResultInfo{wh…
-
你好,我在使用 v3.0.4 的时候,出现了空指针的崩溃。详细堆栈信息如下:
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1007, result=-1, data=Intent { typ=image/* }} to activity : java.lang.NullP…
-
Are you planning to publish the implementation of the methods mentioned in this repository? Or maybe you can describe the functions you use to implement methods like Camera :: TakePhoto () or Camera :…
-
请看图片附件
但是下载的DEMO显示却是正常。
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.take_image_activity);
…
-
demo测了2部手机:
联想正常
魅族PRO6 (6.0):
拍照正常
选择图片1:单选 正常
2:多选(1):只压缩 正常
(2):只裁剪 正常
(3):即压缩又裁剪--->a:选择take…
-
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:23:9-36
is also present at [com.jp…
-
大部分的第三库中FileProvider会声明为[android:authorities="${applicationId}.file**P**rovider"],这个库的声明是[android:authorities="${applicationId}.file**p**rovider"],其中这个库的fileProvider的P是小写,导致即使手动合并FileProvider文件,也会因为指向…
-
调用相机拍照时,如果按如下设置拍照后,点击确定后为裁剪状态。而目的并不需要为裁剪状态且allowsCrop为false
camera.takePhoto({
allowsCrop=false,
allowsEditing = true