Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Video Play movies shot on Android devices

Discussion in 'Audio & Video' started by nax_unity, Sep 13, 2018.

  1. nax_unity

    nax_unity

    Joined:
    Jan 24, 2018
    Posts:
    63
    I used a plug-in with the Unity application built for Android terminal and shot a movie with a terminal camera.

    I played the movie I shot using VideoPlayer, but on a terminal with Android 8.0 or higher it was played as if it was fuzzy.
    The movie was played back normally even if played with an external player.
    Even if it was embedded in the application and played back, it was reproduced normally.

    I want to be able to play normally even if I access from the camera roll of the terminal and play it, what should I do?

    VideoPlayer.url = "Internal storage path";
    VideoPlayer.Play ();

    Processing is done like this.
     
  2. katarinahahn

    katarinahahn

    Joined:
    Apr 15, 2024
    Posts:
    2
    It sounds like you're experiencing an issue with video playback quality when using the VideoPlayer component in Unity to play videos shot with a terminal camera on Android 8.0 or higher. To ensure that videos play normally, even when accessed from the camera roll of the termina