DLAcoding

Results 9 comments of DLAcoding

Same here, solved with: if saved_session and saved_session.expiry: if saved_session.expiry

I think I understand what you mean: If isAligned (which I can confirm works well) usually the navpoint is not detected so targetX and targetY are =-1. The thing is...

I think I managed to implement my findContours but I noticed that the color changes depending on the system I guess. So first aling worked but in the second the...

Sadly I was not able to find contours in the grayscale image (not sure if there is more image processing to do before triying to find the contours...). About my...

Hi again! I have modified my graphic settings and now aling is working much better!! There must be something about the configuration...That said, I couldn't finish a whole run yet...

Another weird bug: Dont know what may be detecting, cant see any other bright light ![image](https://user-images.githubusercontent.com/28142896/166312330-e675a1b7-1a8a-4ddf-bf98-989755e9c775.png)

Now its working much better but still some times gets stuck: ![image](https://user-images.githubusercontent.com/28142896/166522563-98c41b06-8ca4-4a58-b1ba-c9baea4058da.png) ![image](https://user-images.githubusercontent.com/28142896/166522617-96dd5e94-3e5d-4889-a4f7-f25b5010f0ad.png) ![image](https://user-images.githubusercontent.com/28142896/166522653-186c2d6b-4a32-49a4-8e47-a877fc26d656.png) ![image](https://user-images.githubusercontent.com/28142896/166522676-beec6629-3e89-43d1-ac02-00f341c09e38.png)

That made little improvement but at least I didn't get it working yet. Also tried modifiying ALIGN_TRIMM_DELAY

Finally I was able to make it work, but not as smooth as with your python config.  Apparently I was also having some light issues that were interfering with the...