mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #464] [MERGED] Added Remote Webcam #1146
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#1146
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/464
Author: @meltingice1337
Created: 6/13/2016
Status: ✅ Merged
Merged: 6/18/2016
Merged by: @MaxXor
Base:
master← Head:added-remote-webcam📝 Commits (6)
daac56aAdded Remote Webcamf890819Fixed mistake02a6233Fixed bug4ff3af0Added Remote Webcam contextual image06f060fRemoved unused files from AForge9926ff9Added Remote Webcam as feature in readme.md📊 Changes
61 files changed (+7370 additions, -7 deletions)
View changed files
📝
Client/Client.csproj(+39 -0)➕
Client/Core/AForge/Video.DirectShow/CameraControlProperty.cs(+67 -0)➕
Client/Core/AForge/Video.DirectShow/FilterInfo.cs(+193 -0)➕
Client/Core/AForge/Video.DirectShow/FilterInfoCollection.cs(+138 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IAMCameraControl.cs(+81 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IAMCrossbar.cs(+88 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IAMStreamConfig.cs(+74 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IAMVideoControl.cs(+112 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IBaseFilter.cs(+161 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/ICaptureGraphBuilder2.cs(+192 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/ICreateDevEnum.cs(+37 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IEnumFilters.cs(+71 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IEnumPins.cs(+68 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IFilterGraph.cs(+113 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IFilterGraph2.cs(+257 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IGraphBuilder.cs(+198 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IMediaControl.cs(+118 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IMediaEventEx.cs(+126 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IPin.cs(+191 -0)➕
Client/Core/AForge/Video.DirectShow/Internals/IPropertyBag.cs(+53 -0)...and 41 more files
📄 Description
I added remote webcam using AForge, it may be a little hackish but it
works.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.