Coder Social home page Coder Social logo

Comments (26)

AndrewRH avatar AndrewRH commented on May 31, 2024 1

@AndrewRH
I uploaded my simple test code.
https://github.com/kidapu/AVProMovieCaptureUnitTest

The script for starting rec is below.
https://github.com/kidapu/AVProMovieCaptureUnitTest/blob/master/Assets/Scripts/MainController.cs

And I got a recorded movie file from iPhone directly with using Xcode -> Window -> Devices and Simulators.

Thanks for this, we're testing it now

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024 1

@kidapu We have replicated the bug on the iPhone X.. we're debugging it now and will get back to you....Thanks!

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024 1

We are glad to hear that the issue is fixed :) Thanks @kidapu for all the help!

I will close this issue now. If anyone still has the issue please create a new issue.

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

Hey @MorrisRH I've added a test scene for this TestLinearTextureCapture.
It seems there may be an issue on Windows as well....

With Unity set to High Quality and Linear colourspace, it should look like this:
image

But the capture I get looks like this:
image

So I think I've reproduced the bug....

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

Closing this issue as it's fixed in 4.0.3

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH
I'm in trouble with this issue.
When will you plan to release version 4.0.3 in Unity Asset Store?

from unityplugin-avpromoviecapture.

BirdInTheCity avatar BirdInTheCity commented on May 31, 2024

I downloaded the v4.0.3 demo and I'm still seeing this bug. I've posted about it on the Unity Forum.

Visual reference of the bug:
output-sample

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH @BirdInTheCity
I also still encounter this bug.

My enviroment is below.

  • AVPro 4.0.3
  • iOS 13.2 + iPhone 8
  • Unity 2019.2.14f1
  • Player Settings -> Other Settings -> Color Space : Linear

Screen_Shot_2020-02-19_at_8_59_22

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

@BirdInTheCity are you using CaptureFromScreen or CaptureFromCamera or something else?

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

@kidapu is that from CaptureFromCamera component? Or perhaps you're using something else like the AVPro Movie Capture Window? We're going to try to fix this today but we need to be able to replicate the bug first....

Thanks for your patience :)

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH I' m using CaptureFromCamera. I will upload my simple test code without Plugins dir later for reproducing the bug.

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

@AndrewRH I' m using CaptureFromCamera. I will upload my simple test code without Plugins dir later for reproducing the bug.

Thanks that would be great! If you could share it here, or even email directly to [email protected]

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH
I uploaded my simple test code.
https://github.com/kidapu/AVProMovieCaptureUnitTest

The script for starting rec is below.
https://github.com/kidapu/AVProMovieCaptureUnitTest/blob/master/Assets/Scripts/MainController.cs

And I got a recorded movie file from iPhone directly with using Xcode -> Window -> Devices and Simulators.

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

@kidapu and in your project, if you capture in the Unity editor - then is it fine? It's only when you do a capture on iOS device that you have this darkening problem?

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH YES, Exactly!

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

@kidapu we ran your scene on iOS device and captured....and the capture looks fine for us. We didn't see any darkening.... I'm not sure why you're seeing something different.

  1. Are you using the trial or the full version of the plugin?
  2. Could you try reimporting the 4.0.3 plugin again and try it? When you do this, please first close Unity, then open it and do the plugin reimport.
  3. Could you show us a screenshot / video of your capture?

Thanks,

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH
Mmm...

1

I'm using the full version.

2

I have done your proceure. But I can't resolve my issue 😢

3

The below link has a video of my capture on my iPhone.
This link will expire after 6 days.

https://www.dropbox.com/transfer/AAAAAF5R2ECoLwJzEyHo-UPvoVe2aSt1dzvlDHI8tU9593aVfE6cDhA

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH
What's your test environment? (Version of unity, iOS, iPhone...etc )

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

@AndrewRH
What's your test environment? (Version of unity, iOS, iPhone...etc )

Wow yes your video is very dark...we don't get that here.
Our test environment is slightly different:
iPad Pro 10.5", iOS 13.3.1....
XCode 11.3.1 macOS Catalina 10.15.3

We have an iPhone X here, also with 13.3.1 - we'll test on this next

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH
Thanks. I will also test on another version of the iPhone device.

I have one more question.

Did you set the color space as Linear in Unity Project Settings?
Screen_Shot_2020-02-19_at_22_26_28

If it's set Gamma, I can record videos successfully on my iPhone.
But I should use Linear for another reason.

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

@kidapu Yes we are definitely using Linear.... We will keep testing on our side...
Do let us know if you find any other clues.

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

Thanks !

from unityplugin-avpromoviecapture.

BirdInTheCity avatar BirdInTheCity commented on May 31, 2024

Looks like you were able to reproduce while I was asleep! ;) But here are my specs, in case it's still helpful:

AVPro v4.0.3 Demo
CaptureFromCamera Script
(Buying the real one, once the expense report gets approved!)
iOS 13.2 + iPhone 11 Pro Max
Unity v2019.3.0f6 for Mac
Player Settings -> Other Settings ->
Color Space : Linear
Color Gamut: sRGB

The color looks correct in videos created in editor on Desktop (osx) but the exported video appears too dark on builds in iOS.

from unityplugin-avpromoviecapture.

AndrewRH avatar AndrewRH commented on May 31, 2024

This should be resolved now in the new version 4.0.4
Please upgrade and let us know :)

Thanks,

from unityplugin-avpromoviecapture.

BirdInTheCity avatar BirdInTheCity commented on May 31, 2024

Fixed! Just re-published with v4.0.4 and everything is functioning correctly. Thank you for the quick response on this.

from unityplugin-avpromoviecapture.

kidapu avatar kidapu commented on May 31, 2024

@AndrewRH
Fixed, too! Thank you for your cooperation and kindness!

from unityplugin-avpromoviecapture.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.