-
-
Notifications
You must be signed in to change notification settings - Fork 25
[Bug] iOS Simulator VideoWriter not working correctly #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried to import both .MOV and .MP4 file, but nothing difference :( |
get it. I finally managed to reproduce it. take a look at https://github.com/rainyl/awesome-opencv_dart/tree/main/examples/videoio first please. I am not very familiar with android development, but I think it's because the permissions. In the above example, when the destination path |
Does the directory |
@rainyl In some minutes, I think the error like that. Then, I changed to download Directory, give permission,... but nothing happen. |
@kreazyme thx~ but i still have 2 questions:
|
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I want to save a video to document directory by this code:
I try to use
imwrite
insidevideo1.read()
, the result is perfectly.But when i try to using
outputVideo.write(frame)
, the video size is zeroExpected behavior
Video save correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: