-
Notifications
You must be signed in to change notification settings - Fork 40
Adrilight not capture screen #108
Comments
Do you see a something on the preview page in adrilight?
Also your com port may be the wrong one or you have to close the arduino
development software or any com port monitor!
|
hello again the com port is correct I also tried to restart the system and when it turns off the LEDs also turn off. |
this is expected behavior |
does the preview work? please compare the number of LEDs in the arduino script with the number of leds in the windows software and also with the physical number of leds you have |
no it doesn't work. only static rainbow remains. the LED numbers are correct could be the cause of a very Chinese arduino? : D |
Hello I also tried to use an older software version but with the same result (0.1.4). 2020-12-31 09: 31: 09.7456 DEBUG adrilight.Program adrilight 0.1.4: Main () started. the reason could be that I have 3 monitors connected and the software cannot recognize which monitor it should work on? |
i managed to get it to work by changing led strip :O both are WS2812B. |
My guess is still that you got the led count wrong and accidently fixed it
when you switched led strips
Problem is you do not provide details so you are on your own.
Luckily you fixed it
|
Hello!
as the title suggests I can not capture the colors of the screen.
as soon as I load the code on arduino I see the rainbow in motion but when I set the com and send the data the rainbow remains stationary.
from the logs I detect
020-12-30 13:16:54.1748 DEBUG adrilight.SerialStream Exception catched. System.IO.IOException: Un dispositivo collegato al sistema non e in funzione.
in System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
in System.IO.Ports.SerialStream.EndWrite(IAsyncResult asyncResult)
in System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout)
in System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count)
in adrilight.SerialStream.DoWork(Object tokenObject)
2020-12-30 13:17:00.0203 DEBUG adrilight.SerialStream Exception catched. System.IO.IOException: Un dispositivo collegato al sistema non e in funzione.
in System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
in System.IO.Ports.SerialStream.EndWrite(IAsyncResult asyncResult)
in System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout)
in System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count)
in adrilight.SerialStream.DoWork(Object tokenObject)
2020-12-30 13:17:10.6680 ERROR adrilight.DesktopDuplicatorReader GetNextFrame() failed. adrilight.DesktopDuplication.DesktopDuplicationException: Failed to acquire next frame. ---> SharpDX.SharpDXException: HRESULT: [0x887A0026], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_ACCESS_LOST/AccessLost], Message: Mutex con chiave abbandonata.
in SharpDX.Result.CheckError()
in adrilight.DesktopDuplication.DesktopDuplicator.RetrieveFrame()
--- Fine della traccia dello stack dell'eccezione interna ---
in adrilight.DesktopDuplication.DesktopDuplicator.RetrieveFrame()
in adrilight.DesktopDuplication.DesktopDuplicator.GetLatestFrame(Bitmap reusableImage)
in adrilight.DesktopDuplicatorReader.GetNextFrame(Bitmap reusableBitmap)
2020-12-30 13:48:46.5037 ERROR adrilight.DesktopDuplicatorReader GetNextFrame() failed. adrilight.DesktopDuplication.DesktopDuplicationException: Failed to acquire next frame. ---> SharpDX.SharpDXException: HRESULT: [0x887A0026], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_ACCESS_LOST/AccessLost], Message: Mutex con chiave abbandonata.
in SharpDX.Result.CheckError()
in adrilight.DesktopDuplication.DesktopDuplicator.RetrieveFrame()
--- Fine della traccia dello stack dell'eccezione interna ---
in adrilight.DesktopDuplication.DesktopDuplicator.RetrieveFrame()
in adrilight.DesktopDuplication.DesktopDuplicator.GetLatestFrame(Bitmap reusableImage)
in adrilight.DesktopDuplicatorReader.GetNextFrame(Bitmap reusableBitmap)
what could it have depended on?
thanks.
The text was updated successfully, but these errors were encountered: