python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I want to save a video come from camera as mp4 on wpf
I am trying to save the image from the camera as mp4(etc) on WPF application. But so far I have not been successful.
Thanks for your help.
Fatih Özmen
Votes: 0
Answers: 2
Why was NVIDIA NvFBCHWEncode interface deprecated starting with NVIDIA Capture SDK 5.0.?
I've been working on a project that requires capturing and streaming video content from backend applications and headless chromium/browsers. So far I was able to do so by calling the older version of ...
Haolin Zheng
Votes: 0
Answers: 0
Passing data in background with ScreenCaptureActivity on Android
There is a working program that transfers the screen recording from the phone to the device. The program also launches Google navigation.
The problem is that since this is a translation from the phone...
non Create
Votes: 0
Answers: 1
Convert from Direct3D11CaptureFrame to OpenCV's cv::Mat
I'm trying to convert from a Direct3D11CaptureFrame, obtained as in the example from Microsoft's Screen Capture documentation (and verified to be correct by saving it on disk), to a cv::Mat. I am conv...
Xavi
Votes: 0
Answers: 1