-
Notifications
You must be signed in to change notification settings - Fork 529
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
yuv4mpeg_to_v4l2 V4L2_PIX_FMT_YUV420 does not work with flash actionscript getCamera #8
Comments
hmm i found out when i use would it better to convert to rgb24 or bgr24? any ideas are welcome |
thanks for your report. however this is a "won't fix" issue. here's why: the target of v4l2loopback is to be an as-light-as-possible layer between the producer and consumer. having that said, i conclude that: #2 since the colorspace is passed through from the producer to the consumer, you can also simply make sure that your producer creates images in the correct colorspace. if your producer lacks the capabilities to create images in a given colorspace, you might want to file a feature request for that very producer #3 gstreamer can produce virtually any colorspace. it can also convert between colorspaces, e.g. using "ffmpegcolorspace" (or alternatively "colorspace", "autovideoconvert") |
hello yes you are right i will create a bug report for the flash player but i get it working with V4L2_PIX_FMT_YVU420 the jerking and only 6fps is solved with works greate now i test with color convertetion from yuv4mpeg to rgb24 with v4lconvert it make no different for flash so for flash best way is use best regards |
great that you found a working solution! |
hello
i test your greate v4l2loopback all works fine with cheese :> but not with flash
flash getcamera only works with:
V4L2_PIX_FMT_BGR24
V4L2_PIX_FMT_YUYV
V4L2_PIX_FMT_YVU420
V4L2_PIX_FMT_YUV420M
with this formats i can access the flash camera maybe other works too dit not test all
so is it possible to convert the V4L2_PIX_FMT_YUV420 to flash working
V4L2_PIX_FMT_YVU420 ?
same problem with gst-launch can not get any other source working (filesrc,..)
only the videotestscr works fine with flash because of bgr24 -> bgr 24
simple
webcam test swf
http://peer-stream.com/api/Broadcaster.swf?myGroup=v4l2loopback
best regards
The text was updated successfully, but these errors were encountered: