Xu Lian

Results 42 comments of Xu Lian

@mdiep Could you please help me to check travis settings. Somehow it fails there. Thank you.

I just compiled it on macOS Big Sur 11.0.1 with Xcode Version 12.3 (12C33) You need to fix a minor issue before you could compile it. src/display/device/PangolinNSGLView.mm and replace all...

PR https://github.com/uoip/pangolin/pull/36

I encounter the same issue as well. I feel like it was some environmental issues. I was able to build it out by replacing include line: `#include ` with an...

Unfortunately, I don't code on Windows or Rasberry Pi. If you do feel free to convert it to a Windows app. The core logic is in the NeewerLight.swift file.

Hi @taburineagle Good write up. I could explain some of the questions you had. 1. what is the code for animation mode? 2. explanation about RGB setting. 3. what is...

@taburineagle - You have a very interesting Youtube channel. I can totally see how you gonna use this + motion detector to film wild life during night. Cheers and Good...

@taburineagle You are awesome. I have tested. It works on my RGB660 as well. I will add this feature ASAP.

@taburineagle I have added the scene support in version 0.4. Thank you for your investigation. Feel free to checkout and use the code.

I tested the python library bleak, https://github.com/hbldh/bleak It supports cross platform bluetooth functions. It would be better to write the core with bleak and implement UI on separate platforms. WPF...