mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #851] [CLOSED] Re-add #1190
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/851
Author: @Fryke
Created: 7/15/2020
Status: ❌ Closed
Base:
master← Head:add-webcam📝 Commits (1)
f88fbd0Re-add📊 Changes
54 files changed (+8442 additions, -3 deletions)
View changed files
➕
Client/Client.csproj(+201 -0)➕
Client/Core/Networking/PacketHandler.cs(+200 -0)➕
Quasar.Client/AForge/Video.DirectShow/CameraControlProperty.cs(+67 -0)➕
Quasar.Client/AForge/Video.DirectShow/FilterInfo.cs(+193 -0)➕
Quasar.Client/AForge/Video.DirectShow/FilterInfoCollection.cs(+138 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IAMCameraControl.cs(+81 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IAMCrossbar.cs(+88 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IAMStreamConfig.cs(+74 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IAMVideoControl.cs(+112 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IBaseFilter.cs(+161 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/ICaptureGraphBuilder2.cs(+192 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/ICreateDevEnum.cs(+37 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IEnumFilters.cs(+71 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IEnumPins.cs(+68 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IFilterGraph.cs(+113 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IFilterGraph2.cs(+257 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IGraphBuilder.cs(+198 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IMediaControl.cs(+118 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IMediaEventEx.cs(+126 -0)➕
Quasar.Client/AForge/Video.DirectShow/Internals/IPin.cs(+191 -0)...and 34 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.