-
Notifications
You must be signed in to change notification settings - Fork 157
Comparing changes
Open a pull request
base repository: mrayy/UnityCam
base: master
head repository: schellingb/UnityCapture
compare: master
- 16 commits
- 291 files changed
- 4 contributors
Commits on Mar 6, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for d153885 - Browse repository at this point
Copy the full SHA d153885View commit details
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e27948b - Browse repository at this point
Copy the full SHA e27948bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7b9a7ef - Browse repository at this point
Copy the full SHA 7b9a7efView commit details
Commits on Apr 17, 2018
-
- Fix resize and handling of uncommon resolutions
- Reduce performance overhead in Unity when capture is inactive
Configuration menu - View commit details
-
Copy full SHA for b8626ec - Browse repository at this point
Copy the full SHA b8626ecView commit details
Commits on Apr 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 23b17bf - Browse repository at this point
Copy the full SHA 23b17bfView commit details
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6e236b0 - Browse repository at this point
Copy the full SHA 6e236b0View commit details
Commits on Jul 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7ad0690 - Browse repository at this point
Copy the full SHA 7ad0690View commit details
Commits on Jul 24, 2018
-
Also added 16:10 resolutions to resolution preset list
Configuration menu - View commit details
-
Copy full SHA for c97b130 - Browse repository at this point
Copy the full SHA c97b130View commit details
Commits on Sep 10, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 7cbf24e - Browse repository at this point
Copy the full SHA 7cbf24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4631d - Browse repository at this point
Copy the full SHA 8d4631dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0a80c - Browse repository at this point
Copy the full SHA 6a0a80cView commit details -
- Added timeout option to control the time until sending is considere…
…d stopped - Support capturing of mip-mapped textures
Configuration menu - View commit details
-
Copy full SHA for a82e2a0 - Browse repository at this point
Copy the full SHA a82e2a0View commit details
Commits on Mar 26, 2019
-
Option to install the filter with a custom name instead of the defaul…
…t 'Unity Video Capture'
Configuration menu - View commit details
-
Copy full SHA for fe461e8 - Browse repository at this point
Copy the full SHA fe461e8View commit details
Commits on Nov 24, 2022
-
fix: CCaptureStream destruct, show stop Threads, to prevent Threads c…
…lass destruct after JobsMutex class is already destruct.
hanwei.0143 committedNov 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 2eabf0f - Browse repository at this point
Copy the full SHA 2eabf0fView commit details
Commits on Nov 27, 2022
-
Merge pull request #29 from Isetta-Han/master
fix: CCaptureStream destruct, show stop Threads, to prevent Threads c…
Configuration menu - View commit details
-
Copy full SHA for 7a3278d - Browse repository at this point
Copy the full SHA 7a3278dView commit details
Commits on Apr 14, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3ed54c3 - Browse repository at this point
Copy the full SHA 3ed54c3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master