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
I'm currently running a very simple test case for image capture, but the resulting image is always black with the message that "no accelerated colorspace conversion found from yuv420p to rgb24." and "no frame". I thought this initially was because of my cv2 build, but after trying multiple times over again, I can't get it to fully work. I'm using the most recent versions of cv2 and DJITelloPy. Here is a sample test case that is producing this:
upon running this, picture.png is entirely black and the messages no accelerated colorspace conversion found from yuv420p to rgb24 and no frame appear._ I'm running this on a Mac M2 air.
The text was updated successfully, but these errors were encountered:
This is not an issue of OpenCV, but of FFmpeg, more specifically of libswrescale. This is because aside from x86, hardware accelarate conversion of YUV 4:2:0 to RGB colorspace is not implemented.
I'm currently running a very simple test case for image capture, but the resulting image is always black with the message that "no accelerated colorspace conversion found from yuv420p to rgb24." and "no frame". I thought this initially was because of my
cv2
build, but after trying multiple times over again, I can't get it to fully work. I'm using the most recent versions ofcv2
andDJITelloPy
. Here is a sample test case that is producing this:upon running this,
picture.png
is entirely black and the messages no accelerated colorspace conversion found from yuv420p to rgb24 and no frame appear._ I'm running this on a Mac M2 air.The text was updated successfully, but these errors were encountered: