Replies: 1 comment 2 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I was experminenting with the COB Lights, and one of the 2 strips I have will always have the led light on every light. They are the same strip, and bought from the same source. Its weird because it is catching and changing colors according to commands, and the effects work normally, but as soon as it starts receiving the capture card info none of the individual lights will turn off despite a black screen? any ideas?
Here are my logs for it:
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:209) _serialPort.open(QIODevice::ReadWrite): COM12, Baud rate [16000000]bps
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:214) portName: COM12
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:215) systemLocation: \.\COM12
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:216) description: USB Serial Device
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:217) manufacturer: Microsoft
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:218) productIdentifier: 0xa
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:219) vendorIdentifier: 0x2e8a
2024-04-25T10:59:56.086Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:220) serialNumber: E661410403505F38
2024-04-25T10:59:56.088Z [LEDDEVICE11_ADALIGHT] Detected Rp2040 type board. HyperHDR skips the reset. State: 0, 0
2024-04-25T10:59:56.094Z [LEDDEVICE11_ADALIGHT] DETECTED DEVICE USING HyperSerialEsp8266/HyperSerialESP32/HyperSerialPico FIRMWARE (HyperHDR frames: 0 (FPS), receiv.: 0, good: 0, incompl.: 0, mem1: 0, mem2: 448, heap: 123232 Welcome! Awa driver 9.) at 1 msec
2024-04-25T10:59:56.094Z [LEDDEVICE11_ADALIGHT] (LedDevice.cpp:64) Switch on
2024-04-25T10:59:56.094Z [LEDDEVICE11_ADALIGHT] (LedDevice.cpp:140) Power On
2024-04-25T10:59:56.094Z [COMPONENTCTRL11] LED device: enabled
2024-04-25T10:59:57.134Z [SMOOTHING11] Clearing queued colors before: disabling
2024-04-25T10:59:57.134Z [SMOOTHING11] Smoothing queue is cleared
2024-04-25T10:59:57.134Z [LEDDEVICE11_ADALIGHT] (LedDevice.cpp:297) Disable the device
2024-04-25T10:59:57.134Z [LEDDEVICE11_ADALIGHT] (LedDevice.cpp:90) Switch off
2024-04-25T10:59:57.134Z [LEDDEVICE11_ADALIGHT] (LedDevice.cpp:544) Set LED strip to black/power off
2024-04-25T10:59:57.153Z [LEDDEVICE11_ADALIGHT] (ProviderSerial.cpp:146) Flush was successful
2024-04-25T10:59:57.172Z [LEDDEVICE11_ADALIGHT] Received goodbye: 'HyperHDR frames: 46 (FPS), receiv.: 83, good: 83, incompl.: 0, mem1: 0, mem2: 448, heap: 123232
' (97)
Beta Was this translation helpful? Give feedback.
All reactions