-
Notifications
You must be signed in to change notification settings - Fork 22
Filter Invert Colors #120
Comments
Didn't find any libvlc option for it, and didn't find any QML effect, but it's still doable by modify shader a little bit at https://github.com/RSATom/QmlVlc/blob/master/SGVlcVideoNode.cpp#L76 |
Ah great thank you! |
we are having some trouble compiling the source fron the current HEAD of master. vs2013 is giving the error mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MT_StaticRelease' in Chimera.obj. Any suggestions? We have some custom QML files so we need to compile from source. |
Try delete build folder and rerun prep script |
I've found how to solve this task solely on QML level:
Btw, maybe it will be interesting to you, I've released proof-of-concept of desktop |
The invert filter worked great. How can I hide it at runtime? I tried setting visible: false, but it hides the VlcVideoSurface as well. I also tried opacity: 0. I've got my javascript functions hooked up with emitJsMessage on WebChimeraPlayer. and in Functions.qml. |
I think you should try set |
Just tried hideSource = false, no effect? Let me know if you find another solution, thanks! |
following works for me:
|
You're the man. That worked perfect, thanks! |
I'm glad to see you happy :) |
This is more of a question, is it possible to enable the capability to invert video colors on Web Chimera? If not, is there a way to build in this capability?
The text was updated successfully, but these errors were encountered: