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)
Video Capture intent in Android 30+ - Only owner is able to interact with pending item
I am trying to capture video on my app. It works below android API 30 but does not work on 30+. Seems like after sdk 30, android does not allow to read external storage entirely (scoped storage). I am...
alpertign
Votes: 0
Answers: 1
OpencV + ffmpeg corrupting lossless video frames?
It seems that Opencv + FFMPEG is corrupting lossless video frames.
First I establish that the video is lossless with this test
gst-launch-1.0.exe {RAW_IMAGE_SOURCE} ! video/x-raw,width=1280,height=480...
Milardo
Votes: 0
Answers: 1
How to preview and capture video in Windows Forms?
I have an old application that uses a DirectShow DLL for camera preview and image capture. This is just a small part of a bigger system. I have two issues. Firstly the preview doesn't work for some us...
Phil Preen
Votes: 0
Answers: 1
Is it possible to record video and overlay with CALayer simultaneously using AVVideoCompositionCoreAnimationTool?
I'm currently working on app that records video of user, binds particle emitters to hands landmarks on preview. In result effects are shown on camera preview, but they aren't captured on video.
I saw ...
Pavlo Slyvka
Votes: 0
Answers: 0