Home > Forum

Forum

Maui player open stream
HI, I am lookign at the samples from Git, and it loads with an option below: I run it in Maui windows, and it will ask me to open a local file, which works. I tried adding the defaultfilename for Wind...
32
Oct 28 (38 days ago)
by Walter Grimm
Video Edit Streaming
HI, the the webpage https://www.visioforge.com/video-edit-sdk-net It says that you have the function for Network streaming Windows Media RTSP protocol (H264/AAC) Smooth Streaming protocol for Micro...
1
Oct 17 (49 days ago)
by Roman Miniailov
*.resx error in samples
HI, I have been trying to look at some samples, but the Winforms give me an error on all the pages. Cn you please check. Severity Code Description Project File Line Suppression State Error (active)...
1
Oct 15 (51 days ago)
by Roman Miniailov
Getting an Access Violation trying to capture a virtual web cam
I have a test app that uses the capture SDK to capture from a web cap (chosen from a drop down) and displays the video on the screen (preview control I think its called). That works fine when capturi...
5
Oct 16 (50 days ago)
by Roman Miniailov
Check connection to an IP Camera with VideoCaptureCore.IP_Camera_CheckAvailable
Hi there, I'm trying to check the connection to an IP camera with the following code: VideoCaptureCore videoCaptureCore = new VideoCaptureCore(); string myUri = "rtsp://<IPAddress>/axis-media/m...
4
Oct 02 (2 months ago)
by Christa Kallenberger
How to set Http header
I want to play a remote source, but it requires setting an HTTP header. For example: Referer. What should I do?
3
Sep 07 (2 months ago)
by suyana001
MediaBlocks Motion Detection
The MediaBlocks features page says that MotionBlocks supports motion detection. However, the online help for MediaBlocks does not have a topic regarding this. I do see it for the Video Capture SDK, bu...
3
Jul 09 (4 months ago)
by Ken
How do I stop the recorded file from saving when the recording has finished?
Hello New to this so apologise if my question is a straight forward one. I have an application that I've incorporated the screen recording mechanism into. It displays start, pause and stop recordin...
1
Jun 19 (5 months ago)
by Roman Miniailov
Multiple Cameras Rendering to Bitmaps
I have a need to (1) Connect to multiple rtsp cameras (2) Render/output each frame of each camera to a bitmap (3) None to all camera outputs may be visible at any given time. I have looked reasonably...
15
Apr 14 (7 months ago)
by Roman Miniailov
Demo Maui - distorted preview
Any capture card (USB or webcam) shows a distorted preview. I'm using Apple TV connected to HDMI Video Capture USB and Windows 11. The video captured is ok and has correct format but preview is not. T...
8
Mar 14 (8 months ago)
by Roman Miniailov
Can I feed H.264 encoded frames one by one into the Player?
Hi. We are integrating a third party system which returns H.264 encoded frames one by one via TCP socket. I was wondering if it is possible to feed these frames into the Player of VisioForge SDK and r...
10
Mar 13 (8 months ago)
by Roman Miniailov
audio bug in the MediaPlayer SDK if first stream has more than 6 channels
Hello, I encountered an unusual audio bug in the MediaPlayer SDK. The issue arises when the audio stream contains more than 6 channels, and the 'audio enhancements' feature is activated. If the video ...
2
Dec 23 (11 months ago)
by Roman Miniailov
Probing a video
Hi there, Is there a probing functionality of some sort, where I can pass a video input and get some info like FPS and resolution width/height? Hi Please check this sample - https://github.com/visiof...
1
Jan 24 (10 months ago)
by Roman Miniailov
Overlay with provided DateTime
How can I add a DateTime text overlay but with a provided DateTime. I can see in VideoEffectTextLogo that there is a TextLogoMode.DateTime, but this displays the current system time. Is there a way fo...
4
Jan 23 (10 months ago)
by Nikolche Petrovski
Avalonia and WPF new project settings to use. - Cant create a new reference of VideoCaptureCore
Hi Roman. I'm having an issue getting the 'VideoCaptureCore' to be recognised in the core.videoCapture namespace. I have added and removed dependencies, i.e the redist x86 and x64 along with the avalo...
2
Dec 01, 2023
by orcaJohnny
Set video recording resolution
Hi! I'm using the demo version of Video Capture SDK for .NET Core. Is that possible to set the recording resolution? (For example to record the screen in 720p/1080p etc.) Hi You can check the sample ...
1
Nov 18, 2023
by Roman Miniailov
Support for Avalonia 11.x
Hi I'm trying to use the VideoCapture SDK with a Windows based Avalonia app. It works fine if I use the Avalonia 0.10.x framework but not when I upgrade to the newer 11.x framework. There seems to b...
4
Nov 06, 2023
by Roman Miniailov
VideoCaptureCore.Debug_DisableMessageDialogs seems not to work
Hi all, I would like to get debug information from my video capture class but only in the log file. This is my code: _videoCapture.Debug_Mode = true; _videoCapture.Debug_DisableMessageDialogs = true; ...
4
Oct 09, 2023
by Christa Kallenberger
v14 Samples
Howdy good people. Does anyone have the code samples for version 14? (and is willing to share with me) Thanks! Hi https://github.com/visioforge/.Net-SDK-s-samples You can go deep with commits for ...
3
Sep 18, 2023
by Roman Miniailov
Scaling problem of screens with different resolutions
Hello! I have a scaling problem when i have mulitple screens. When I select the primary screen which is a FULL HD Monitor it records the whole screen perfectly. But when i switch to my secondary moni...
10
Jan 30, 2023
by Roman Miniailov