├── .gitignore ├── AboutForm.cs ├── AboutForm.resx ├── AddCamera.Designer.cs ├── AddCamera.Designer.cs.bak ├── AddCamera.cs ├── AddCamera.resx ├── AddFloorPlan.Designer.cs ├── AddFloorPlan.cs ├── AddFloorPlan.resx ├── AddMicrophone.Designer.cs ├── AddMicrophone.cs ├── AddMicrophone.resx ├── AddRemoteCommand.Designer.cs ├── AddRemoteCommand.cs ├── AddRemoteCommand.resx ├── App.config ├── App.ico ├── AssemblyInfo.cs ├── Builds ├── iSpy64_7_2_4_0 │ ├── engine.exe │ └── iSpySetup.exe └── readme.txt ├── ByteArrayUtils.cs ├── C2BPComparers.cs ├── C2BPProcessor.cs ├── CameraDiscovery ├── CameraScanner.cs └── URLDiscovery.cs ├── CameraMicSource.Designer.cs ├── CameraMicSource.cs ├── CameraMicSource.resx ├── CheckPassword.Designer.cs ├── CheckPassword.cs ├── CheckPassword.resx ├── Cloud ├── Box.cs ├── CloudGateway.cs ├── Drive.cs ├── Dropbox.cs ├── Flickr.cs ├── OneDrive.cs └── YouTubeUploader.cs ├── CommandButtons.Designer.cs ├── CommandButtons.cs ├── CommandButtons.resx ├── Commands └── example.bat ├── ConfigureObjectCount.Designer.cs ├── ConfigureObjectCount.cs ├── ConfigureObjectCount.resx ├── ConfigureProcessor.Designer.cs ├── ConfigureProcessor.cs ├── ConfigureProcessor.resx ├── ConfigureRepeat.Designer.cs ├── ConfigureRepeat.cs ├── ConfigureRepeat.resx ├── ConfigureSeconds.Designer.cs ├── ConfigureSeconds.cs ├── ConfigureSeconds.resx ├── ConfigureTimestamp.Designer.cs ├── ConfigureTimestamp.cs ├── ConfigureTimestamp.resx ├── Controls ├── ActionEditor.Designer.cs ├── ActionEditor.cs ├── ActionEditor.resx ├── AddCommandButton.Designer.cs ├── AddCommandButton.cs ├── AddCommandButton.cs.bak ├── AddCommandButton.resx ├── AlertEventRow.Designer.cs ├── AlertEventRow.cs ├── AlertEventRow.resx ├── AlertSettings.Designer.cs ├── AlertSettings.cs ├── AlertSettings.resx ├── AngleSelector.cs ├── AngleSelector.designer.cs ├── AngleSelector.resx ├── AppLoop.cs ├── AreaSelector.Designer.cs ├── AreaSelector.cs ├── AreaSelector.resx ├── Authorizer.Designer.cs ├── Authorizer.cs ├── Authorizer.resx ├── AutoCompleteTextbox.cs ├── CameraWindow.cs ├── CameraWindow.cs.bak ├── CameraWindow.resx ├── ClipboardTextBox.Designer.cs ├── ClipboardTextBox.cs ├── ColorSlider.cs ├── CommandButtonControl.Designer.cs ├── CommandButtonControl.cs ├── CommandButtonControl.resx ├── CopyTo.Designer.cs ├── CopyTo.cs ├── CopyTo.resx ├── DirectoryEventRow.Designer.cs ├── DirectoryEventRow.cs ├── DirectoryEventRow.resx ├── EditCommandButton.Designer.cs ├── EditCommandButton.cs ├── EditCommandButton.resx ├── FTPConfig.Designer.cs ├── FTPConfig.cs ├── FTPConfig.resx ├── FTPEditor.Designer.cs ├── FTPEditor.cs ├── FTPEditor.resx ├── Filter.Designer.cs ├── Filter.cs ├── Filter.resx ├── FishEyeCorrect.cs ├── FloorPlan.Designer.cs ├── FloorPlan.cs ├── FloorPlan.resx ├── FlowLayoutPanelTransparent.cs ├── FolderSelectDialog.cs ├── GraphicsHelper.cs ├── GridView.Designer.cs ├── GridView.cs ├── GridView.resx ├── GridViewCamera.Designer.cs ├── GridViewCamera.cs ├── GridViewCamera.resx ├── GridViewCustom.Designer.cs ├── GridViewCustom.cs ├── GridViewCustom.resx ├── GridViewItem.cs ├── GridViewModeConfig.Designer.cs ├── GridViewModeConfig.cs ├── GridViewModeConfig.resx ├── HuePicker.cs ├── IntervalConfig.Designer.cs ├── IntervalConfig.cs ├── IntervalConfig.resx ├── IspyControl.cs ├── LayoutPanel.cs ├── LayoutPanel.resx ├── MediaDirectoryConfig.Designer.cs ├── MediaDirectoryConfig.cs ├── MediaDirectoryConfig.resx ├── MediaDirectoryEditor.Designer.cs ├── MediaDirectoryEditor.cs ├── MediaDirectoryEditor.resx ├── MediaPanel.Designer.cs ├── MediaPanel.cs ├── MediaPanel.resx ├── MediaPanelControl.Designer.cs ├── MediaPanelControl.cs ├── MediaPanelControl.resx ├── MediaPanelControlButton.cs ├── ONVIFWizard.Designer.cs ├── ONVIFWizard.cs ├── ONVIFWizard.resx ├── PTZScheduler.Designer.cs ├── PTZScheduler.cs ├── PTZScheduler.resx ├── PTZTracking.Designer.cs ├── PTZTracking.cs ├── PTZTracking.resx ├── PTZUI.Designer.cs ├── PTZUI.cs ├── PTZUI.resx ├── ParamConfig.Designer.cs ├── ParamConfig.cs ├── ParamConfig.resx ├── PermissionsForm.Designer.cs ├── PermissionsForm.cs ├── PermissionsForm.resx ├── PersistForm.cs ├── PiPConfig.Designer.cs ├── PiPConfig.cs ├── PiPConfig.resx ├── PiPSelector.Designer.cs ├── PiPSelector.cs ├── PiPSelector.resx ├── PictureBox.cs ├── PreviewBox.cs ├── Ranger.cs ├── Ranger.designer.cs ├── Ranger.resx ├── Reflector.cs ├── ScheduleEditor.Designer.cs ├── ScheduleEditor.cs ├── ScheduleEditor.resx ├── ScheduleEntryEditor.Designer.cs ├── ScheduleEntryEditor.cs ├── ScheduleEntryEditor.resx ├── ScheduleRow.Designer.cs ├── ScheduleRow.cs ├── ScheduleRow.resx ├── SelectObjects.Designer.cs ├── SelectObjects.cs ├── SelectObjects.resx ├── ServerEventRow.Designer.cs ├── ServerEventRow.cs ├── ServerEventRow.resx ├── TagEditor.Designer.cs ├── TagEditor.cs ├── TagEditor.resx ├── TagEntry.Designer.cs ├── TagEntry.cs ├── TagEntry.resx ├── TextToSpeech.Designer.cs ├── TextToSpeech.cs ├── TextToSpeech.resx ├── ThreadSafeCommand.cs ├── VideoNavigator.Designer.cs ├── VideoNavigator.cs ├── VideoNavigator.resx ├── VideoPlayback.cs ├── VideoPlayback.resx ├── ViewControllerPanel.cs ├── VolumeLevel.Designer.cs ├── VolumeLevel.cs ├── VolumeLevel.resx ├── camera.cs ├── jaxis.Designer.cs ├── jaxis.cs ├── jaxis.resx ├── jbutton.Designer.cs ├── jbutton.cs └── jbutton.resx ├── DLLS ├── AForge.Imaging.dll ├── AForge.Math.dll ├── AForge.dll ├── Interop.NATUPNPLib.dll ├── Interop.NETCONLib.dll ├── Interop.NetFwTypeLib.dll ├── Microsoft.Kinect.dll ├── NAudio.Lame.dll ├── NAudio.dll ├── NSpeex.dll ├── Renci.SshNet.dll ├── Renderers.dll ├── Windows7ToolStripRenderer.dll ├── x64 │ ├── AForge.Imaging.dll │ ├── AForge.Math.dll │ ├── AForge.dll │ ├── Interop.NATUPNPLib.dll │ ├── Interop.NETCONLib.dll │ ├── Interop.NETWORKLIST.dll │ ├── Interop.NetFwTypeLib.dll │ ├── Microsoft.Kinect.dll │ ├── NAudio.Lame.dll │ ├── NAudio.dll │ ├── NSpeex.dll │ ├── Renci.SshNet.dll │ ├── Renderers.dll │ ├── Windows7ToolStripRenderer.dll │ ├── avcodec-58.dll │ ├── avdevice-58.dll │ ├── avfilter-7.dll │ ├── avformat-58.dll │ ├── avutil-56.dll │ ├── ffmpeg.exe │ ├── libmp3lame.64.dll │ ├── msvcp120.dll │ ├── msvcr120.dll │ ├── postproc-55.dll │ ├── swresample-3.dll │ ├── swscale-5.dll │ └── xiApi.NET.dll ├── x86 │ ├── Interop.NETWORKLIST.dll │ ├── avcodec-58.dll │ ├── avdevice-58.dll │ ├── avfilter-7.dll │ ├── avformat-58.dll │ ├── avutil-56.dll │ ├── ffmpeg.exe │ ├── libmp3lame.32.dll │ ├── msvcp120.dll │ ├── msvcr120.dll │ ├── postproc-55.dll │ ├── swresample-3.dll │ └── swscale-5.dll └── xiApi.NET.dll ├── Delegates.cs ├── DirectShow ├── CameraControlProperty.cs ├── FilterInfo.cs ├── FilterInfoCollection.cs ├── Internals │ ├── IAMCameraControl.cs │ ├── IAMCrossbar.cs │ ├── IAMStreamConfig.cs │ ├── IAMVfwCompressDialogs.cs │ ├── IAMVideoControl.cs │ ├── IAMVideoProcAmp.cs │ ├── IBaseFilter.cs │ ├── ICaptureGraphBuilder2.cs │ ├── ICreateDevEnum.cs │ ├── IEnumFilters.cs │ ├── IEnumPins.cs │ ├── IFileSourceFilter.cs │ ├── IFilterGraph.cs │ ├── IFilterGraph2.cs │ ├── IGraphBuilder.cs │ ├── IMediaControl.cs │ ├── IMediaEventEx.cs │ ├── IMediaFilter.cs │ ├── IPersist.cs │ ├── IPin.cs │ ├── IPropertyBag.cs │ ├── IReferenceClock.cs │ ├── ISampleGrabber.cs │ ├── ISampleGrabberCB.cs │ ├── ISpecifyPropertyPages.cs │ ├── IVideoWindow.cs │ ├── Structures.cs │ ├── Tools.cs │ └── Uuids.cs ├── PhysicalConnectorType.cs ├── Uuids.cs ├── VideoCapabilities.cs └── VideoInput.cs ├── EncDec.cs ├── Enums.cs ├── Events.cs ├── FFmpeg.AutoGen ├── ConstCharPtrMarshaler.cs ├── FFmpeg.AutoGen.csproj ├── FFmpeg.AutoGen.dll.config ├── FFmpeg.AutoGen_new.csproj ├── FFmpeg.arrays.g.cs ├── FFmpeg.cs ├── FFmpeg.delegates.g.cs ├── FFmpeg.enums.g.cs ├── FFmpeg.functions.g.cs ├── FFmpeg.macros.g.cs ├── FFmpeg.structs.g.cs ├── FFmpeg.structs.incomplete.g.cs └── Properties │ └── AssemblyInfo.cs ├── Features.Designer.cs ├── Features.cs ├── Features.resx ├── FileOperations.cs ├── FindCameras.Designer.cs ├── FindCameras.cs ├── FindCameras.resx ├── FindObject.Designer.cs ├── FindObject.cs ├── FindObject.resx ├── Firewall.cs ├── GettingStarted.Designer.cs ├── GettingStarted.cs ├── GettingStarted.resx ├── GridView.Designer.cs ├── GridView.cs ├── GridView.resx ├── GridViewManager.Designer.cs ├── GridViewManager.cs ├── GridViewManager.resx ├── HSLFilteringForm.cs ├── HSLFilteringForm.resx ├── Helper.cs ├── Importer.Designer.cs ├── Importer.cs ├── Importer.resx ├── Joystick └── JoystickDevice.cs ├── Kinect ├── ConfigureTripWires.Designer.cs ├── ConfigureTripWires.cs ├── ConfigureTripWires.resx ├── DepthLine.cs ├── EditDepthLine.Designer.cs ├── EditDepthLine.cs ├── EditDepthLine.resx └── TripWireEditor.cs ├── LayoutEditor.Designer.cs ├── LayoutEditor.cs ├── LayoutEditor.resx ├── LayoutItem.cs ├── ListNetworkComputers.cs ├── LocRM.cs ├── MCRemote.cs ├── Mailer.cs ├── MainForm.cs ├── MainForm.cs.bak ├── MainForm.resx ├── MainForm_Commands.cs ├── MainForm_Commands.cs.bak ├── MainForm_Configuration.cs ├── MainForm_Configuration.cs.bak ├── MainForm_Media.cs ├── Masks └── demo_mask.png ├── Merge Modules ├── Microsoft_VC100_CRT_x64.msm └── Microsoft_VC100_CRT_x86.msm ├── Merger.Designer.cs ├── Merger.cs ├── Merger.resx ├── MicrophoneSource.Designer.cs ├── MicrophoneSource.cs ├── MicrophoneSource.resx ├── MicrophoneSourceAdvanced.Designer.cs ├── MicrophoneSourceAdvanced.cs ├── MicrophoneSourceAdvanced.resx ├── MimeTypes.cs ├── NativeCalls.cs ├── NetworkTroubleshooter.Designer.cs ├── NetworkTroubleshooter.cs ├── NetworkTroubleshooter.resx ├── NewVersion.cs ├── NewVersion.resx ├── NotSubscribed.Designer.cs ├── NotSubscribed.cs ├── NotSubscribed.resx ├── Onvif ├── Behaviour │ ├── CustomAddressHeader.cs │ ├── CustomEndpointBehavior.cs │ └── CustomMessageInspector.cs ├── ConnectionParameters.cs ├── ConnectionStateInfo.cs ├── Discovery.cs ├── IOnvifClientFactory.cs ├── MulticastCapabilitiesBindingElement.cs ├── NetworkCredentialExtensions.cs ├── ONVIFDevice.cs ├── OnvifClientFactory.cs └── Security │ ├── DigestSecurityHeader.cs │ └── SecurityToken.cs ├── PTZCommandButtons.Designer.cs ├── PTZCommandButtons.cs ├── PTZConfig.Designer.cs ├── PTZConfig.cs ├── PTZConfig.resx ├── PTZController.cs ├── PTZTool.Designer.cs ├── PTZTool.cs ├── PTZTool.resx ├── Pager.Designer.cs ├── Pager.cs ├── Pager.resx ├── Pelco ├── D.cs ├── P.cs ├── PelcoConfig.Designer.cs ├── PelcoConfig.cs └── PelcoConfig.resx ├── PlayerVLC.Designer.cs ├── PlayerVLC.cs ├── PlayerVLC.resx ├── Plugins └── readme.txt ├── Program.cs ├── Prompt.Designer.cs ├── Prompt.cs ├── Prompt.resx ├── Properties ├── DataSources │ ├── System.Xml.XmlAttribute.datasource │ └── System.Xml.XmlElement.datasource ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs ├── Settings.settings └── vssver2.scc ├── QueueWithEvents.cs ├── README.md ├── Realtime └── MediaWriter.cs ├── RemoteCommands.Designer.cs ├── RemoteCommands.cs ├── RemoteCommands.resx ├── Resources ├── 1.gif ├── 2.gif ├── 3.gif ├── 4.gif ├── 48_iphone.png ├── 5.gif ├── 6.gif ├── 7.gif ├── 8.gif ├── 9.gif ├── Clouds.png ├── Command Prompt.png ├── Connected.png ├── FloorPlan.bmp ├── GoogleDrive_Logo.png ├── Help.png ├── LAN.gif ├── LAN.png ├── Mic.png ├── Offline.bmp ├── PTZ_Controller.png ├── Paste.png ├── Play-Normal-icon.png ├── Salaries.png ├── VLC-logo.png ├── active.gif ├── add.png ├── addcam.gif ├── addmic.gif ├── arrow.bmp ├── audio.jpg ├── cam_connecting.png ├── cam_connecting_large.jpg ├── cam_offline.png ├── cam_offline_large.jpg ├── cam_removed.png ├── camera.png ├── camloading.gif ├── camloading.jpg ├── camloading.png ├── camoff.gif ├── camoff.jpg ├── camoff.png ├── camremoved.gif ├── camremoved.jpg ├── checkbox.png ├── checkbox_off.png ├── command-prompt-icon.png ├── connecting.png ├── delete.gif ├── edit.gif ├── edit.png ├── files.gif ├── floorplan.jpg ├── floorplan.png ├── fp_cam_alert.png ├── fp_cam_offline.png ├── fp_cam_online.png ├── fp_mic_alert.png ├── fp_mic_offline.png ├── fp_mic_online.png ├── fullscreen.png ├── help.gif ├── icon-layout-128.png ├── icon_archive.png ├── icon_connect.png ├── icon_delete.png ├── icon_filter.png ├── icon_listen.png ├── icon_listenoff.png ├── icon_listenstop.png ├── icon_next.png ├── icon_off.png ├── icon_on.png ├── icon_photo.png ├── icon_pointer.png ├── icon_previous.png ├── icon_record.png ├── icon_recordoff.png ├── icon_recordstop.png ├── icon_settings.png ├── icon_tick.png ├── icons.fw.png ├── icons.png ├── icons │ ├── 01 Computer.png │ ├── 02 Network.png │ ├── 03 Control Panel.png │ ├── 04 EMail.png │ ├── 05 Folder.png │ ├── 06 Picture.png │ ├── 07 Video.png │ ├── 08 Music.png │ ├── 09 Hard Drive.png │ ├── 10 Desktop.png │ ├── 11 Trash Empty.png │ ├── 12 Trash Full.png │ ├── 13 Shut Down.png │ ├── 14 Reboot.png │ ├── 15 Firefox.png │ ├── 16 Photoshop.png │ ├── 17 ICQ.png │ ├── 18 Steam.png │ ├── 19 Download Program.png │ ├── 20 Avast!.png │ ├── 21 Darkfix.png │ ├── 22 Help And Support.png │ ├── 23 Default.png │ ├── 24 Text Document.png │ ├── 25 JetAudio.png │ ├── 26 Custom.png │ └── 27 Run.png ├── icons_big.png ├── inactive.gif ├── ipcam.png ├── iphone-icon_256.png ├── ispy.png ├── ispy1.png ├── ispy1audio.png ├── ispylogo.png ├── listen.gif ├── listen.png ├── listenoff.gif ├── listenoff.png ├── logo.png ├── mainback.png ├── media_icons.png ├── merged.png ├── mobile.png ├── move.gif ├── move.png ├── network_mic.png ├── newsletters.png ├── notfound.jpg ├── onvif.png ├── plugin.png ├── remove.png ├── reset.jpg ├── restore.png ├── schedule.png ├── settings.gif ├── settings.png ├── smartisp.png ├── snapshot.png ├── startrec.png ├── switch.png ├── switchoff.jpg ├── switchoff.png ├── switchon.gif ├── terminal.png ├── unlock.gif ├── video.png ├── video_icon.png ├── vssver2.scc ├── web.gif ├── webpage.png ├── youtube.png └── youtube_icon_sm.png ├── RestartableStream.cs ├── SSLConfig.Designer.cs ├── SSLConfig.cs ├── SSLConfig.resx ├── Screensaver.cs ├── SerializableFont.cs ├── Server ├── Conf.cs ├── ConnectionOption.cs ├── HTTPRequest.cs ├── JSONServer.cs ├── LocalServer.cs ├── LocalServer.cs.bak ├── NetworkDeviceList.cs ├── RestartableStream.cs ├── Scanner.cs ├── SourceItem.cs ├── WebSocketConnection.cs ├── WebSocketServer.cs └── X509.cs ├── Service References └── OnvifServices │ ├── ImagingService.wsdl │ ├── PTZService.wsdl │ ├── Reference.cs │ ├── Reference.svcmap │ ├── WS-BaseNotification.wsdl │ ├── WS-Resource.wsdl │ ├── analytics.wsdl │ ├── analyticsdevice.wsdl │ ├── b-2.xsd │ ├── bf-2.xsd │ ├── common.xsd │ ├── configuration.svcinfo │ ├── configuration91.svcinfo │ ├── deviceio.wsdl │ ├── devicemgmt.wsdl │ ├── display.wsdl │ ├── event-vs.wsdl │ ├── iSpyApplication.OnvifServices.AddScopesResponse.datasource │ ├── iSpyApplication.OnvifServices.AnalyticsEngine.datasource │ ├── iSpyApplication.OnvifServices.AnalyticsEngineControl.datasource │ ├── iSpyApplication.OnvifServices.AnalyticsEngineInput.datasource │ ├── iSpyApplication.OnvifServices.AnalyticsModuleConfigOptions.datasource │ ├── iSpyApplication.OnvifServices.AnalyticsStateInformation.datasource │ ├── iSpyApplication.OnvifServices.ArrayOfFileProgress.datasource │ ├── iSpyApplication.OnvifServices.AudioDecoderConfiguration.datasource │ ├── iSpyApplication.OnvifServices.AudioDecoderConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.AudioEncoderConfiguration.datasource │ ├── iSpyApplication.OnvifServices.AudioEncoderConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.AudioOutput.datasource │ ├── iSpyApplication.OnvifServices.AudioOutputConfiguration.datasource │ ├── iSpyApplication.OnvifServices.AudioOutputConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.AudioSource.datasource │ ├── iSpyApplication.OnvifServices.AudioSourceConfiguration.datasource │ ├── iSpyApplication.OnvifServices.AudioSourceConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.BackupFile.datasource │ ├── iSpyApplication.OnvifServices.BinaryData.datasource │ ├── iSpyApplication.OnvifServices.ByeResponse.datasource │ ├── iSpyApplication.OnvifServices.Capabilities.datasource │ ├── iSpyApplication.OnvifServices.Capabilities1.datasource │ ├── iSpyApplication.OnvifServices.Capabilities10.datasource │ ├── iSpyApplication.OnvifServices.Capabilities11.datasource │ ├── iSpyApplication.OnvifServices.Capabilities12.datasource │ ├── iSpyApplication.OnvifServices.Capabilities2.datasource │ ├── iSpyApplication.OnvifServices.Capabilities3.datasource │ ├── iSpyApplication.OnvifServices.Capabilities4.datasource │ ├── iSpyApplication.OnvifServices.Capabilities5.datasource │ ├── iSpyApplication.OnvifServices.Capabilities6.datasource │ ├── iSpyApplication.OnvifServices.Capabilities7.datasource │ ├── iSpyApplication.OnvifServices.Capabilities8.datasource │ ├── iSpyApplication.OnvifServices.Capabilities9.datasource │ ├── iSpyApplication.OnvifServices.Certificate.datasource │ ├── iSpyApplication.OnvifServices.CertificateInformation.datasource │ ├── iSpyApplication.OnvifServices.CertificateStatus.datasource │ ├── iSpyApplication.OnvifServices.CodingCapabilities.datasource │ ├── iSpyApplication.OnvifServices.Config.datasource │ ├── iSpyApplication.OnvifServices.ConfigOptions.datasource │ ├── iSpyApplication.OnvifServices.ContinuousMoveResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateAnalyticsEngineControlResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateAnalyticsEngineInputsResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateAnalyticsModulesResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateCertificateResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateOSDResponse.datasource │ ├── iSpyApplication.OnvifServices.CreatePaneConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.CreatePullPointResponse.datasource │ ├── iSpyApplication.OnvifServices.CreatePullPointResponse1.datasource │ ├── iSpyApplication.OnvifServices.CreatePullPointSubscriptionResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateRecordingJobResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateRulesResponse.datasource │ ├── iSpyApplication.OnvifServices.CreateUsersResponse.datasource │ ├── iSpyApplication.OnvifServices.DNSInformation.datasource │ ├── iSpyApplication.OnvifServices.DeleteAnalyticsEngineInputsResponse.datasource │ ├── iSpyApplication.OnvifServices.DeleteAnalyticsModulesResponse.datasource │ ├── iSpyApplication.OnvifServices.DeleteCertificatesResponse.datasource │ ├── iSpyApplication.OnvifServices.DeleteDot1XConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.DeleteGeoLocationResponse.datasource │ ├── iSpyApplication.OnvifServices.DeleteOSDResponse.datasource │ ├── iSpyApplication.OnvifServices.DeletePaneConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.DeleteRulesResponse.datasource │ ├── iSpyApplication.OnvifServices.DeleteUsersResponse.datasource │ ├── iSpyApplication.OnvifServices.DestroyPullPointResponse.datasource │ ├── iSpyApplication.OnvifServices.DestroyPullPointResponse1.datasource │ ├── iSpyApplication.OnvifServices.DeviceServiceCapabilities.datasource │ ├── iSpyApplication.OnvifServices.DigitalInput.datasource │ ├── iSpyApplication.OnvifServices.DigitalInputConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.DiscoveryMode.datasource │ ├── iSpyApplication.OnvifServices.Dot11AvailableNetworks.datasource │ ├── iSpyApplication.OnvifServices.Dot11Capabilities.datasource │ ├── iSpyApplication.OnvifServices.Dot11Status.datasource │ ├── iSpyApplication.OnvifServices.Dot1XConfiguration.datasource │ ├── iSpyApplication.OnvifServices.DynamicDNSInformation.datasource │ ├── iSpyApplication.OnvifServices.EndpointReferenceType.datasource │ ├── iSpyApplication.OnvifServices.EndpointReferenceType1.datasource │ ├── iSpyApplication.OnvifServices.ExportRecordedDataResponse.datasource │ ├── iSpyApplication.OnvifServices.FindEventResultList.datasource │ ├── iSpyApplication.OnvifServices.FindEventsResponse.datasource │ ├── iSpyApplication.OnvifServices.FindMetadataResponse.datasource │ ├── iSpyApplication.OnvifServices.FindMetadataResultList.datasource │ ├── iSpyApplication.OnvifServices.FindPTZPositionResponse.datasource │ ├── iSpyApplication.OnvifServices.FindPTZPositionResultList.datasource │ ├── iSpyApplication.OnvifServices.FindRecordingResultList.datasource │ ├── iSpyApplication.OnvifServices.FindRecordingsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAnalyticsDeviceStreamUriResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAnalyticsEngineControlsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAnalyticsEngineInputsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAnalyticsEnginesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAnalyticsModuleOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAnalyticsModulesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioDecoderConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioEncoderConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioOutputConfigurationOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioOutputConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioOutputConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioOutputsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioOutputsResponse1.datasource │ ├── iSpyApplication.OnvifServices.GetAudioSourceConfigurationOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioSourceConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioSourceConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioSourcesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetAudioSourcesResponse1.datasource │ ├── iSpyApplication.OnvifServices.GetCACertificatesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCapabilitiesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCertificateInformationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCertificatesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCertificatesStatusResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleAudioDecoderConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleAudioEncoderConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleAudioOutputConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleAudioSourceConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleMetadataConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleVideoAnalyticsConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleVideoEncoderConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCompatibleVideoSourceConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCurrentMessageResponse.datasource │ ├── iSpyApplication.OnvifServices.GetCurrentMessageResponse1.datasource │ ├── iSpyApplication.OnvifServices.GetDPAddressesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetDeviceInformationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetDigitalInputsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetDisplayOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetDot11CapabilitiesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetDot1XConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetEndpointReferenceResponse.datasource │ ├── iSpyApplication.OnvifServices.GetEventPropertiesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetEventSearchResultsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetExportRecordedDataStateResponse.datasource │ ├── iSpyApplication.OnvifServices.GetGeoLocationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetGuaranteedNumberOfVideoEncoderInstancesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetLayoutResponse.datasource │ ├── iSpyApplication.OnvifServices.GetMediaAttributesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetMessagesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetMessagesResponse1.datasource │ ├── iSpyApplication.OnvifServices.GetMetadataConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetMetadataSearchResultsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetNetworkInterfacesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetNetworkProtocolsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetNodesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetOSDOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetOSDResponse.datasource │ ├── iSpyApplication.OnvifServices.GetOSDsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetPTZPositionSearchResultsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetPaneConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetPaneConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetPkcs10RequestResponse.datasource │ ├── iSpyApplication.OnvifServices.GetPresetToursResponse.datasource │ ├── iSpyApplication.OnvifServices.GetPresetsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetPresetsResponse1.datasource │ ├── iSpyApplication.OnvifServices.GetProfilesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetReceiversResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRecordingJobsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRecordingJobsResponseItem.datasource │ ├── iSpyApplication.OnvifServices.GetRecordingSearchResultsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRecordingsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRecordingsResponseItem.datasource │ ├── iSpyApplication.OnvifServices.GetRelayOutputOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRelayOutputsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRelayOutputsResponse1.datasource │ ├── iSpyApplication.OnvifServices.GetReplayUriResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRuleOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetRulesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetScopesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetSerialPortsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetServicesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetStorageConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetSystemBackupResponse.datasource │ ├── iSpyApplication.OnvifServices.GetSystemUrisResponse.datasource │ ├── iSpyApplication.OnvifServices.GetSystemUrisResponseExtension.datasource │ ├── iSpyApplication.OnvifServices.GetUsersResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoAnalyticsConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoEncoderConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoOutputConfigurationOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoOutputConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoOutputsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoSourceConfigurationOptionsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoSourceConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoSourceConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoSourceModesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoSourcesResponse.datasource │ ├── iSpyApplication.OnvifServices.GetVideoSourcesResponse1.datasource │ ├── iSpyApplication.OnvifServices.GetWsdlUrlResponse.datasource │ ├── iSpyApplication.OnvifServices.HelloResponse.datasource │ ├── iSpyApplication.OnvifServices.HostnameInformation.datasource │ ├── iSpyApplication.OnvifServices.IPAddressFilter.datasource │ ├── iSpyApplication.OnvifServices.ImagingOptions20.datasource │ ├── iSpyApplication.OnvifServices.ImagingPreset.datasource │ ├── iSpyApplication.OnvifServices.ImagingSettings20.datasource │ ├── iSpyApplication.OnvifServices.ImagingStatus20.datasource │ ├── iSpyApplication.OnvifServices.Layout.datasource │ ├── iSpyApplication.OnvifServices.LayoutOptions.datasource │ ├── iSpyApplication.OnvifServices.LoadCACertificatesResponse.datasource │ ├── iSpyApplication.OnvifServices.LoadCertificateWithPrivateKeyResponse.datasource │ ├── iSpyApplication.OnvifServices.LoadCertificatesResponse.datasource │ ├── iSpyApplication.OnvifServices.LocationEntity.datasource │ ├── iSpyApplication.OnvifServices.MediaAttributes.datasource │ ├── iSpyApplication.OnvifServices.MediaUri.datasource │ ├── iSpyApplication.OnvifServices.MetadataConfiguration.datasource │ ├── iSpyApplication.OnvifServices.MetadataConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.ModifyAnalyticsModulesResponse.datasource │ ├── iSpyApplication.OnvifServices.ModifyRulesResponse.datasource │ ├── iSpyApplication.OnvifServices.MoveOptions20.datasource │ ├── iSpyApplication.OnvifServices.NTPInformation.datasource │ ├── iSpyApplication.OnvifServices.NetworkGateway.datasource │ ├── iSpyApplication.OnvifServices.NetworkHost.datasource │ ├── iSpyApplication.OnvifServices.NetworkInterface.datasource │ ├── iSpyApplication.OnvifServices.NetworkProtocol.datasource │ ├── iSpyApplication.OnvifServices.NetworkZeroConfiguration.datasource │ ├── iSpyApplication.OnvifServices.NotificationMessageHolderType.datasource │ ├── iSpyApplication.OnvifServices.OSDConfiguration.datasource │ ├── iSpyApplication.OnvifServices.OSDConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.PTZConfiguration.datasource │ ├── iSpyApplication.OnvifServices.PTZConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.PTZNode.datasource │ ├── iSpyApplication.OnvifServices.PTZPreset.datasource │ ├── iSpyApplication.OnvifServices.PTZPresetTourOptions.datasource │ ├── iSpyApplication.OnvifServices.PTZStatus.datasource │ ├── iSpyApplication.OnvifServices.PaneConfiguration.datasource │ ├── iSpyApplication.OnvifServices.PauseSubscriptionResponse.datasource │ ├── iSpyApplication.OnvifServices.PauseSubscriptionResponse1.datasource │ ├── iSpyApplication.OnvifServices.PresetTour.datasource │ ├── iSpyApplication.OnvifServices.ProbeMatchType.datasource │ ├── iSpyApplication.OnvifServices.ProbeResponse.datasource │ ├── iSpyApplication.OnvifServices.Profile.datasource │ ├── iSpyApplication.OnvifServices.PullMessagesResponse.datasource │ ├── iSpyApplication.OnvifServices.Receiver.datasource │ ├── iSpyApplication.OnvifServices.ReceiverStateInformation.datasource │ ├── iSpyApplication.OnvifServices.RecordingConfiguration.datasource │ ├── iSpyApplication.OnvifServices.RecordingInformation.datasource │ ├── iSpyApplication.OnvifServices.RecordingJobConfiguration.datasource │ ├── iSpyApplication.OnvifServices.RecordingJobStateInformation.datasource │ ├── iSpyApplication.OnvifServices.RecordingOptions.datasource │ ├── iSpyApplication.OnvifServices.RecordingSummary.datasource │ ├── iSpyApplication.OnvifServices.RelayOutput.datasource │ ├── iSpyApplication.OnvifServices.RelayOutputOptions.datasource │ ├── iSpyApplication.OnvifServices.RemoteUser.datasource │ ├── iSpyApplication.OnvifServices.RemoveScopesResponse.datasource │ ├── iSpyApplication.OnvifServices.RenewResponse.datasource │ ├── iSpyApplication.OnvifServices.RenewResponse1.datasource │ ├── iSpyApplication.OnvifServices.ReplayConfiguration.datasource │ ├── iSpyApplication.OnvifServices.RestoreSystemResponse.datasource │ ├── iSpyApplication.OnvifServices.ResumeSubscriptionResponse.datasource │ ├── iSpyApplication.OnvifServices.ResumeSubscriptionResponse1.datasource │ ├── iSpyApplication.OnvifServices.ScanAvailableDot11NetworksResponse.datasource │ ├── iSpyApplication.OnvifServices.Scope.datasource │ ├── iSpyApplication.OnvifServices.SearchState.datasource │ ├── iSpyApplication.OnvifServices.SeekResponse.datasource │ ├── iSpyApplication.OnvifServices.SendReceiveSerialCommandResponse.datasource │ ├── iSpyApplication.OnvifServices.SerialData.datasource │ ├── iSpyApplication.OnvifServices.SerialPort.datasource │ ├── iSpyApplication.OnvifServices.SerialPortConfiguration.datasource │ ├── iSpyApplication.OnvifServices.SerialPortConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.Service.datasource │ ├── iSpyApplication.OnvifServices.SetAudioOutputConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.SetAudioSourceConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.SetCertificatesStatusResponse.datasource │ ├── iSpyApplication.OnvifServices.SetDNSResponse.datasource │ ├── iSpyApplication.OnvifServices.SetDPAddressesResponse.datasource │ ├── iSpyApplication.OnvifServices.SetDigitalInputConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.SetDynamicDNSResponse.datasource │ ├── iSpyApplication.OnvifServices.SetGeoLocationResponse.datasource │ ├── iSpyApplication.OnvifServices.SetHostnameResponse.datasource │ ├── iSpyApplication.OnvifServices.SetLayoutResponse.datasource │ ├── iSpyApplication.OnvifServices.SetNTPResponse.datasource │ ├── iSpyApplication.OnvifServices.SetNetworkDefaultGatewayResponse.datasource │ ├── iSpyApplication.OnvifServices.SetNetworkProtocolsResponse.datasource │ ├── iSpyApplication.OnvifServices.SetOSDResponse.datasource │ ├── iSpyApplication.OnvifServices.SetPaneConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.SetPaneConfigurationsResponse.datasource │ ├── iSpyApplication.OnvifServices.SetPresetResponse.datasource │ ├── iSpyApplication.OnvifServices.SetRecordingJobConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.SetRelayOutputStateResponse.datasource │ ├── iSpyApplication.OnvifServices.SetScopesResponse.datasource │ ├── iSpyApplication.OnvifServices.SetUserResponse.datasource │ ├── iSpyApplication.OnvifServices.SetVideoOutputConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.SetVideoSourceConfigurationResponse.datasource │ ├── iSpyApplication.OnvifServices.StartFirmwareUpgradeResponse.datasource │ ├── iSpyApplication.OnvifServices.StartSystemRestoreResponse.datasource │ ├── iSpyApplication.OnvifServices.StopExportRecordedDataResponse.datasource │ ├── iSpyApplication.OnvifServices.StorageConfiguration.datasource │ ├── iSpyApplication.OnvifServices.SubscribeResponse.datasource │ ├── iSpyApplication.OnvifServices.SubscribeResponse1.datasource │ ├── iSpyApplication.OnvifServices.SupportInformation.datasource │ ├── iSpyApplication.OnvifServices.SupportedAnalyticsModules.datasource │ ├── iSpyApplication.OnvifServices.SupportedRules.datasource │ ├── iSpyApplication.OnvifServices.SystemDateTime.datasource │ ├── iSpyApplication.OnvifServices.SystemLog.datasource │ ├── iSpyApplication.OnvifServices.SystemLogUri.datasource │ ├── iSpyApplication.OnvifServices.TopicSetType.datasource │ ├── iSpyApplication.OnvifServices.TrackConfiguration.datasource │ ├── iSpyApplication.OnvifServices.UnsubscribeResponse.datasource │ ├── iSpyApplication.OnvifServices.UnsubscribeResponse1.datasource │ ├── iSpyApplication.OnvifServices.User.datasource │ ├── iSpyApplication.OnvifServices.VideoAnalyticsConfiguration.datasource │ ├── iSpyApplication.OnvifServices.VideoEncoderConfiguration.datasource │ ├── iSpyApplication.OnvifServices.VideoEncoderConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.VideoOutput.datasource │ ├── iSpyApplication.OnvifServices.VideoOutputConfiguration.datasource │ ├── iSpyApplication.OnvifServices.VideoOutputConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.VideoSource.datasource │ ├── iSpyApplication.OnvifServices.VideoSourceConfiguration.datasource │ ├── iSpyApplication.OnvifServices.VideoSourceConfigurationOptions.datasource │ ├── iSpyApplication.OnvifServices.VideoSourceMode.datasource │ ├── include.xsd │ ├── item.xsd │ ├── item1.xsd │ ├── media.wsdl │ ├── onvif.wsdl │ ├── onvif.xsd │ ├── r-2.xsd │ ├── receiver.wsdl │ ├── recording.wsdl │ ├── remotediscovery.wsdl │ ├── replay.wsdl │ ├── search.wsdl │ ├── t-1.xsd │ ├── ws-addr.xsd │ ├── ws-discovery.xsd │ ├── xml.xsd │ └── xmlmime.xsd ├── Services └── Schemas │ └── onvif.wsdl ├── Settings.Designer.cs ├── Settings.Designer.cs.bak ├── Settings.cs ├── Settings.cs.bak ├── Settings.resx ├── ShareCamera.Designer.cs ├── ShareCamera.cs ├── ShareCamera.resx ├── Sources ├── Audio │ ├── AudioEvents.cs │ ├── AudioReader.cs │ ├── AudioSynth.cs │ ├── CodecList.cs │ ├── GainHelper.cs │ ├── IAudioSource.cs │ ├── ISupportsAudio.cs │ ├── SampleAggregator.cs │ ├── SpeechStreamer.cs │ ├── SpeechSynth.cs │ ├── TinyAudioProcessor.cs │ ├── VolumeWaveProvider16.cs │ ├── codecs │ │ ├── ALawChatCodec.cs │ │ ├── AcmChatCodec.cs │ │ ├── G722ChatCodec.cs │ │ ├── Gsm610ChatCodec.cs │ │ ├── INetworkChatCodec.cs │ │ ├── MicrosoftAdpcmChatCodec.cs │ │ ├── MuLawChatCodec.cs │ │ ├── SpeexChatCodec.cs │ │ ├── TrueSpeechChatCodec.cs │ │ ├── UncompressedPcmChatCodec.cs │ │ └── g711audio.cs │ ├── g711audio.cs │ ├── streams │ │ ├── AudioInStream.cs │ │ ├── CloneStream.cs │ │ ├── DirectStream.cs │ │ ├── FFMPEGStream.cs │ │ ├── LocalDeviceStream.cs │ │ ├── MP3Stream.cs │ │ ├── VLCStream.cs │ │ ├── WavStream.cs │ │ ├── WebStream.cs │ │ └── iSpyServerStream.cs │ └── talk │ │ ├── ITalkTarget.cs │ │ ├── TalkAmcrest.cs │ │ ├── TalkAxis.cs │ │ ├── TalkDeviceStream.cs │ │ ├── TalkDoorbird.cs │ │ ├── TalkFoscam.cs │ │ ├── TalkHelper.cs │ │ ├── TalkHelperStream.cs │ │ ├── TalkIPWebcamAndroid.cs │ │ ├── TalkLocal.cs │ │ ├── TalkNetworkKinect.cs │ │ ├── TalkiSpyServer.cs │ │ └── WaveFormatConverter.cs ├── PlayEvents.cs ├── SourceItem.cs └── Video │ ├── CloneStream.cs │ ├── DesktopStream.cs │ ├── FFmpegBase.cs │ ├── IVideoSource.cs │ ├── JPEGStream.cs │ ├── KinectNetworkStream.cs │ ├── KinectStream.cs │ ├── MJPEGStream.cs │ ├── MediaStream.cs │ ├── Tokeniser.cs │ ├── VLCStream.cs │ ├── VideoBase.cs │ ├── VideoCaptureDevice.cs │ ├── Ximea │ ├── CameraParameter.cs │ ├── GpiMode.cs │ ├── GpoMode.cs │ ├── ImageFormat.cs │ ├── Internal │ │ ├── ParameterType.cs │ │ ├── XimeaAPI.cs │ │ └── XimeaImage.cs │ ├── LedMode.cs │ ├── TriggerSource.cs │ ├── XimeaCamera.cs │ └── XimeaVideoSource.cs │ ├── discovery │ └── localdevice.cs │ └── proxies │ └── ws.cs ├── Supporting ├── iSpyMonitor.exe └── iSpyServerSetup.msi ├── System.Xml.XmlAttribute.datasource ├── System.Xml.XmlElement.datasource ├── TagConfigure.Designer.cs ├── TagConfigure.cs ├── TagConfigure.resx ├── Utilities ├── ConnectionFactory.cs ├── ConnectionOptions.cs ├── Logger.cs ├── NativeMethods.cs ├── NetworkBrowser.cs ├── ReadFullyStream.cs ├── RequestState.cs ├── ScreenArea.Designer.cs ├── ScreenArea.cs ├── ScreenArea.resx └── VLCHelper.cs ├── VideoSource.Designer.cs ├── VideoSource.cs ├── VideoSource.resx ├── VideoSourceAdvanced.Designer.cs ├── VideoSourceAdvanced.cs ├── VideoSourceAdvanced.resx ├── ViewController.Designer.cs ├── ViewController.cs ├── ViewController.resx ├── VirtualDeviceManager.Designer.cs ├── VirtualDeviceManager.cs ├── VirtualDeviceManager.resx ├── Vision ├── BlobCountingObjectsProcessing.cs ├── CustomFrameColorDifferenceDetector.cs ├── CustomFrameDifferenceDetector.cs ├── GridMotionAreaProcessing.cs ├── IMotionDetector.cs ├── IMotionProcessing.cs ├── MotionAreaHighlighting.cs ├── MotionBorderHighlighting.cs ├── MotionDetector.cs ├── SimpleBackgroundModelingDetector.cs ├── SimpleColorBackgroundModelingDetector.cs ├── Tools.cs ├── TwoFramesColorDifferenceDetector.cs └── TwoFramesDifferenceDetector.cs ├── Visual Studio 2017 └── Visualizers │ └── attribcache140.bin ├── WSWrapper.cs ├── Web References ├── Reporting │ ├── Reference.cs │ ├── Reference.map │ ├── reporting.disco │ └── reporting.wsdl └── iSpyWS │ ├── Reference.cs │ ├── Reference.map │ ├── ispyapi.disco │ ├── ispyapi.wsdl │ └── vssver2.scc ├── WebServerRoot ├── Log.txt ├── api │ ├── api.json │ ├── editaction.json │ ├── editaudiosource.json │ ├── editcamera.json │ ├── editftp.json │ ├── editmicrophone.json │ ├── editpelco.json │ ├── editptzschedule.json │ ├── editschedule.json │ ├── editstorage.json │ ├── editvideosource.json │ ├── settings.json │ ├── showactions.json │ ├── showptzschedule.json │ ├── showschedule.json │ └── sources │ │ ├── audio │ │ ├── 0.json │ │ ├── 1.json │ │ ├── 2.json │ │ ├── 3.json │ │ ├── 4.json │ │ ├── 5.json │ │ └── 6.json │ │ └── video │ │ ├── 0.json │ │ ├── 1.json │ │ ├── 10.json │ │ ├── 12.json │ │ ├── 2.json │ │ ├── 3.json │ │ ├── 4.json │ │ ├── 5.json │ │ ├── 6.json │ │ ├── 7.json │ │ ├── 8.json │ │ └── 9.json ├── crossdomain.xml ├── data │ ├── mime.dat │ └── vssver2.scc ├── favicon.ico ├── notfound.jpg └── vssver2.scc ├── Webservices.Designer.cs ├── Webservices.cs ├── Webservices.resx ├── WinAPI.cs ├── Wix ├── Bootstrap │ ├── Bootstrap.wixproj │ ├── Bundle.wxs │ ├── ispy.ico │ ├── ispy.png │ └── license.rtf ├── WixCA │ ├── CustomAction.config │ ├── CustomAction.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── WixCA.csproj └── iSpy │ ├── Product.wxs │ ├── banner.bmp │ ├── config.wxi │ ├── dialog.bmp │ ├── iSpySetup.wixproj │ ├── license.rtf │ └── packages.config ├── X509.cs ├── XML ├── FileList.xml ├── FileList.xsd ├── Log.txt ├── PTZ2.xml ├── PTZ2.xsd ├── Sources.cs ├── Sources.xml ├── Sources.xsd ├── Translations.cs ├── Translations.xml ├── Translations.xml.bak ├── Translations.xsd ├── config.cs ├── config.cs.bak ├── config.xml ├── config.xml.bak ├── config.xsd ├── config.xsd.bak ├── filelist.cs ├── objects.cs ├── objects.xml ├── objects.xsd └── ptz2.cs ├── app.manifest ├── backgrounds ├── FloorPlan_House.jpg ├── FloorPlan_House2.jpg ├── FloorPlan_Planet.jpg └── demo_mask.png ├── chk.png ├── detected.png ├── downloader.Designer.cs ├── downloader.cs ├── downloader.resx ├── extensions.cs ├── external_command.txt ├── ftp.cs ├── iSpy.csproj ├── iSpy.csproj.bak ├── iSpy.sln ├── iSpyMonitor ├── Monitor.Designer.cs ├── Monitor.cs ├── Monitor.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── app.config └── iSpyMonitor.csproj ├── iSpyServer └── iSpyServerSetup.msi ├── ispy.ico ├── lgpl-3.0.txt ├── license.txt ├── nothing.png ├── packages.config ├── redist ├── Windows6.0-KB942288-v2-x64.msu ├── Windows6.0-KB942288-v2-x86.msu ├── WindowsServer2003-KB942288-v4-x64.exe ├── WindowsServer2003-KB942288-v4-x86.exe └── WindowsXP-KB942288-v3-x86.exe ├── sounds ├── airhorn.mp3 ├── airhorn.wav ├── alarm.wav ├── alsation_bark.mp3 ├── alsation_bark.wav ├── alsationxsiberian_bark.wav ├── cairnterrierbark.wav ├── doorbell.wav ├── intruder.mp3 ├── police.mp3 ├── police.wav ├── pop.wav ├── rottweiler_bark.mp3 ├── rottweiler_bark.wav ├── spanielgrowlbark.wav └── wiggle.wav └── upnp.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/.gitignore -------------------------------------------------------------------------------- /AboutForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AboutForm.cs -------------------------------------------------------------------------------- /AboutForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AboutForm.resx -------------------------------------------------------------------------------- /AddCamera.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddCamera.Designer.cs -------------------------------------------------------------------------------- /AddCamera.Designer.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddCamera.Designer.cs.bak -------------------------------------------------------------------------------- /AddCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddCamera.cs -------------------------------------------------------------------------------- /AddCamera.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddCamera.resx -------------------------------------------------------------------------------- /AddFloorPlan.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddFloorPlan.Designer.cs -------------------------------------------------------------------------------- /AddFloorPlan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddFloorPlan.cs -------------------------------------------------------------------------------- /AddFloorPlan.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddFloorPlan.resx -------------------------------------------------------------------------------- /AddMicrophone.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddMicrophone.Designer.cs -------------------------------------------------------------------------------- /AddMicrophone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddMicrophone.cs -------------------------------------------------------------------------------- /AddMicrophone.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddMicrophone.resx -------------------------------------------------------------------------------- /AddRemoteCommand.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddRemoteCommand.Designer.cs -------------------------------------------------------------------------------- /AddRemoteCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddRemoteCommand.cs -------------------------------------------------------------------------------- /AddRemoteCommand.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AddRemoteCommand.resx -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/App.config -------------------------------------------------------------------------------- /App.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/App.ico -------------------------------------------------------------------------------- /AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/AssemblyInfo.cs -------------------------------------------------------------------------------- /Builds/iSpy64_7_2_4_0/engine.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Builds/iSpy64_7_2_4_0/engine.exe -------------------------------------------------------------------------------- /Builds/iSpy64_7_2_4_0/iSpySetup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Builds/iSpy64_7_2_4_0/iSpySetup.exe -------------------------------------------------------------------------------- /Builds/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Builds/readme.txt -------------------------------------------------------------------------------- /ByteArrayUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ByteArrayUtils.cs -------------------------------------------------------------------------------- /C2BPComparers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/C2BPComparers.cs -------------------------------------------------------------------------------- /C2BPProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/C2BPProcessor.cs -------------------------------------------------------------------------------- /CameraDiscovery/CameraScanner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CameraDiscovery/CameraScanner.cs -------------------------------------------------------------------------------- /CameraDiscovery/URLDiscovery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CameraDiscovery/URLDiscovery.cs -------------------------------------------------------------------------------- /CameraMicSource.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CameraMicSource.Designer.cs -------------------------------------------------------------------------------- /CameraMicSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CameraMicSource.cs -------------------------------------------------------------------------------- /CameraMicSource.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CameraMicSource.resx -------------------------------------------------------------------------------- /CheckPassword.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CheckPassword.Designer.cs -------------------------------------------------------------------------------- /CheckPassword.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CheckPassword.cs -------------------------------------------------------------------------------- /CheckPassword.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CheckPassword.resx -------------------------------------------------------------------------------- /Cloud/Box.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Cloud/Box.cs -------------------------------------------------------------------------------- /Cloud/CloudGateway.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Cloud/CloudGateway.cs -------------------------------------------------------------------------------- /Cloud/Drive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Cloud/Drive.cs -------------------------------------------------------------------------------- /Cloud/Dropbox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Cloud/Dropbox.cs -------------------------------------------------------------------------------- /Cloud/Flickr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Cloud/Flickr.cs -------------------------------------------------------------------------------- /Cloud/OneDrive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Cloud/OneDrive.cs -------------------------------------------------------------------------------- /Cloud/YouTubeUploader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Cloud/YouTubeUploader.cs -------------------------------------------------------------------------------- /CommandButtons.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CommandButtons.Designer.cs -------------------------------------------------------------------------------- /CommandButtons.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CommandButtons.cs -------------------------------------------------------------------------------- /CommandButtons.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/CommandButtons.resx -------------------------------------------------------------------------------- /Commands/example.bat: -------------------------------------------------------------------------------- 1 | echo This is an example 2 | timeout 3 -------------------------------------------------------------------------------- /ConfigureObjectCount.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureObjectCount.Designer.cs -------------------------------------------------------------------------------- /ConfigureObjectCount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureObjectCount.cs -------------------------------------------------------------------------------- /ConfigureObjectCount.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureObjectCount.resx -------------------------------------------------------------------------------- /ConfigureProcessor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureProcessor.Designer.cs -------------------------------------------------------------------------------- /ConfigureProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureProcessor.cs -------------------------------------------------------------------------------- /ConfigureProcessor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureProcessor.resx -------------------------------------------------------------------------------- /ConfigureRepeat.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureRepeat.Designer.cs -------------------------------------------------------------------------------- /ConfigureRepeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureRepeat.cs -------------------------------------------------------------------------------- /ConfigureRepeat.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureRepeat.resx -------------------------------------------------------------------------------- /ConfigureSeconds.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureSeconds.Designer.cs -------------------------------------------------------------------------------- /ConfigureSeconds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureSeconds.cs -------------------------------------------------------------------------------- /ConfigureSeconds.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureSeconds.resx -------------------------------------------------------------------------------- /ConfigureTimestamp.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureTimestamp.Designer.cs -------------------------------------------------------------------------------- /ConfigureTimestamp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureTimestamp.cs -------------------------------------------------------------------------------- /ConfigureTimestamp.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ConfigureTimestamp.resx -------------------------------------------------------------------------------- /Controls/ActionEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ActionEditor.Designer.cs -------------------------------------------------------------------------------- /Controls/ActionEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ActionEditor.cs -------------------------------------------------------------------------------- /Controls/ActionEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ActionEditor.resx -------------------------------------------------------------------------------- /Controls/AddCommandButton.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AddCommandButton.Designer.cs -------------------------------------------------------------------------------- /Controls/AddCommandButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AddCommandButton.cs -------------------------------------------------------------------------------- /Controls/AddCommandButton.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AddCommandButton.cs.bak -------------------------------------------------------------------------------- /Controls/AddCommandButton.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AddCommandButton.resx -------------------------------------------------------------------------------- /Controls/AlertEventRow.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AlertEventRow.Designer.cs -------------------------------------------------------------------------------- /Controls/AlertEventRow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AlertEventRow.cs -------------------------------------------------------------------------------- /Controls/AlertEventRow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AlertEventRow.resx -------------------------------------------------------------------------------- /Controls/AlertSettings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AlertSettings.Designer.cs -------------------------------------------------------------------------------- /Controls/AlertSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AlertSettings.cs -------------------------------------------------------------------------------- /Controls/AlertSettings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AlertSettings.resx -------------------------------------------------------------------------------- /Controls/AngleSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AngleSelector.cs -------------------------------------------------------------------------------- /Controls/AngleSelector.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AngleSelector.designer.cs -------------------------------------------------------------------------------- /Controls/AngleSelector.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AngleSelector.resx -------------------------------------------------------------------------------- /Controls/AppLoop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AppLoop.cs -------------------------------------------------------------------------------- /Controls/AreaSelector.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AreaSelector.Designer.cs -------------------------------------------------------------------------------- /Controls/AreaSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AreaSelector.cs -------------------------------------------------------------------------------- /Controls/AreaSelector.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AreaSelector.resx -------------------------------------------------------------------------------- /Controls/Authorizer.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Authorizer.Designer.cs -------------------------------------------------------------------------------- /Controls/Authorizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Authorizer.cs -------------------------------------------------------------------------------- /Controls/Authorizer.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Authorizer.resx -------------------------------------------------------------------------------- /Controls/AutoCompleteTextbox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/AutoCompleteTextbox.cs -------------------------------------------------------------------------------- /Controls/CameraWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CameraWindow.cs -------------------------------------------------------------------------------- /Controls/CameraWindow.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CameraWindow.cs.bak -------------------------------------------------------------------------------- /Controls/CameraWindow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CameraWindow.resx -------------------------------------------------------------------------------- /Controls/ClipboardTextBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ClipboardTextBox.Designer.cs -------------------------------------------------------------------------------- /Controls/ClipboardTextBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ClipboardTextBox.cs -------------------------------------------------------------------------------- /Controls/ColorSlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ColorSlider.cs -------------------------------------------------------------------------------- /Controls/CommandButtonControl.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CommandButtonControl.Designer.cs -------------------------------------------------------------------------------- /Controls/CommandButtonControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CommandButtonControl.cs -------------------------------------------------------------------------------- /Controls/CommandButtonControl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CommandButtonControl.resx -------------------------------------------------------------------------------- /Controls/CopyTo.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CopyTo.Designer.cs -------------------------------------------------------------------------------- /Controls/CopyTo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CopyTo.cs -------------------------------------------------------------------------------- /Controls/CopyTo.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/CopyTo.resx -------------------------------------------------------------------------------- /Controls/DirectoryEventRow.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/DirectoryEventRow.Designer.cs -------------------------------------------------------------------------------- /Controls/DirectoryEventRow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/DirectoryEventRow.cs -------------------------------------------------------------------------------- /Controls/DirectoryEventRow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/DirectoryEventRow.resx -------------------------------------------------------------------------------- /Controls/EditCommandButton.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/EditCommandButton.Designer.cs -------------------------------------------------------------------------------- /Controls/EditCommandButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/EditCommandButton.cs -------------------------------------------------------------------------------- /Controls/EditCommandButton.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/EditCommandButton.resx -------------------------------------------------------------------------------- /Controls/FTPConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FTPConfig.Designer.cs -------------------------------------------------------------------------------- /Controls/FTPConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FTPConfig.cs -------------------------------------------------------------------------------- /Controls/FTPConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FTPConfig.resx -------------------------------------------------------------------------------- /Controls/FTPEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FTPEditor.Designer.cs -------------------------------------------------------------------------------- /Controls/FTPEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FTPEditor.cs -------------------------------------------------------------------------------- /Controls/FTPEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FTPEditor.resx -------------------------------------------------------------------------------- /Controls/Filter.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Filter.Designer.cs -------------------------------------------------------------------------------- /Controls/Filter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Filter.cs -------------------------------------------------------------------------------- /Controls/Filter.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Filter.resx -------------------------------------------------------------------------------- /Controls/FishEyeCorrect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FishEyeCorrect.cs -------------------------------------------------------------------------------- /Controls/FloorPlan.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FloorPlan.Designer.cs -------------------------------------------------------------------------------- /Controls/FloorPlan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FloorPlan.cs -------------------------------------------------------------------------------- /Controls/FloorPlan.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FloorPlan.resx -------------------------------------------------------------------------------- /Controls/FlowLayoutPanelTransparent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FlowLayoutPanelTransparent.cs -------------------------------------------------------------------------------- /Controls/FolderSelectDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/FolderSelectDialog.cs -------------------------------------------------------------------------------- /Controls/GraphicsHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GraphicsHelper.cs -------------------------------------------------------------------------------- /Controls/GridView.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridView.Designer.cs -------------------------------------------------------------------------------- /Controls/GridView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridView.cs -------------------------------------------------------------------------------- /Controls/GridView.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridView.resx -------------------------------------------------------------------------------- /Controls/GridViewCamera.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewCamera.Designer.cs -------------------------------------------------------------------------------- /Controls/GridViewCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewCamera.cs -------------------------------------------------------------------------------- /Controls/GridViewCamera.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewCamera.resx -------------------------------------------------------------------------------- /Controls/GridViewCustom.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewCustom.Designer.cs -------------------------------------------------------------------------------- /Controls/GridViewCustom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewCustom.cs -------------------------------------------------------------------------------- /Controls/GridViewCustom.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewCustom.resx -------------------------------------------------------------------------------- /Controls/GridViewItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewItem.cs -------------------------------------------------------------------------------- /Controls/GridViewModeConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewModeConfig.Designer.cs -------------------------------------------------------------------------------- /Controls/GridViewModeConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewModeConfig.cs -------------------------------------------------------------------------------- /Controls/GridViewModeConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/GridViewModeConfig.resx -------------------------------------------------------------------------------- /Controls/HuePicker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/HuePicker.cs -------------------------------------------------------------------------------- /Controls/IntervalConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/IntervalConfig.Designer.cs -------------------------------------------------------------------------------- /Controls/IntervalConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/IntervalConfig.cs -------------------------------------------------------------------------------- /Controls/IntervalConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/IntervalConfig.resx -------------------------------------------------------------------------------- /Controls/IspyControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/IspyControl.cs -------------------------------------------------------------------------------- /Controls/LayoutPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/LayoutPanel.cs -------------------------------------------------------------------------------- /Controls/LayoutPanel.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/LayoutPanel.resx -------------------------------------------------------------------------------- /Controls/MediaDirectoryConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaDirectoryConfig.Designer.cs -------------------------------------------------------------------------------- /Controls/MediaDirectoryConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaDirectoryConfig.cs -------------------------------------------------------------------------------- /Controls/MediaDirectoryConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaDirectoryConfig.resx -------------------------------------------------------------------------------- /Controls/MediaDirectoryEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaDirectoryEditor.Designer.cs -------------------------------------------------------------------------------- /Controls/MediaDirectoryEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaDirectoryEditor.cs -------------------------------------------------------------------------------- /Controls/MediaDirectoryEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaDirectoryEditor.resx -------------------------------------------------------------------------------- /Controls/MediaPanel.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaPanel.Designer.cs -------------------------------------------------------------------------------- /Controls/MediaPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaPanel.cs -------------------------------------------------------------------------------- /Controls/MediaPanel.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaPanel.resx -------------------------------------------------------------------------------- /Controls/MediaPanelControl.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaPanelControl.Designer.cs -------------------------------------------------------------------------------- /Controls/MediaPanelControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaPanelControl.cs -------------------------------------------------------------------------------- /Controls/MediaPanelControl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaPanelControl.resx -------------------------------------------------------------------------------- /Controls/MediaPanelControlButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/MediaPanelControlButton.cs -------------------------------------------------------------------------------- /Controls/ONVIFWizard.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ONVIFWizard.Designer.cs -------------------------------------------------------------------------------- /Controls/ONVIFWizard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ONVIFWizard.cs -------------------------------------------------------------------------------- /Controls/ONVIFWizard.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ONVIFWizard.resx -------------------------------------------------------------------------------- /Controls/PTZScheduler.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZScheduler.Designer.cs -------------------------------------------------------------------------------- /Controls/PTZScheduler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZScheduler.cs -------------------------------------------------------------------------------- /Controls/PTZScheduler.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZScheduler.resx -------------------------------------------------------------------------------- /Controls/PTZTracking.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZTracking.Designer.cs -------------------------------------------------------------------------------- /Controls/PTZTracking.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZTracking.cs -------------------------------------------------------------------------------- /Controls/PTZTracking.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZTracking.resx -------------------------------------------------------------------------------- /Controls/PTZUI.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZUI.Designer.cs -------------------------------------------------------------------------------- /Controls/PTZUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZUI.cs -------------------------------------------------------------------------------- /Controls/PTZUI.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PTZUI.resx -------------------------------------------------------------------------------- /Controls/ParamConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ParamConfig.Designer.cs -------------------------------------------------------------------------------- /Controls/ParamConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ParamConfig.cs -------------------------------------------------------------------------------- /Controls/ParamConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ParamConfig.resx -------------------------------------------------------------------------------- /Controls/PermissionsForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PermissionsForm.Designer.cs -------------------------------------------------------------------------------- /Controls/PermissionsForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PermissionsForm.cs -------------------------------------------------------------------------------- /Controls/PermissionsForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PermissionsForm.resx -------------------------------------------------------------------------------- /Controls/PersistForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PersistForm.cs -------------------------------------------------------------------------------- /Controls/PiPConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PiPConfig.Designer.cs -------------------------------------------------------------------------------- /Controls/PiPConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PiPConfig.cs -------------------------------------------------------------------------------- /Controls/PiPConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PiPConfig.resx -------------------------------------------------------------------------------- /Controls/PiPSelector.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PiPSelector.Designer.cs -------------------------------------------------------------------------------- /Controls/PiPSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PiPSelector.cs -------------------------------------------------------------------------------- /Controls/PiPSelector.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PiPSelector.resx -------------------------------------------------------------------------------- /Controls/PictureBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PictureBox.cs -------------------------------------------------------------------------------- /Controls/PreviewBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/PreviewBox.cs -------------------------------------------------------------------------------- /Controls/Ranger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Ranger.cs -------------------------------------------------------------------------------- /Controls/Ranger.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Ranger.designer.cs -------------------------------------------------------------------------------- /Controls/Ranger.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Ranger.resx -------------------------------------------------------------------------------- /Controls/Reflector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/Reflector.cs -------------------------------------------------------------------------------- /Controls/ScheduleEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleEditor.Designer.cs -------------------------------------------------------------------------------- /Controls/ScheduleEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleEditor.cs -------------------------------------------------------------------------------- /Controls/ScheduleEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleEditor.resx -------------------------------------------------------------------------------- /Controls/ScheduleEntryEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleEntryEditor.Designer.cs -------------------------------------------------------------------------------- /Controls/ScheduleEntryEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleEntryEditor.cs -------------------------------------------------------------------------------- /Controls/ScheduleEntryEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleEntryEditor.resx -------------------------------------------------------------------------------- /Controls/ScheduleRow.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleRow.Designer.cs -------------------------------------------------------------------------------- /Controls/ScheduleRow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleRow.cs -------------------------------------------------------------------------------- /Controls/ScheduleRow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ScheduleRow.resx -------------------------------------------------------------------------------- /Controls/SelectObjects.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/SelectObjects.Designer.cs -------------------------------------------------------------------------------- /Controls/SelectObjects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/SelectObjects.cs -------------------------------------------------------------------------------- /Controls/SelectObjects.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/SelectObjects.resx -------------------------------------------------------------------------------- /Controls/ServerEventRow.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ServerEventRow.Designer.cs -------------------------------------------------------------------------------- /Controls/ServerEventRow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ServerEventRow.cs -------------------------------------------------------------------------------- /Controls/ServerEventRow.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ServerEventRow.resx -------------------------------------------------------------------------------- /Controls/TagEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TagEditor.Designer.cs -------------------------------------------------------------------------------- /Controls/TagEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TagEditor.cs -------------------------------------------------------------------------------- /Controls/TagEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TagEditor.resx -------------------------------------------------------------------------------- /Controls/TagEntry.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TagEntry.Designer.cs -------------------------------------------------------------------------------- /Controls/TagEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TagEntry.cs -------------------------------------------------------------------------------- /Controls/TagEntry.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TagEntry.resx -------------------------------------------------------------------------------- /Controls/TextToSpeech.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TextToSpeech.Designer.cs -------------------------------------------------------------------------------- /Controls/TextToSpeech.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TextToSpeech.cs -------------------------------------------------------------------------------- /Controls/TextToSpeech.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/TextToSpeech.resx -------------------------------------------------------------------------------- /Controls/ThreadSafeCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ThreadSafeCommand.cs -------------------------------------------------------------------------------- /Controls/VideoNavigator.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VideoNavigator.Designer.cs -------------------------------------------------------------------------------- /Controls/VideoNavigator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VideoNavigator.cs -------------------------------------------------------------------------------- /Controls/VideoNavigator.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VideoNavigator.resx -------------------------------------------------------------------------------- /Controls/VideoPlayback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VideoPlayback.cs -------------------------------------------------------------------------------- /Controls/VideoPlayback.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VideoPlayback.resx -------------------------------------------------------------------------------- /Controls/ViewControllerPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/ViewControllerPanel.cs -------------------------------------------------------------------------------- /Controls/VolumeLevel.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VolumeLevel.Designer.cs -------------------------------------------------------------------------------- /Controls/VolumeLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VolumeLevel.cs -------------------------------------------------------------------------------- /Controls/VolumeLevel.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/VolumeLevel.resx -------------------------------------------------------------------------------- /Controls/camera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/camera.cs -------------------------------------------------------------------------------- /Controls/jaxis.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/jaxis.Designer.cs -------------------------------------------------------------------------------- /Controls/jaxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/jaxis.cs -------------------------------------------------------------------------------- /Controls/jaxis.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/jaxis.resx -------------------------------------------------------------------------------- /Controls/jbutton.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/jbutton.Designer.cs -------------------------------------------------------------------------------- /Controls/jbutton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/jbutton.cs -------------------------------------------------------------------------------- /Controls/jbutton.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Controls/jbutton.resx -------------------------------------------------------------------------------- /DLLS/AForge.Imaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/AForge.Imaging.dll -------------------------------------------------------------------------------- /DLLS/AForge.Math.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/AForge.Math.dll -------------------------------------------------------------------------------- /DLLS/AForge.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/AForge.dll -------------------------------------------------------------------------------- /DLLS/Interop.NATUPNPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/Interop.NATUPNPLib.dll -------------------------------------------------------------------------------- /DLLS/Interop.NETCONLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/Interop.NETCONLib.dll -------------------------------------------------------------------------------- /DLLS/Interop.NetFwTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/Interop.NetFwTypeLib.dll -------------------------------------------------------------------------------- /DLLS/Microsoft.Kinect.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/Microsoft.Kinect.dll -------------------------------------------------------------------------------- /DLLS/NAudio.Lame.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/NAudio.Lame.dll -------------------------------------------------------------------------------- /DLLS/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/NAudio.dll -------------------------------------------------------------------------------- /DLLS/NSpeex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/NSpeex.dll -------------------------------------------------------------------------------- /DLLS/Renci.SshNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/Renci.SshNet.dll -------------------------------------------------------------------------------- /DLLS/Renderers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/Renderers.dll -------------------------------------------------------------------------------- /DLLS/Windows7ToolStripRenderer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/Windows7ToolStripRenderer.dll -------------------------------------------------------------------------------- /DLLS/x64/AForge.Imaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/AForge.Imaging.dll -------------------------------------------------------------------------------- /DLLS/x64/AForge.Math.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/AForge.Math.dll -------------------------------------------------------------------------------- /DLLS/x64/AForge.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/AForge.dll -------------------------------------------------------------------------------- /DLLS/x64/Interop.NATUPNPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Interop.NATUPNPLib.dll -------------------------------------------------------------------------------- /DLLS/x64/Interop.NETCONLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Interop.NETCONLib.dll -------------------------------------------------------------------------------- /DLLS/x64/Interop.NETWORKLIST.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Interop.NETWORKLIST.dll -------------------------------------------------------------------------------- /DLLS/x64/Interop.NetFwTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Interop.NetFwTypeLib.dll -------------------------------------------------------------------------------- /DLLS/x64/Microsoft.Kinect.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Microsoft.Kinect.dll -------------------------------------------------------------------------------- /DLLS/x64/NAudio.Lame.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/NAudio.Lame.dll -------------------------------------------------------------------------------- /DLLS/x64/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/NAudio.dll -------------------------------------------------------------------------------- /DLLS/x64/NSpeex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/NSpeex.dll -------------------------------------------------------------------------------- /DLLS/x64/Renci.SshNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Renci.SshNet.dll -------------------------------------------------------------------------------- /DLLS/x64/Renderers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Renderers.dll -------------------------------------------------------------------------------- /DLLS/x64/Windows7ToolStripRenderer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/Windows7ToolStripRenderer.dll -------------------------------------------------------------------------------- /DLLS/x64/avcodec-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/avcodec-58.dll -------------------------------------------------------------------------------- /DLLS/x64/avdevice-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/avdevice-58.dll -------------------------------------------------------------------------------- /DLLS/x64/avfilter-7.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/avfilter-7.dll -------------------------------------------------------------------------------- /DLLS/x64/avformat-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/avformat-58.dll -------------------------------------------------------------------------------- /DLLS/x64/avutil-56.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/avutil-56.dll -------------------------------------------------------------------------------- /DLLS/x64/ffmpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/ffmpeg.exe -------------------------------------------------------------------------------- /DLLS/x64/libmp3lame.64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/libmp3lame.64.dll -------------------------------------------------------------------------------- /DLLS/x64/msvcp120.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/msvcp120.dll -------------------------------------------------------------------------------- /DLLS/x64/msvcr120.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/msvcr120.dll -------------------------------------------------------------------------------- /DLLS/x64/postproc-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/postproc-55.dll -------------------------------------------------------------------------------- /DLLS/x64/swresample-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/swresample-3.dll -------------------------------------------------------------------------------- /DLLS/x64/swscale-5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/swscale-5.dll -------------------------------------------------------------------------------- /DLLS/x64/xiApi.NET.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x64/xiApi.NET.dll -------------------------------------------------------------------------------- /DLLS/x86/Interop.NETWORKLIST.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/Interop.NETWORKLIST.dll -------------------------------------------------------------------------------- /DLLS/x86/avcodec-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/avcodec-58.dll -------------------------------------------------------------------------------- /DLLS/x86/avdevice-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/avdevice-58.dll -------------------------------------------------------------------------------- /DLLS/x86/avfilter-7.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/avfilter-7.dll -------------------------------------------------------------------------------- /DLLS/x86/avformat-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/avformat-58.dll -------------------------------------------------------------------------------- /DLLS/x86/avutil-56.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/avutil-56.dll -------------------------------------------------------------------------------- /DLLS/x86/ffmpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/ffmpeg.exe -------------------------------------------------------------------------------- /DLLS/x86/libmp3lame.32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/libmp3lame.32.dll -------------------------------------------------------------------------------- /DLLS/x86/msvcp120.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/msvcp120.dll -------------------------------------------------------------------------------- /DLLS/x86/msvcr120.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/msvcr120.dll -------------------------------------------------------------------------------- /DLLS/x86/postproc-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/postproc-55.dll -------------------------------------------------------------------------------- /DLLS/x86/swresample-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/swresample-3.dll -------------------------------------------------------------------------------- /DLLS/x86/swscale-5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/x86/swscale-5.dll -------------------------------------------------------------------------------- /DLLS/xiApi.NET.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DLLS/xiApi.NET.dll -------------------------------------------------------------------------------- /Delegates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Delegates.cs -------------------------------------------------------------------------------- /DirectShow/CameraControlProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/CameraControlProperty.cs -------------------------------------------------------------------------------- /DirectShow/FilterInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/FilterInfo.cs -------------------------------------------------------------------------------- /DirectShow/FilterInfoCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/FilterInfoCollection.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IAMCameraControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IAMCameraControl.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IAMCrossbar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IAMCrossbar.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IAMStreamConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IAMStreamConfig.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IAMVfwCompressDialogs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IAMVfwCompressDialogs.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IAMVideoControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IAMVideoControl.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IAMVideoProcAmp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IAMVideoProcAmp.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IBaseFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IBaseFilter.cs -------------------------------------------------------------------------------- /DirectShow/Internals/ICaptureGraphBuilder2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/ICaptureGraphBuilder2.cs -------------------------------------------------------------------------------- /DirectShow/Internals/ICreateDevEnum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/ICreateDevEnum.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IEnumFilters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IEnumFilters.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IEnumPins.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IEnumPins.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IFileSourceFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IFileSourceFilter.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IFilterGraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IFilterGraph.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IFilterGraph2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IFilterGraph2.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IGraphBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IGraphBuilder.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IMediaControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IMediaControl.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IMediaEventEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IMediaEventEx.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IMediaFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IMediaFilter.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IPersist.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IPersist.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IPin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IPin.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IPropertyBag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IPropertyBag.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IReferenceClock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IReferenceClock.cs -------------------------------------------------------------------------------- /DirectShow/Internals/ISampleGrabber.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/ISampleGrabber.cs -------------------------------------------------------------------------------- /DirectShow/Internals/ISampleGrabberCB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/ISampleGrabberCB.cs -------------------------------------------------------------------------------- /DirectShow/Internals/ISpecifyPropertyPages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/ISpecifyPropertyPages.cs -------------------------------------------------------------------------------- /DirectShow/Internals/IVideoWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/IVideoWindow.cs -------------------------------------------------------------------------------- /DirectShow/Internals/Structures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/Structures.cs -------------------------------------------------------------------------------- /DirectShow/Internals/Tools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/Tools.cs -------------------------------------------------------------------------------- /DirectShow/Internals/Uuids.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Internals/Uuids.cs -------------------------------------------------------------------------------- /DirectShow/PhysicalConnectorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/PhysicalConnectorType.cs -------------------------------------------------------------------------------- /DirectShow/Uuids.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/Uuids.cs -------------------------------------------------------------------------------- /DirectShow/VideoCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/VideoCapabilities.cs -------------------------------------------------------------------------------- /DirectShow/VideoInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/DirectShow/VideoInput.cs -------------------------------------------------------------------------------- /EncDec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/EncDec.cs -------------------------------------------------------------------------------- /Enums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Enums.cs -------------------------------------------------------------------------------- /Events.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Events.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/ConstCharPtrMarshaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/ConstCharPtrMarshaler.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.AutoGen.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.AutoGen.csproj -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.AutoGen.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.AutoGen.dll.config -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.AutoGen_new.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.AutoGen_new.csproj -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.arrays.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.arrays.g.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.delegates.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.delegates.g.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.enums.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.enums.g.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.functions.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.functions.g.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.macros.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.macros.g.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/FFmpeg.structs.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/FFmpeg.structs.g.cs -------------------------------------------------------------------------------- /FFmpeg.AutoGen/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FFmpeg.AutoGen/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Features.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Features.Designer.cs -------------------------------------------------------------------------------- /Features.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Features.cs -------------------------------------------------------------------------------- /Features.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Features.resx -------------------------------------------------------------------------------- /FileOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FileOperations.cs -------------------------------------------------------------------------------- /FindCameras.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FindCameras.Designer.cs -------------------------------------------------------------------------------- /FindCameras.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FindCameras.cs -------------------------------------------------------------------------------- /FindCameras.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FindCameras.resx -------------------------------------------------------------------------------- /FindObject.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FindObject.Designer.cs -------------------------------------------------------------------------------- /FindObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FindObject.cs -------------------------------------------------------------------------------- /FindObject.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/FindObject.resx -------------------------------------------------------------------------------- /Firewall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Firewall.cs -------------------------------------------------------------------------------- /GettingStarted.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GettingStarted.Designer.cs -------------------------------------------------------------------------------- /GettingStarted.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GettingStarted.cs -------------------------------------------------------------------------------- /GettingStarted.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GettingStarted.resx -------------------------------------------------------------------------------- /GridView.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GridView.Designer.cs -------------------------------------------------------------------------------- /GridView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GridView.cs -------------------------------------------------------------------------------- /GridView.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GridView.resx -------------------------------------------------------------------------------- /GridViewManager.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GridViewManager.Designer.cs -------------------------------------------------------------------------------- /GridViewManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GridViewManager.cs -------------------------------------------------------------------------------- /GridViewManager.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/GridViewManager.resx -------------------------------------------------------------------------------- /HSLFilteringForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/HSLFilteringForm.cs -------------------------------------------------------------------------------- /HSLFilteringForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/HSLFilteringForm.resx -------------------------------------------------------------------------------- /Helper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Helper.cs -------------------------------------------------------------------------------- /Importer.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Importer.Designer.cs -------------------------------------------------------------------------------- /Importer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Importer.cs -------------------------------------------------------------------------------- /Importer.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Importer.resx -------------------------------------------------------------------------------- /Joystick/JoystickDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Joystick/JoystickDevice.cs -------------------------------------------------------------------------------- /Kinect/ConfigureTripWires.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/ConfigureTripWires.Designer.cs -------------------------------------------------------------------------------- /Kinect/ConfigureTripWires.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/ConfigureTripWires.cs -------------------------------------------------------------------------------- /Kinect/ConfigureTripWires.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/ConfigureTripWires.resx -------------------------------------------------------------------------------- /Kinect/DepthLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/DepthLine.cs -------------------------------------------------------------------------------- /Kinect/EditDepthLine.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/EditDepthLine.Designer.cs -------------------------------------------------------------------------------- /Kinect/EditDepthLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/EditDepthLine.cs -------------------------------------------------------------------------------- /Kinect/EditDepthLine.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/EditDepthLine.resx -------------------------------------------------------------------------------- /Kinect/TripWireEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Kinect/TripWireEditor.cs -------------------------------------------------------------------------------- /LayoutEditor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/LayoutEditor.Designer.cs -------------------------------------------------------------------------------- /LayoutEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/LayoutEditor.cs -------------------------------------------------------------------------------- /LayoutEditor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/LayoutEditor.resx -------------------------------------------------------------------------------- /LayoutItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/LayoutItem.cs -------------------------------------------------------------------------------- /ListNetworkComputers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ListNetworkComputers.cs -------------------------------------------------------------------------------- /LocRM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/LocRM.cs -------------------------------------------------------------------------------- /MCRemote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MCRemote.cs -------------------------------------------------------------------------------- /Mailer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Mailer.cs -------------------------------------------------------------------------------- /MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm.cs -------------------------------------------------------------------------------- /MainForm.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm.cs.bak -------------------------------------------------------------------------------- /MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm.resx -------------------------------------------------------------------------------- /MainForm_Commands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm_Commands.cs -------------------------------------------------------------------------------- /MainForm_Commands.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm_Commands.cs.bak -------------------------------------------------------------------------------- /MainForm_Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm_Configuration.cs -------------------------------------------------------------------------------- /MainForm_Configuration.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm_Configuration.cs.bak -------------------------------------------------------------------------------- /MainForm_Media.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MainForm_Media.cs -------------------------------------------------------------------------------- /Masks/demo_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Masks/demo_mask.png -------------------------------------------------------------------------------- /Merge Modules/Microsoft_VC100_CRT_x64.msm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Merge Modules/Microsoft_VC100_CRT_x64.msm -------------------------------------------------------------------------------- /Merge Modules/Microsoft_VC100_CRT_x86.msm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Merge Modules/Microsoft_VC100_CRT_x86.msm -------------------------------------------------------------------------------- /Merger.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Merger.Designer.cs -------------------------------------------------------------------------------- /Merger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Merger.cs -------------------------------------------------------------------------------- /Merger.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Merger.resx -------------------------------------------------------------------------------- /MicrophoneSource.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MicrophoneSource.Designer.cs -------------------------------------------------------------------------------- /MicrophoneSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MicrophoneSource.cs -------------------------------------------------------------------------------- /MicrophoneSource.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MicrophoneSource.resx -------------------------------------------------------------------------------- /MicrophoneSourceAdvanced.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MicrophoneSourceAdvanced.Designer.cs -------------------------------------------------------------------------------- /MicrophoneSourceAdvanced.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MicrophoneSourceAdvanced.cs -------------------------------------------------------------------------------- /MicrophoneSourceAdvanced.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MicrophoneSourceAdvanced.resx -------------------------------------------------------------------------------- /MimeTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/MimeTypes.cs -------------------------------------------------------------------------------- /NativeCalls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NativeCalls.cs -------------------------------------------------------------------------------- /NetworkTroubleshooter.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NetworkTroubleshooter.Designer.cs -------------------------------------------------------------------------------- /NetworkTroubleshooter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NetworkTroubleshooter.cs -------------------------------------------------------------------------------- /NetworkTroubleshooter.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NetworkTroubleshooter.resx -------------------------------------------------------------------------------- /NewVersion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NewVersion.cs -------------------------------------------------------------------------------- /NewVersion.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NewVersion.resx -------------------------------------------------------------------------------- /NotSubscribed.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NotSubscribed.Designer.cs -------------------------------------------------------------------------------- /NotSubscribed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NotSubscribed.cs -------------------------------------------------------------------------------- /NotSubscribed.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/NotSubscribed.resx -------------------------------------------------------------------------------- /Onvif/Behaviour/CustomAddressHeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/Behaviour/CustomAddressHeader.cs -------------------------------------------------------------------------------- /Onvif/Behaviour/CustomEndpointBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/Behaviour/CustomEndpointBehavior.cs -------------------------------------------------------------------------------- /Onvif/Behaviour/CustomMessageInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/Behaviour/CustomMessageInspector.cs -------------------------------------------------------------------------------- /Onvif/ConnectionParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/ConnectionParameters.cs -------------------------------------------------------------------------------- /Onvif/ConnectionStateInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/ConnectionStateInfo.cs -------------------------------------------------------------------------------- /Onvif/Discovery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/Discovery.cs -------------------------------------------------------------------------------- /Onvif/IOnvifClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/IOnvifClientFactory.cs -------------------------------------------------------------------------------- /Onvif/NetworkCredentialExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/NetworkCredentialExtensions.cs -------------------------------------------------------------------------------- /Onvif/ONVIFDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/ONVIFDevice.cs -------------------------------------------------------------------------------- /Onvif/OnvifClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/OnvifClientFactory.cs -------------------------------------------------------------------------------- /Onvif/Security/DigestSecurityHeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/Security/DigestSecurityHeader.cs -------------------------------------------------------------------------------- /Onvif/Security/SecurityToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Onvif/Security/SecurityToken.cs -------------------------------------------------------------------------------- /PTZCommandButtons.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZCommandButtons.Designer.cs -------------------------------------------------------------------------------- /PTZCommandButtons.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZCommandButtons.cs -------------------------------------------------------------------------------- /PTZConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZConfig.Designer.cs -------------------------------------------------------------------------------- /PTZConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZConfig.cs -------------------------------------------------------------------------------- /PTZConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZConfig.resx -------------------------------------------------------------------------------- /PTZController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZController.cs -------------------------------------------------------------------------------- /PTZTool.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZTool.Designer.cs -------------------------------------------------------------------------------- /PTZTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZTool.cs -------------------------------------------------------------------------------- /PTZTool.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PTZTool.resx -------------------------------------------------------------------------------- /Pager.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pager.Designer.cs -------------------------------------------------------------------------------- /Pager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pager.cs -------------------------------------------------------------------------------- /Pager.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pager.resx -------------------------------------------------------------------------------- /Pelco/D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pelco/D.cs -------------------------------------------------------------------------------- /Pelco/P.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pelco/P.cs -------------------------------------------------------------------------------- /Pelco/PelcoConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pelco/PelcoConfig.Designer.cs -------------------------------------------------------------------------------- /Pelco/PelcoConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pelco/PelcoConfig.cs -------------------------------------------------------------------------------- /Pelco/PelcoConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Pelco/PelcoConfig.resx -------------------------------------------------------------------------------- /PlayerVLC.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PlayerVLC.Designer.cs -------------------------------------------------------------------------------- /PlayerVLC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PlayerVLC.cs -------------------------------------------------------------------------------- /PlayerVLC.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/PlayerVLC.resx -------------------------------------------------------------------------------- /Plugins/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Plugins/readme.txt -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Program.cs -------------------------------------------------------------------------------- /Prompt.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Prompt.Designer.cs -------------------------------------------------------------------------------- /Prompt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Prompt.cs -------------------------------------------------------------------------------- /Prompt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Prompt.resx -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /Properties/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Properties/vssver2.scc -------------------------------------------------------------------------------- /QueueWithEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/QueueWithEvents.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/README.md -------------------------------------------------------------------------------- /Realtime/MediaWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Realtime/MediaWriter.cs -------------------------------------------------------------------------------- /RemoteCommands.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/RemoteCommands.Designer.cs -------------------------------------------------------------------------------- /RemoteCommands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/RemoteCommands.cs -------------------------------------------------------------------------------- /RemoteCommands.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/RemoteCommands.resx -------------------------------------------------------------------------------- /Resources/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/1.gif -------------------------------------------------------------------------------- /Resources/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/2.gif -------------------------------------------------------------------------------- /Resources/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/3.gif -------------------------------------------------------------------------------- /Resources/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/4.gif -------------------------------------------------------------------------------- /Resources/48_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/48_iphone.png -------------------------------------------------------------------------------- /Resources/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/5.gif -------------------------------------------------------------------------------- /Resources/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/6.gif -------------------------------------------------------------------------------- /Resources/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/7.gif -------------------------------------------------------------------------------- /Resources/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/8.gif -------------------------------------------------------------------------------- /Resources/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/9.gif -------------------------------------------------------------------------------- /Resources/Clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Clouds.png -------------------------------------------------------------------------------- /Resources/Command Prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Command Prompt.png -------------------------------------------------------------------------------- /Resources/Connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Connected.png -------------------------------------------------------------------------------- /Resources/FloorPlan.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/FloorPlan.bmp -------------------------------------------------------------------------------- /Resources/GoogleDrive_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/GoogleDrive_Logo.png -------------------------------------------------------------------------------- /Resources/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Help.png -------------------------------------------------------------------------------- /Resources/LAN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/LAN.gif -------------------------------------------------------------------------------- /Resources/LAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/LAN.png -------------------------------------------------------------------------------- /Resources/Mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Mic.png -------------------------------------------------------------------------------- /Resources/Offline.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Offline.bmp -------------------------------------------------------------------------------- /Resources/PTZ_Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/PTZ_Controller.png -------------------------------------------------------------------------------- /Resources/Paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Paste.png -------------------------------------------------------------------------------- /Resources/Play-Normal-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Play-Normal-icon.png -------------------------------------------------------------------------------- /Resources/Salaries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/Salaries.png -------------------------------------------------------------------------------- /Resources/VLC-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/VLC-logo.png -------------------------------------------------------------------------------- /Resources/active.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/active.gif -------------------------------------------------------------------------------- /Resources/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/add.png -------------------------------------------------------------------------------- /Resources/addcam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/addcam.gif -------------------------------------------------------------------------------- /Resources/addmic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/addmic.gif -------------------------------------------------------------------------------- /Resources/arrow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/arrow.bmp -------------------------------------------------------------------------------- /Resources/audio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/audio.jpg -------------------------------------------------------------------------------- /Resources/cam_connecting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/cam_connecting.png -------------------------------------------------------------------------------- /Resources/cam_connecting_large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/cam_connecting_large.jpg -------------------------------------------------------------------------------- /Resources/cam_offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/cam_offline.png -------------------------------------------------------------------------------- /Resources/cam_offline_large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/cam_offline_large.jpg -------------------------------------------------------------------------------- /Resources/cam_removed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/cam_removed.png -------------------------------------------------------------------------------- /Resources/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camera.png -------------------------------------------------------------------------------- /Resources/camloading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camloading.gif -------------------------------------------------------------------------------- /Resources/camloading.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camloading.jpg -------------------------------------------------------------------------------- /Resources/camloading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camloading.png -------------------------------------------------------------------------------- /Resources/camoff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camoff.gif -------------------------------------------------------------------------------- /Resources/camoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camoff.jpg -------------------------------------------------------------------------------- /Resources/camoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camoff.png -------------------------------------------------------------------------------- /Resources/camremoved.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camremoved.gif -------------------------------------------------------------------------------- /Resources/camremoved.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/camremoved.jpg -------------------------------------------------------------------------------- /Resources/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/checkbox.png -------------------------------------------------------------------------------- /Resources/checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/checkbox_off.png -------------------------------------------------------------------------------- /Resources/command-prompt-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/command-prompt-icon.png -------------------------------------------------------------------------------- /Resources/connecting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/connecting.png -------------------------------------------------------------------------------- /Resources/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/delete.gif -------------------------------------------------------------------------------- /Resources/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/edit.gif -------------------------------------------------------------------------------- /Resources/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/edit.png -------------------------------------------------------------------------------- /Resources/files.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/files.gif -------------------------------------------------------------------------------- /Resources/floorplan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/floorplan.jpg -------------------------------------------------------------------------------- /Resources/floorplan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/floorplan.png -------------------------------------------------------------------------------- /Resources/fp_cam_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/fp_cam_alert.png -------------------------------------------------------------------------------- /Resources/fp_cam_offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/fp_cam_offline.png -------------------------------------------------------------------------------- /Resources/fp_cam_online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/fp_cam_online.png -------------------------------------------------------------------------------- /Resources/fp_mic_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/fp_mic_alert.png -------------------------------------------------------------------------------- /Resources/fp_mic_offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/fp_mic_offline.png -------------------------------------------------------------------------------- /Resources/fp_mic_online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/fp_mic_online.png -------------------------------------------------------------------------------- /Resources/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/fullscreen.png -------------------------------------------------------------------------------- /Resources/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/help.gif -------------------------------------------------------------------------------- /Resources/icon-layout-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon-layout-128.png -------------------------------------------------------------------------------- /Resources/icon_archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_archive.png -------------------------------------------------------------------------------- /Resources/icon_connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_connect.png -------------------------------------------------------------------------------- /Resources/icon_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_delete.png -------------------------------------------------------------------------------- /Resources/icon_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_filter.png -------------------------------------------------------------------------------- /Resources/icon_listen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_listen.png -------------------------------------------------------------------------------- /Resources/icon_listenoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_listenoff.png -------------------------------------------------------------------------------- /Resources/icon_listenstop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_listenstop.png -------------------------------------------------------------------------------- /Resources/icon_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_next.png -------------------------------------------------------------------------------- /Resources/icon_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_off.png -------------------------------------------------------------------------------- /Resources/icon_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_on.png -------------------------------------------------------------------------------- /Resources/icon_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_photo.png -------------------------------------------------------------------------------- /Resources/icon_pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_pointer.png -------------------------------------------------------------------------------- /Resources/icon_previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_previous.png -------------------------------------------------------------------------------- /Resources/icon_record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_record.png -------------------------------------------------------------------------------- /Resources/icon_recordoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_recordoff.png -------------------------------------------------------------------------------- /Resources/icon_recordstop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_recordstop.png -------------------------------------------------------------------------------- /Resources/icon_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_settings.png -------------------------------------------------------------------------------- /Resources/icon_tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icon_tick.png -------------------------------------------------------------------------------- /Resources/icons.fw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons.fw.png -------------------------------------------------------------------------------- /Resources/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons.png -------------------------------------------------------------------------------- /Resources/icons/01 Computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/01 Computer.png -------------------------------------------------------------------------------- /Resources/icons/02 Network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/02 Network.png -------------------------------------------------------------------------------- /Resources/icons/03 Control Panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/03 Control Panel.png -------------------------------------------------------------------------------- /Resources/icons/04 EMail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/04 EMail.png -------------------------------------------------------------------------------- /Resources/icons/05 Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/05 Folder.png -------------------------------------------------------------------------------- /Resources/icons/06 Picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/06 Picture.png -------------------------------------------------------------------------------- /Resources/icons/07 Video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/07 Video.png -------------------------------------------------------------------------------- /Resources/icons/08 Music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/08 Music.png -------------------------------------------------------------------------------- /Resources/icons/09 Hard Drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/09 Hard Drive.png -------------------------------------------------------------------------------- /Resources/icons/10 Desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/10 Desktop.png -------------------------------------------------------------------------------- /Resources/icons/11 Trash Empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/11 Trash Empty.png -------------------------------------------------------------------------------- /Resources/icons/12 Trash Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/12 Trash Full.png -------------------------------------------------------------------------------- /Resources/icons/13 Shut Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/13 Shut Down.png -------------------------------------------------------------------------------- /Resources/icons/14 Reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/14 Reboot.png -------------------------------------------------------------------------------- /Resources/icons/15 Firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/15 Firefox.png -------------------------------------------------------------------------------- /Resources/icons/16 Photoshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/16 Photoshop.png -------------------------------------------------------------------------------- /Resources/icons/17 ICQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/17 ICQ.png -------------------------------------------------------------------------------- /Resources/icons/18 Steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/18 Steam.png -------------------------------------------------------------------------------- /Resources/icons/19 Download Program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/19 Download Program.png -------------------------------------------------------------------------------- /Resources/icons/20 Avast!.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/20 Avast!.png -------------------------------------------------------------------------------- /Resources/icons/21 Darkfix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/21 Darkfix.png -------------------------------------------------------------------------------- /Resources/icons/22 Help And Support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/22 Help And Support.png -------------------------------------------------------------------------------- /Resources/icons/23 Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/23 Default.png -------------------------------------------------------------------------------- /Resources/icons/24 Text Document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/24 Text Document.png -------------------------------------------------------------------------------- /Resources/icons/25 JetAudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/25 JetAudio.png -------------------------------------------------------------------------------- /Resources/icons/26 Custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/26 Custom.png -------------------------------------------------------------------------------- /Resources/icons/27 Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons/27 Run.png -------------------------------------------------------------------------------- /Resources/icons_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/icons_big.png -------------------------------------------------------------------------------- /Resources/inactive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/inactive.gif -------------------------------------------------------------------------------- /Resources/ipcam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/ipcam.png -------------------------------------------------------------------------------- /Resources/iphone-icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/iphone-icon_256.png -------------------------------------------------------------------------------- /Resources/ispy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/ispy.png -------------------------------------------------------------------------------- /Resources/ispy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/ispy1.png -------------------------------------------------------------------------------- /Resources/ispy1audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/ispy1audio.png -------------------------------------------------------------------------------- /Resources/ispylogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/ispylogo.png -------------------------------------------------------------------------------- /Resources/listen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/listen.gif -------------------------------------------------------------------------------- /Resources/listen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/listen.png -------------------------------------------------------------------------------- /Resources/listenoff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/listenoff.gif -------------------------------------------------------------------------------- /Resources/listenoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/listenoff.png -------------------------------------------------------------------------------- /Resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/logo.png -------------------------------------------------------------------------------- /Resources/mainback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/mainback.png -------------------------------------------------------------------------------- /Resources/media_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/media_icons.png -------------------------------------------------------------------------------- /Resources/merged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/merged.png -------------------------------------------------------------------------------- /Resources/mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/mobile.png -------------------------------------------------------------------------------- /Resources/move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/move.gif -------------------------------------------------------------------------------- /Resources/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/move.png -------------------------------------------------------------------------------- /Resources/network_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/network_mic.png -------------------------------------------------------------------------------- /Resources/newsletters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/newsletters.png -------------------------------------------------------------------------------- /Resources/notfound.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/notfound.jpg -------------------------------------------------------------------------------- /Resources/onvif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/onvif.png -------------------------------------------------------------------------------- /Resources/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/plugin.png -------------------------------------------------------------------------------- /Resources/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/remove.png -------------------------------------------------------------------------------- /Resources/reset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/reset.jpg -------------------------------------------------------------------------------- /Resources/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/restore.png -------------------------------------------------------------------------------- /Resources/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/schedule.png -------------------------------------------------------------------------------- /Resources/settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/settings.gif -------------------------------------------------------------------------------- /Resources/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/settings.png -------------------------------------------------------------------------------- /Resources/smartisp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/smartisp.png -------------------------------------------------------------------------------- /Resources/snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/snapshot.png -------------------------------------------------------------------------------- /Resources/startrec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/startrec.png -------------------------------------------------------------------------------- /Resources/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/switch.png -------------------------------------------------------------------------------- /Resources/switchoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/switchoff.jpg -------------------------------------------------------------------------------- /Resources/switchoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/switchoff.png -------------------------------------------------------------------------------- /Resources/switchon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/switchon.gif -------------------------------------------------------------------------------- /Resources/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/terminal.png -------------------------------------------------------------------------------- /Resources/unlock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/unlock.gif -------------------------------------------------------------------------------- /Resources/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/video.png -------------------------------------------------------------------------------- /Resources/video_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/video_icon.png -------------------------------------------------------------------------------- /Resources/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/vssver2.scc -------------------------------------------------------------------------------- /Resources/web.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/web.gif -------------------------------------------------------------------------------- /Resources/webpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/webpage.png -------------------------------------------------------------------------------- /Resources/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/youtube.png -------------------------------------------------------------------------------- /Resources/youtube_icon_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Resources/youtube_icon_sm.png -------------------------------------------------------------------------------- /RestartableStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/RestartableStream.cs -------------------------------------------------------------------------------- /SSLConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/SSLConfig.Designer.cs -------------------------------------------------------------------------------- /SSLConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/SSLConfig.cs -------------------------------------------------------------------------------- /SSLConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/SSLConfig.resx -------------------------------------------------------------------------------- /Screensaver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Screensaver.cs -------------------------------------------------------------------------------- /SerializableFont.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/SerializableFont.cs -------------------------------------------------------------------------------- /Server/Conf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/Conf.cs -------------------------------------------------------------------------------- /Server/ConnectionOption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/ConnectionOption.cs -------------------------------------------------------------------------------- /Server/HTTPRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/HTTPRequest.cs -------------------------------------------------------------------------------- /Server/JSONServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/JSONServer.cs -------------------------------------------------------------------------------- /Server/LocalServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/LocalServer.cs -------------------------------------------------------------------------------- /Server/LocalServer.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/LocalServer.cs.bak -------------------------------------------------------------------------------- /Server/NetworkDeviceList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/NetworkDeviceList.cs -------------------------------------------------------------------------------- /Server/RestartableStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/RestartableStream.cs -------------------------------------------------------------------------------- /Server/Scanner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/Scanner.cs -------------------------------------------------------------------------------- /Server/SourceItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/SourceItem.cs -------------------------------------------------------------------------------- /Server/WebSocketConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/WebSocketConnection.cs -------------------------------------------------------------------------------- /Server/WebSocketServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/WebSocketServer.cs -------------------------------------------------------------------------------- /Server/X509.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Server/X509.cs -------------------------------------------------------------------------------- /Service References/OnvifServices/b-2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/b-2.xsd -------------------------------------------------------------------------------- /Service References/OnvifServices/bf-2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/bf-2.xsd -------------------------------------------------------------------------------- /Service References/OnvifServices/item.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/item.xsd -------------------------------------------------------------------------------- /Service References/OnvifServices/item1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/item1.xsd -------------------------------------------------------------------------------- /Service References/OnvifServices/onvif.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/onvif.xsd -------------------------------------------------------------------------------- /Service References/OnvifServices/r-2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/r-2.xsd -------------------------------------------------------------------------------- /Service References/OnvifServices/t-1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/t-1.xsd -------------------------------------------------------------------------------- /Service References/OnvifServices/xml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Service References/OnvifServices/xml.xsd -------------------------------------------------------------------------------- /Services/Schemas/onvif.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Services/Schemas/onvif.wsdl -------------------------------------------------------------------------------- /Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Settings.Designer.cs -------------------------------------------------------------------------------- /Settings.Designer.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Settings.Designer.cs.bak -------------------------------------------------------------------------------- /Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Settings.cs -------------------------------------------------------------------------------- /Settings.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Settings.cs.bak -------------------------------------------------------------------------------- /Settings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Settings.resx -------------------------------------------------------------------------------- /ShareCamera.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ShareCamera.Designer.cs -------------------------------------------------------------------------------- /ShareCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ShareCamera.cs -------------------------------------------------------------------------------- /ShareCamera.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ShareCamera.resx -------------------------------------------------------------------------------- /Sources/Audio/AudioEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/AudioEvents.cs -------------------------------------------------------------------------------- /Sources/Audio/AudioReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/AudioReader.cs -------------------------------------------------------------------------------- /Sources/Audio/AudioSynth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/AudioSynth.cs -------------------------------------------------------------------------------- /Sources/Audio/CodecList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/CodecList.cs -------------------------------------------------------------------------------- /Sources/Audio/GainHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/GainHelper.cs -------------------------------------------------------------------------------- /Sources/Audio/IAudioSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/IAudioSource.cs -------------------------------------------------------------------------------- /Sources/Audio/ISupportsAudio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/ISupportsAudio.cs -------------------------------------------------------------------------------- /Sources/Audio/SampleAggregator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/SampleAggregator.cs -------------------------------------------------------------------------------- /Sources/Audio/SpeechStreamer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/SpeechStreamer.cs -------------------------------------------------------------------------------- /Sources/Audio/SpeechSynth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/SpeechSynth.cs -------------------------------------------------------------------------------- /Sources/Audio/TinyAudioProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/TinyAudioProcessor.cs -------------------------------------------------------------------------------- /Sources/Audio/VolumeWaveProvider16.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/VolumeWaveProvider16.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/ALawChatCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/ALawChatCodec.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/AcmChatCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/AcmChatCodec.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/G722ChatCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/G722ChatCodec.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/Gsm610ChatCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/Gsm610ChatCodec.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/INetworkChatCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/INetworkChatCodec.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/MuLawChatCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/MuLawChatCodec.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/SpeexChatCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/SpeexChatCodec.cs -------------------------------------------------------------------------------- /Sources/Audio/codecs/g711audio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/codecs/g711audio.cs -------------------------------------------------------------------------------- /Sources/Audio/g711audio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/g711audio.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/AudioInStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/AudioInStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/CloneStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/CloneStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/DirectStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/DirectStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/FFMPEGStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/FFMPEGStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/LocalDeviceStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/LocalDeviceStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/MP3Stream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/MP3Stream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/VLCStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/VLCStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/WavStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/WavStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/WebStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/WebStream.cs -------------------------------------------------------------------------------- /Sources/Audio/streams/iSpyServerStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/streams/iSpyServerStream.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/ITalkTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/ITalkTarget.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkAmcrest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkAmcrest.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkAxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkAxis.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkDeviceStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkDeviceStream.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkDoorbird.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkDoorbird.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkFoscam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkFoscam.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkHelper.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkHelperStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkHelperStream.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkIPWebcamAndroid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkIPWebcamAndroid.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkLocal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkLocal.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkNetworkKinect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkNetworkKinect.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/TalkiSpyServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/TalkiSpyServer.cs -------------------------------------------------------------------------------- /Sources/Audio/talk/WaveFormatConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Audio/talk/WaveFormatConverter.cs -------------------------------------------------------------------------------- /Sources/PlayEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/PlayEvents.cs -------------------------------------------------------------------------------- /Sources/SourceItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/SourceItem.cs -------------------------------------------------------------------------------- /Sources/Video/CloneStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/CloneStream.cs -------------------------------------------------------------------------------- /Sources/Video/DesktopStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/DesktopStream.cs -------------------------------------------------------------------------------- /Sources/Video/FFmpegBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/FFmpegBase.cs -------------------------------------------------------------------------------- /Sources/Video/IVideoSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/IVideoSource.cs -------------------------------------------------------------------------------- /Sources/Video/JPEGStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/JPEGStream.cs -------------------------------------------------------------------------------- /Sources/Video/KinectNetworkStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/KinectNetworkStream.cs -------------------------------------------------------------------------------- /Sources/Video/KinectStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/KinectStream.cs -------------------------------------------------------------------------------- /Sources/Video/MJPEGStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/MJPEGStream.cs -------------------------------------------------------------------------------- /Sources/Video/MediaStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/MediaStream.cs -------------------------------------------------------------------------------- /Sources/Video/Tokeniser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Tokeniser.cs -------------------------------------------------------------------------------- /Sources/Video/VLCStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/VLCStream.cs -------------------------------------------------------------------------------- /Sources/Video/VideoBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/VideoBase.cs -------------------------------------------------------------------------------- /Sources/Video/VideoCaptureDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/VideoCaptureDevice.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/CameraParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/CameraParameter.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/GpiMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/GpiMode.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/GpoMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/GpoMode.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/ImageFormat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/ImageFormat.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/Internal/XimeaAPI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/Internal/XimeaAPI.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/Internal/XimeaImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/Internal/XimeaImage.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/LedMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/LedMode.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/TriggerSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/TriggerSource.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/XimeaCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/XimeaCamera.cs -------------------------------------------------------------------------------- /Sources/Video/Ximea/XimeaVideoSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/Ximea/XimeaVideoSource.cs -------------------------------------------------------------------------------- /Sources/Video/discovery/localdevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/discovery/localdevice.cs -------------------------------------------------------------------------------- /Sources/Video/proxies/ws.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Sources/Video/proxies/ws.cs -------------------------------------------------------------------------------- /Supporting/iSpyMonitor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Supporting/iSpyMonitor.exe -------------------------------------------------------------------------------- /Supporting/iSpyServerSetup.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Supporting/iSpyServerSetup.msi -------------------------------------------------------------------------------- /System.Xml.XmlAttribute.datasource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/System.Xml.XmlAttribute.datasource -------------------------------------------------------------------------------- /System.Xml.XmlElement.datasource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/System.Xml.XmlElement.datasource -------------------------------------------------------------------------------- /TagConfigure.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/TagConfigure.Designer.cs -------------------------------------------------------------------------------- /TagConfigure.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/TagConfigure.cs -------------------------------------------------------------------------------- /TagConfigure.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/TagConfigure.resx -------------------------------------------------------------------------------- /Utilities/ConnectionFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/ConnectionFactory.cs -------------------------------------------------------------------------------- /Utilities/ConnectionOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/ConnectionOptions.cs -------------------------------------------------------------------------------- /Utilities/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/Logger.cs -------------------------------------------------------------------------------- /Utilities/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/NativeMethods.cs -------------------------------------------------------------------------------- /Utilities/NetworkBrowser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/NetworkBrowser.cs -------------------------------------------------------------------------------- /Utilities/ReadFullyStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/ReadFullyStream.cs -------------------------------------------------------------------------------- /Utilities/RequestState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/RequestState.cs -------------------------------------------------------------------------------- /Utilities/ScreenArea.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/ScreenArea.Designer.cs -------------------------------------------------------------------------------- /Utilities/ScreenArea.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/ScreenArea.cs -------------------------------------------------------------------------------- /Utilities/ScreenArea.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/ScreenArea.resx -------------------------------------------------------------------------------- /Utilities/VLCHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Utilities/VLCHelper.cs -------------------------------------------------------------------------------- /VideoSource.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VideoSource.Designer.cs -------------------------------------------------------------------------------- /VideoSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VideoSource.cs -------------------------------------------------------------------------------- /VideoSource.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VideoSource.resx -------------------------------------------------------------------------------- /VideoSourceAdvanced.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VideoSourceAdvanced.Designer.cs -------------------------------------------------------------------------------- /VideoSourceAdvanced.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VideoSourceAdvanced.cs -------------------------------------------------------------------------------- /VideoSourceAdvanced.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VideoSourceAdvanced.resx -------------------------------------------------------------------------------- /ViewController.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ViewController.Designer.cs -------------------------------------------------------------------------------- /ViewController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ViewController.cs -------------------------------------------------------------------------------- /ViewController.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ViewController.resx -------------------------------------------------------------------------------- /VirtualDeviceManager.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VirtualDeviceManager.Designer.cs -------------------------------------------------------------------------------- /VirtualDeviceManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VirtualDeviceManager.cs -------------------------------------------------------------------------------- /VirtualDeviceManager.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/VirtualDeviceManager.resx -------------------------------------------------------------------------------- /Vision/BlobCountingObjectsProcessing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/BlobCountingObjectsProcessing.cs -------------------------------------------------------------------------------- /Vision/CustomFrameDifferenceDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/CustomFrameDifferenceDetector.cs -------------------------------------------------------------------------------- /Vision/GridMotionAreaProcessing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/GridMotionAreaProcessing.cs -------------------------------------------------------------------------------- /Vision/IMotionDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/IMotionDetector.cs -------------------------------------------------------------------------------- /Vision/IMotionProcessing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/IMotionProcessing.cs -------------------------------------------------------------------------------- /Vision/MotionAreaHighlighting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/MotionAreaHighlighting.cs -------------------------------------------------------------------------------- /Vision/MotionBorderHighlighting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/MotionBorderHighlighting.cs -------------------------------------------------------------------------------- /Vision/MotionDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/MotionDetector.cs -------------------------------------------------------------------------------- /Vision/SimpleBackgroundModelingDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/SimpleBackgroundModelingDetector.cs -------------------------------------------------------------------------------- /Vision/Tools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/Tools.cs -------------------------------------------------------------------------------- /Vision/TwoFramesColorDifferenceDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/TwoFramesColorDifferenceDetector.cs -------------------------------------------------------------------------------- /Vision/TwoFramesDifferenceDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Vision/TwoFramesDifferenceDetector.cs -------------------------------------------------------------------------------- /WSWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WSWrapper.cs -------------------------------------------------------------------------------- /Web References/Reporting/Reference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/Reporting/Reference.cs -------------------------------------------------------------------------------- /Web References/Reporting/Reference.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/Reporting/Reference.map -------------------------------------------------------------------------------- /Web References/Reporting/reporting.disco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/Reporting/reporting.disco -------------------------------------------------------------------------------- /Web References/Reporting/reporting.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/Reporting/reporting.wsdl -------------------------------------------------------------------------------- /Web References/iSpyWS/Reference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/iSpyWS/Reference.cs -------------------------------------------------------------------------------- /Web References/iSpyWS/Reference.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/iSpyWS/Reference.map -------------------------------------------------------------------------------- /Web References/iSpyWS/ispyapi.disco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/iSpyWS/ispyapi.disco -------------------------------------------------------------------------------- /Web References/iSpyWS/ispyapi.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/iSpyWS/ispyapi.wsdl -------------------------------------------------------------------------------- /Web References/iSpyWS/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Web References/iSpyWS/vssver2.scc -------------------------------------------------------------------------------- /WebServerRoot/Log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WebServerRoot/api/api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/api.json -------------------------------------------------------------------------------- /WebServerRoot/api/editaction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editaction.json -------------------------------------------------------------------------------- /WebServerRoot/api/editaudiosource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editaudiosource.json -------------------------------------------------------------------------------- /WebServerRoot/api/editcamera.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editcamera.json -------------------------------------------------------------------------------- /WebServerRoot/api/editftp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editftp.json -------------------------------------------------------------------------------- /WebServerRoot/api/editmicrophone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editmicrophone.json -------------------------------------------------------------------------------- /WebServerRoot/api/editpelco.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editpelco.json -------------------------------------------------------------------------------- /WebServerRoot/api/editptzschedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editptzschedule.json -------------------------------------------------------------------------------- /WebServerRoot/api/editschedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editschedule.json -------------------------------------------------------------------------------- /WebServerRoot/api/editstorage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editstorage.json -------------------------------------------------------------------------------- /WebServerRoot/api/editvideosource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/editvideosource.json -------------------------------------------------------------------------------- /WebServerRoot/api/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/settings.json -------------------------------------------------------------------------------- /WebServerRoot/api/showactions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/showactions.json -------------------------------------------------------------------------------- /WebServerRoot/api/showptzschedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/showptzschedule.json -------------------------------------------------------------------------------- /WebServerRoot/api/showschedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/showschedule.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/audio/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/audio/0.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/audio/1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/audio/1.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/audio/2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/audio/2.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/audio/3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/audio/3.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/audio/4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/audio/4.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/audio/5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/audio/5.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/audio/6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/audio/6.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/0.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/1.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/10.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/12.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/2.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/3.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/4.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/5.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/6.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/7.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/8.json -------------------------------------------------------------------------------- /WebServerRoot/api/sources/video/9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/api/sources/video/9.json -------------------------------------------------------------------------------- /WebServerRoot/crossdomain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/crossdomain.xml -------------------------------------------------------------------------------- /WebServerRoot/data/mime.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/data/mime.dat -------------------------------------------------------------------------------- /WebServerRoot/data/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/data/vssver2.scc -------------------------------------------------------------------------------- /WebServerRoot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/favicon.ico -------------------------------------------------------------------------------- /WebServerRoot/notfound.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/notfound.jpg -------------------------------------------------------------------------------- /WebServerRoot/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WebServerRoot/vssver2.scc -------------------------------------------------------------------------------- /Webservices.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Webservices.Designer.cs -------------------------------------------------------------------------------- /Webservices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Webservices.cs -------------------------------------------------------------------------------- /Webservices.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Webservices.resx -------------------------------------------------------------------------------- /WinAPI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/WinAPI.cs -------------------------------------------------------------------------------- /Wix/Bootstrap/Bootstrap.wixproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/Bootstrap/Bootstrap.wixproj -------------------------------------------------------------------------------- /Wix/Bootstrap/Bundle.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/Bootstrap/Bundle.wxs -------------------------------------------------------------------------------- /Wix/Bootstrap/ispy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/Bootstrap/ispy.ico -------------------------------------------------------------------------------- /Wix/Bootstrap/ispy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/Bootstrap/ispy.png -------------------------------------------------------------------------------- /Wix/Bootstrap/license.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/Bootstrap/license.rtf -------------------------------------------------------------------------------- /Wix/WixCA/CustomAction.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/WixCA/CustomAction.config -------------------------------------------------------------------------------- /Wix/WixCA/CustomAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/WixCA/CustomAction.cs -------------------------------------------------------------------------------- /Wix/WixCA/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/WixCA/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Wix/WixCA/WixCA.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/WixCA/WixCA.csproj -------------------------------------------------------------------------------- /Wix/iSpy/Product.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/iSpy/Product.wxs -------------------------------------------------------------------------------- /Wix/iSpy/banner.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/iSpy/banner.bmp -------------------------------------------------------------------------------- /Wix/iSpy/config.wxi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/iSpy/config.wxi -------------------------------------------------------------------------------- /Wix/iSpy/dialog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/iSpy/dialog.bmp -------------------------------------------------------------------------------- /Wix/iSpy/iSpySetup.wixproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/iSpy/iSpySetup.wixproj -------------------------------------------------------------------------------- /Wix/iSpy/license.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/iSpy/license.rtf -------------------------------------------------------------------------------- /Wix/iSpy/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/Wix/iSpy/packages.config -------------------------------------------------------------------------------- /X509.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/X509.cs -------------------------------------------------------------------------------- /XML/FileList.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/FileList.xml -------------------------------------------------------------------------------- /XML/FileList.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/FileList.xsd -------------------------------------------------------------------------------- /XML/Log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /XML/PTZ2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/PTZ2.xml -------------------------------------------------------------------------------- /XML/PTZ2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/PTZ2.xsd -------------------------------------------------------------------------------- /XML/Sources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/Sources.cs -------------------------------------------------------------------------------- /XML/Sources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/Sources.xml -------------------------------------------------------------------------------- /XML/Sources.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/Sources.xsd -------------------------------------------------------------------------------- /XML/Translations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/Translations.cs -------------------------------------------------------------------------------- /XML/Translations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/Translations.xml -------------------------------------------------------------------------------- /XML/Translations.xml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/Translations.xml.bak -------------------------------------------------------------------------------- /XML/Translations.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/Translations.xsd -------------------------------------------------------------------------------- /XML/config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/config.cs -------------------------------------------------------------------------------- /XML/config.cs.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/config.cs.bak -------------------------------------------------------------------------------- /XML/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/config.xml -------------------------------------------------------------------------------- /XML/config.xml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/config.xml.bak -------------------------------------------------------------------------------- /XML/config.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/config.xsd -------------------------------------------------------------------------------- /XML/config.xsd.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/config.xsd.bak -------------------------------------------------------------------------------- /XML/filelist.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/filelist.cs -------------------------------------------------------------------------------- /XML/objects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/objects.cs -------------------------------------------------------------------------------- /XML/objects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/objects.xml -------------------------------------------------------------------------------- /XML/objects.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/objects.xsd -------------------------------------------------------------------------------- /XML/ptz2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/XML/ptz2.cs -------------------------------------------------------------------------------- /app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/app.manifest -------------------------------------------------------------------------------- /backgrounds/FloorPlan_House.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/backgrounds/FloorPlan_House.jpg -------------------------------------------------------------------------------- /backgrounds/FloorPlan_House2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/backgrounds/FloorPlan_House2.jpg -------------------------------------------------------------------------------- /backgrounds/FloorPlan_Planet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/backgrounds/FloorPlan_Planet.jpg -------------------------------------------------------------------------------- /backgrounds/demo_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/backgrounds/demo_mask.png -------------------------------------------------------------------------------- /chk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/chk.png -------------------------------------------------------------------------------- /detected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/detected.png -------------------------------------------------------------------------------- /downloader.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/downloader.Designer.cs -------------------------------------------------------------------------------- /downloader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/downloader.cs -------------------------------------------------------------------------------- /downloader.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/downloader.resx -------------------------------------------------------------------------------- /extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/extensions.cs -------------------------------------------------------------------------------- /external_command.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ftp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ftp.cs -------------------------------------------------------------------------------- /iSpy.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpy.csproj -------------------------------------------------------------------------------- /iSpy.csproj.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpy.csproj.bak -------------------------------------------------------------------------------- /iSpy.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpy.sln -------------------------------------------------------------------------------- /iSpyMonitor/Monitor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/Monitor.Designer.cs -------------------------------------------------------------------------------- /iSpyMonitor/Monitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/Monitor.cs -------------------------------------------------------------------------------- /iSpyMonitor/Monitor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/Monitor.resx -------------------------------------------------------------------------------- /iSpyMonitor/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/Program.cs -------------------------------------------------------------------------------- /iSpyMonitor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /iSpyMonitor/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/Properties/Resources.resx -------------------------------------------------------------------------------- /iSpyMonitor/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/Properties/Settings.settings -------------------------------------------------------------------------------- /iSpyMonitor/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/app.config -------------------------------------------------------------------------------- /iSpyMonitor/iSpyMonitor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyMonitor/iSpyMonitor.csproj -------------------------------------------------------------------------------- /iSpyServer/iSpyServerSetup.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/iSpyServer/iSpyServerSetup.msi -------------------------------------------------------------------------------- /ispy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/ispy.ico -------------------------------------------------------------------------------- /lgpl-3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/lgpl-3.0.txt -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/license.txt -------------------------------------------------------------------------------- /nothing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/nothing.png -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/packages.config -------------------------------------------------------------------------------- /redist/Windows6.0-KB942288-v2-x64.msu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/redist/Windows6.0-KB942288-v2-x64.msu -------------------------------------------------------------------------------- /redist/Windows6.0-KB942288-v2-x86.msu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/redist/Windows6.0-KB942288-v2-x86.msu -------------------------------------------------------------------------------- /redist/WindowsXP-KB942288-v3-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/redist/WindowsXP-KB942288-v3-x86.exe -------------------------------------------------------------------------------- /sounds/airhorn.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/airhorn.mp3 -------------------------------------------------------------------------------- /sounds/airhorn.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/airhorn.wav -------------------------------------------------------------------------------- /sounds/alarm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/alarm.wav -------------------------------------------------------------------------------- /sounds/alsation_bark.mp3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sounds/alsation_bark.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/alsation_bark.wav -------------------------------------------------------------------------------- /sounds/alsationxsiberian_bark.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/alsationxsiberian_bark.wav -------------------------------------------------------------------------------- /sounds/cairnterrierbark.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/cairnterrierbark.wav -------------------------------------------------------------------------------- /sounds/doorbell.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/doorbell.wav -------------------------------------------------------------------------------- /sounds/intruder.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/intruder.mp3 -------------------------------------------------------------------------------- /sounds/police.mp3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sounds/police.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/police.wav -------------------------------------------------------------------------------- /sounds/pop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/pop.wav -------------------------------------------------------------------------------- /sounds/rottweiler_bark.mp3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sounds/rottweiler_bark.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/rottweiler_bark.wav -------------------------------------------------------------------------------- /sounds/spanielgrowlbark.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/spanielgrowlbark.wav -------------------------------------------------------------------------------- /sounds/wiggle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/sounds/wiggle.wav -------------------------------------------------------------------------------- /upnp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ispysoftware/iSpy/HEAD/upnp.cs --------------------------------------------------------------------------------