How-to capture INOGENI device with VLC player and display in fullscreen

How-to capture INOGENI device with VLC player and display in fullscreen

  1. Install VLC player https://get.videolan.org/vlc/3.0.11/win32/vlc-3.0.11-win32.exe
  2. Open VLC and go to Tools -- Preferences


  3. Go to Media -- Open Capture Device...
  4. Copy the name of the device you wish to capture
  5. Go to Tools -- Preferences -- (Show settings ALL in the bottom left corner)
    1. Scroll down to "Inputs/Codecs"
      1. Open Access Module list
        1. Select Direct Show
        2. Video device name, copy the name of the device your previously copy
        3. Picture aspect-ratio n:m (enter your aspect ratio e.g.: 4:3, 16:9, 16:10)

  6. From the windows command-line CTRL+R
  7. Type CMD + ENTER
  8. Type de following command: cd C:\Program Files (x86)\VideoLAN\VLC (assuming you have installed vlc in the default path. If not right-click on vlc icon and select properties. Copy the target and paste it in command prompt following the cd command.
  9. Copy paste the following command: vlc dshow:// --fullscreen (VLC should open in full screen and capture your video device)
  10. In order to change from landscape to portrait mode add the following argument to your command:  --transform-type=90 --video-filter "transform{true}"
  11. To launch VLC at startup unzip the archive and copy/paste the batch file in the Windows startup folder