You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even when trying to run your sample code, it fails to save video. During the saving process, the variable holding the data has already been cleared. As a side note: capture.Open(deviceIndex, VideoCaptureAPIs.FFMPEG); is always false. It doesn't matter what index is used. I have tried -1, 0, and 1. This appears to be the cause of the problem. I have even tried removing the optional parameter with zero difference. Using Visual Studio 2019 and using C#. Any advice?
The text was updated successfully, but these errors were encountered:
Even when trying to run your sample code, it fails to save video. During the saving process, the variable holding the data has already been cleared. As a side note: capture.Open(deviceIndex, VideoCaptureAPIs.FFMPEG); is always false. It doesn't matter what index is used. I have tried -1, 0, and 1. This appears to be the cause of the problem. I have even tried removing the optional parameter with zero difference. Using Visual Studio 2019 and using C#. Any advice?
The text was updated successfully, but these errors were encountered: