acrolink

Results 56 comments of acrolink

@heaveninfosoft Hope this helps: ``` void addFrame(byte[] frame) { try { final long captureTimeNs = TimeUnit.MILLISECONDS.toNanos(SystemClock.elapsedRealtime()); VideoDimensions dimensions = new VideoDimensions(camera_WIDTH, camera_HEIGHT); VideoFrame videoFrame = new VideoFrame(frame, dimensions, VideoFrame.RotationAngle.ROTATION_0, captureTimeNs);...

@ahmed-dinar I have tried your suggestion but neither redirection nor flash message takes place, nothing happens.

@johnhamelink I have just implemented your code in Pheonix 1.3 and latest Coherence, I am getting the an error: ``` session_controller.ex:12: cannot import Coherence.Rememberable.hash/1 because it is undefined or private...

Correct me if I am wrong, but this issue is found in any User model exposing a path to update parameters. What is needed is a flag that some fields...

Exactly. As for me, I have already forked the repository and made a tiny code modification in order to achieve the desired result. I imagine other users might be interested...

Any updates on this? Does this build support `video/avc` (H264) hardware encoding and decoding?

@KonstaT Great news, thank you very much. Should I just go ahead, download and test? Is it ready?

**UPDATE** I have managed to eliminate the 500 error by modifying `show.json.jbuilder` from: ``` json.partial! "projects/project", project: @project ``` to: ``` json.(@project, :id) ``` I am still getting the `Form...

I have just found that I don't need this option currently..