LufeeWuKong
LufeeWuKong
Error while trying to load an asset: Failed to load asset at "assets/config/application.yaml" (404)
💪 Running with sound null safety 💪 Debug service listening on ws://127.0.0.1:49194/5o_az14jCtU=/ws Error while trying to load an asset: Failed to load asset at "assets/config/application.yaml" (404) Error: Unable to load...
final pickedFile = await ImagePicker().getImage(source: ImageSource.gallery); if (pickedFile != null) { final file = File(pickedFile.path); final sample = await ImageCrop.sampleImage( file: file, preferredSize: context.size?.longestSide.ceil(), ); String path = file.path; print("---------------_openImage()...
可以支持多个摄像头的吗 我这边试过了 好像不行 java.lang.RuntimeException: setParameters failed 2023-05-19 16:35:51.149 10443-10443 System.err com.bajie.uvccamera.rtmplive W at android.hardware.Camera.native_setParameters(Native Method) 2023-05-19 16:35:51.149 10443-10443 System.err com.bajie.uvccamera.rtmplive W at android.hardware.Camera.setParameters(Camera.java:1889) 2023-05-19 16:35:51.149 10443-10443 System.err com.bajie.uvccamera.rtmplive W at...
E/AndroidRuntime(19614): Process: com.billsclub.s8app, PID: 19614 E/AndroidRuntime(19614): java.lang.RuntimeException: Error during detachFromGLContext (see logcat for details) E/AndroidRuntime(19614): at android.graphics.SurfaceTexture.detachFromGLContext(SurfaceTexture.java:280) E/AndroidRuntime(19614): at org.videolan.libvlc.AWindow$SurfaceTextureThread.detachFromGLContext(AWindow.java:672) E/AndroidRuntime(19614): at org.videolan.libvlc.AWindow$SurfaceTextureThread.access$1600(AWindow.java:580) E/AndroidRuntime(19614): at org.videolan.libvlc.AWindow.SurfaceTexture_detachFromGLContext(AWindow.java:731) I/Process (19614): Sending signal....