UnityNativeCamera
UnityNativeCamera copied to clipboard
A native Unity plugin to take pictures/record videos with device camera on Android & iOS
**Description of the bug** i have 2 phones. A21s (app is working), while on A10 its crashes. attached is a video of the app running. after taking the photo, the...
Audio from audiosource in ios build works fine before recording video, after recording video all audio cannot be heard. Can reproduce by just playing audio in empty build after using...
I am noticing a few seconds of timeout when resuming the Unity Activity on Android. Easy to see from the logger. ``` W/ActivityManager: Activity pause timeout for ActivityRecord{80a2f74 u0 com.***myappname****...
Hello, After I take a photo or even if I don't take a photo but after the app access the native camera using an iOS it doesn't shift the canvas...
Hello @yasirkula First of all, thank you for the great plugin When using NativeCamera.Permission permission = NativeCamera.TakePicture((path) => {...}, it open the device's camera. I took the picture below: ![Screenshot_20240226_145230_Camera...
**Description of the bug** When only using the `NativeCamera.Permission permission = await NativeCamera.TakePicture()` android will still in the settings show Microphone access as not allowed. Is it possible to completely...
Video doesn't open on PC after File.Move / File.Copy / Send into the Server: It occurs sometimes and is not persistent, most of the time it doesn't work all right....
I've identified another issue. When I launch the app, it directly opens the camera using the Camera button. However, I'm uncertain which camera it's utilizing—whether it's the iPhone's primary camera,...
I have this code to try to save the mp4 file that is generated and said file should be saved in the specified path but it is not being saved...
**Description of the bug** Camera permission text always display default text instead of custom. **Reproduction steps** So, by default it's set to "Allow {App} to take thee pictures and record...