Closed GoogleCodeExporter closed 9 years ago
Today thanks to the help of Patrick Balleux, i finally start to resolve this
strange issue.
I have to change the TYPE_INT_RGB BufferedImage into a TYPE_3BYTE_BGR.
I change the most important components to use Byte [] instead of Int [] but
this leads to a lot of work to match all the WS component that uses Int []
arrays.
I also have to change the Avconv and Gstreamer commands to match BGR to have
the right colors.
I'm testing the new way.
Original comment by soylent...@gmail.com
on 4 May 2013 at 8:50
Hi,
i made the needed changes to the code to work with TYPE_3BYTE_BGR BufferedImages, and all seems to work well.
I miss only the changes to the effects components and i will make it as soon as
possible.
Original comment by soylent...@gmail.com
on 6 May 2013 at 3:01
Got the SwapRedBlue and Chromakey working ...
Seems Chromakey eats lot of CPU usage, but works.
Original comment by soylent...@gmail.com
on 7 May 2013 at 7:21
Issue is fixed, there was a image decode error in WSImage.java
Now works OK.
Original comment by soylent...@gmail.com
on 12 May 2013 at 5:33
The change for this is done now.
Original comment by soylent...@gmail.com
on 12 May 2013 at 5:34
Original issue reported on code.google.com by
soylent...@gmail.com
on 4 May 2013 at 8:43