Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mrayy/UnityCam
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: schellingb/UnityCapture
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 291 files changed
  • 4 contributors

Commits on Mar 6, 2018

  1. Rebuilt and renamed to Unity Capture

    - Improved performance and compatibility (60 FPS no frame skip!)
    - Simplified and reduced code of all 3 parts (filter, plugin, sample)
    - Renamed UnityCamService to UnityCaptureFilter
    - Renamed UnityWebcam to UnityCapturePlugin
    - Added options and warning displays
    schellingb committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    d153885 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    e27948b View commit details
    Browse the repository at this point in the history
  2. Moved image processing into filter and made it multi-threaded

    - Texture pixel data format conversion
    - Image resizing/mirroring
    Added capture FPS display option to filter configuration
    schellingb committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    7b9a7ef View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. - Fix resize and handling of uncommon resolutions

    - Reduce performance overhead in Unity when capture is inactive
    schellingb committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    b8626ec View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Configuration menu
    Copy the full SHA
    23b17bf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    6e236b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    7ad0690 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Support arbitrary resolutions

    Also added 16:10 resolutions to resolution preset list
    schellingb committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    c97b130 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Add support for passing Textures to the capture feed (#1)

    * Refactored into a low-level UnityCapture.Interface class which can be used separately
    * Added UnityCaptureTextureExample which captures a texture and not a camera
    brandonjmatthews authored and schellingb committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    7cbf24e View commit details
    Browse the repository at this point in the history
  2. - Source formatting

    - Added feature contributor name
    schellingb committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    8d4631d View commit details
    Browse the repository at this point in the history
  3. Updated README.md

    schellingb committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    6a0a80c View commit details
    Browse the repository at this point in the history
  4. - Added timeout option to control the time until sending is considere…

    …d stopped
    
    - Support capturing of mip-mapped textures
    schellingb committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    a82e2a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Option to install the filter with a custom name instead of the defaul…

    …t 'Unity Video Capture'
    schellingb committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    fe461e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. fix: CCaptureStream destruct, show stop Threads, to prevent Threads c…

    …lass destruct after JobsMutex class is already destruct.
    hanwei.0143 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2eabf0f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Merge pull request #29 from Isetta-Han/master

    fix: CCaptureStream destruct, show stop Threads, to prevent Threads c…
    schellingb authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    7a3278d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. New release with new DLL files (#33)

    Capture filter DLLs renamed from "UnityCaptureFilter32bit.dll" and "UnityCaptureFilter64bit.dll" to "UnityCaptureFilter32.dll" and "UnityCaptureFilter64.dll". This new release which includes 2eabf0f should not cause deadlocks when used in software like OBS anymore. A new DLL name is used because the old names are now in a block list in OBS due to the faulty behavior of the old version.
    schellingb committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3ed54c3 View commit details
    Browse the repository at this point in the history
Loading