gayoso

Results 6 comments of gayoso

I will see if i can do that in a couple days. For now, a working fix seems to be not reusing the ACE_SSL_SOCK_Stream object. Insead, I call connect and...

Coming back to this years later, the problem seems to be resolved by adding a call to SSL_CTX_set_session_id_context server side: ACE_SSL_Context *context = ACE_SSL_Context::instance(); srand(time(NULL)); int session_id = rand(); if...

I have a Samsung J7 SM-J710MN. Using android 8.1.0 and PGSharp paid. I am setting a GPX autowalk route with PGSharp, and then starting RAB. I previously saw in the...

I see. I noticed there is an option to specify "screen offset" manually. I wanted to try doing this, but I couldn't find an explanation of what that offset means....

[opencv_aruco_mirrorpose_minimal.zip](https://github.com/opencv/opencv_contrib/files/8129481/opencv_aruco_mirrorpose_minimal.zip) https://pastebin.com/Q4bUyMPh Hi, I upgraded to OpenCV 4.5.5 and I am observing the same behaviour. The provided .zip file or pastebin contains the code for a minimal example in which...

It does look similar to that issue. I'll keep an eye on it. Here is the code to run from a video as input: https://pastebin.com/WAWzySKn And the video: https://user-images.githubusercontent.com/7811510/155592975-2caff765-2969-4575-b818-0f48ebcd7173.mp4