Chamika Deshan
Chamika Deshan
> Update: I was able to hotfix the ARCore `frame.projectionMatrix()` method by modifying the resulting Matrix when in landscape: > > ``` > var pM = SCNMatrix4.init( > frame.projectionMatrix( >...
This is what i did `menuButton.willPresentMenuItems = { [weak self] (menu) -> Void in self?.frame = (self?.superview?.bounds)! } ` `menuButton.didDismissMenuItems = { [weak self] (menu) -> Void in self?.frame =...
We also need the availability of this function. For example, need to present to the user in the expanded state. `fileprivate func ExpandingMenuButton.expandMenuItems()?` can make this public?
Have the issue, any solutions?
Sorry seems version issue, it works.
Getting the same error? Any solution? It was worked previously.
https://github.com/BradLarson/GPUImage2/issues/298#issuecomment-488699644
Indeed sad to hear that such a good project is discontinued. Anyway it's up to the owner. But still it would be useful if the license is LGPL instead GPL....
@fyhertz thanks for your decision for make the license less restrictive. +1 for apache
Seems this one not answered yet. I also wonder how to do the multi user support. Looks someone has the answer here. http://stackoverflow.com/questions/27058706/multiple-libstreaming-streams-only-recognized-as-session-of-first-rtsp-client But looks it;s not a simple modification....