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
Cameras with 4K resolution cause video output with delay in 1-2 seconds. I mean you can make your hand movement in front of camera but you will see it at camera output only after 1-2 seconds.
Tested with multiple AIR versions, even with latest AIR 51.2.1.4 and AIR 51.2.1.3 with multiple different devices, different platforms, OS versions with different applications.
Issue doesn't exists with FullHD or lower resolution.
Tested with Video and VideoTexture.
The same issue in all cases using Windows and Linux.
Cannot check with Android because of #2691
Didn't tested with macOS.
Problem Description
Cameras with 4K resolution cause video output with delay in 1-2 seconds. I mean you can make your hand movement in front of camera but you will see it at camera output only after 1-2 seconds.
Tested with multiple AIR versions, even with latest AIR 51.2.1.4 and AIR 51.2.1.3 with multiple different devices, different platforms, OS versions with different applications.
Issue doesn't exists with FullHD or lower resolution.
Tested with
Video
andVideoTexture
.The same issue in all cases using Windows and Linux.
Cannot check with Android because of #2691
Didn't tested with macOS.
Tested with Prestigio Solutions 13MP Cam https://prestigio-solutions.com/product/13mp-uhd-camera-prestigio-solutions-pvccu13m201
With ffmpeg/ffplay everything fine using the same environment and:
ffplay -f v4l2 -input_format mjpeg -framerate 30 -video_size 3840x2160 -i /dev/video0
Related issues:
#2699
#2693
#2691
#2687
#1980
#1895
#1802
#307
Steps to Reproduce
Launch application with code below with connected 4K camera. It will output camera view.
Make your hand movement in front of camera.
Application example with sources and Scout log attached.
camera_4k_delay.zip
Actual Result:
You will see your hand movement at camera output only after 1-2 seconds.
Expected Result:
You will see your hand movement at camera output in real time without delay.
Known Workarounds
none
*write your own native extension to use camera
The text was updated successfully, but these errors were encountered: