acrolink
acrolink
**UPDATE** Problem solved by disabling `turbolinks`.
@edwardmp The changes as suggested here: https://github.com/jhund/filterrific/pull/87 solve the issue.
Any update?
Same here.. Rails 5..
I am experiencing the same issue. I have three slides, goes 3rd, 1st, 2nd.. Here is a temporary solution (css): ``` html[dir=rtl] ul.slides li.clone:not(:last-child) { margin-right: auto !important; margin-left: 0px...
Thank you. I have managed to make it work on the rate of 95%. The picture is fine but sometimes the image gets green or distorted. What is working for...
Could you please give an example of using a lambda in this context.
I have changed my code to this: ``` public void addFrame(ByteBuffer frame) { long start = System.nanoTime(); byte[] imageArray = new byte[frame.remaining()]; frame.get(imageArray); NV21Buffer nv21Buffer = new NV21Buffer( imageArray, 640,...
> Maybe get bytes from U and V channel, mix it and if in random places it green don't send?) Could you kindly refer me to some tutorial online on...
I suspect that the corrupted and green frames issue is related to WebRTC's `VideoFrame` itself since the same frames provided by UVC's `IFameCallback` when passed to OpenTok's or Agora's API...