Search Unity

Question How to record video and audio from the webcam?

Discussion in 'Audio & Video' started by danielesuppo, Dec 4, 2022.

  1. danielesuppo

    danielesuppo

    Joined:
    Oct 20, 2015
    Posts:
    331
    Hello, I'm working on a Standalone Windows application that should record for a few seconds video and audio from the webcam, and save it as a .mp4 file.
    I've tried a couple of solution:
    - NatCorder: it's a deprecated plugin, but I've bought it time ago. The problem with this plugin is that the audio sometimes is out of sync form the video with no reason (and I don't get any reply from the publisher)
    - Unity VideoCapture: it would be nice to use that, but unfortunately it does not seem to work. I get the same error, just following the docs, as other users (for example https://forum.unity.com/threads/problems-using-videocapture.1271582/)

    Maybe someone have any suggestion on how to to that?
    Many thanks!
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,442
    danielesuppo likes this.
  3. danielesuppo

    danielesuppo

    Joined:
    Oct 20, 2015
    Posts:
    331
    Many thanks! I'll try all of them