DJlab

Results 8 issues of DJlab

I use esp32 c3 and v0.3.1-beta1 version, which does not work properly in windows 10 and windows11. Problem: The device cannot be connected correctly under windows, and the keyboard signal...

I want to use powershell to list the installed programs on the computer and determine if the user has installed the target program. But when running in vscode, when the...

` function setValue(value) { var property = state.property; if (!property || !property.addEffect) { return; } if (typeof value === 'function') { return property.addEffect(value); } else if (property.propType === 'multidimensional' &&...

![无标题a](https://user-images.githubusercontent.com/42509669/60697368-832a5100-9f1c-11e9-94c8-2d32b65eb17e.png) ![无标题2](https://user-images.githubusercontent.com/42509669/60697370-832a5100-9f1c-11e9-8213-a802ad108ea0.png) ![无标题33](https://user-images.githubusercontent.com/42509669/60697371-832a5100-9f1c-11e9-81cc-fe62857f481c.png) The animation project I am currently working on has a text-blinking effect. To achieve it I copied the text layer and kept them with the same name....

I tried to use the obs shader plug-in to delete specific grayscale colors (adjust alpha=0) on a black and white masked image, but I found that the results were always...

In a recent project, I tried to export the gradient layer with bodymovin, but found that the exported always black and white gradients. I have search several similar questions and...

![image](https://github.com/champkeh/blive-ws/assets/42509669/244a4a74-6435-4769-b2db-2396374e4c8b) 第一条弹幕显示的时间是【20:41:33.763】【11058609】【互动】 吾人知(178834887)进入直播间 出现name加密的弹幕是【20:47:03.113】【11058609】【互动】 兵***(0)进入直播间 可以看到由于当前的模式是没有b站用户信息的,所以在一段时间后,名字信息都不可读了,这个能在初次获取的时候也传入用用户的信息以防止这样的问题吗?

Currently using webrtc to open the local webcam device, only when the pixel format of the webcam is srgb or mjpeg, the color rendered to the canvas or video is...