*It used File provider, So it worked for android nougat and other android versions.
* Open Android device Camera from your unity app/game.
* Capture Image.
* Record Video.
*Preview captured image.
* Preview captured video using unity video player.
* Save captured Image and recorded video in your desired location.
* Callback function called with captured image or recordered video file path after completed camera operations.
*Can create folder for saving images or video files.
*Easy to use. Just Call a single Function for capture image.
* Example scene.
* Perfectly documented