Yonatan Mark Liudmirsky

Results 14 comments of Yonatan Mark Liudmirsky

> What library version are you on? I can't seem to reproduce* the behavior*. v0.25.0 as far as I am aware ###### Thanks for the edit too, didn't know this...

A known question in OpenCV ```py camera = cv2.VideoCapture(0) ``` The 0 you mentioned is not always the index of the camera, it may be assigned to 1 or 2...

I believe that the towing script with the camera is unrelated to this pack, as far as we are concerned this repository does not create the scripts neither the cars...

I have experienced this issue before, and it's not that complicated to resolve. Ensure that all the vehicle spawn codes in your `addon.json` file are correct. It might seem trivial,...

> change ST77XX_MADCTL_MY 0x80 to 0x00 in Adafruit_ST77xx.h I found an alternative solution. While your approach was correct, my display required flipping the image along the X-axis instead of the...

It appears that this issue is not related to vMenu. According to observations, all entities beyond `X = ±8000` and `Y = ±8000` are automatically destroyed by GTA V's engine...

I found a temporary solution to the issue. By modifying the include directive in ICMP.cpp directly: ```diff #include "ICMP.h" #include "Arduino.h" - #include "WiFiGeneric.h" + #include "C:/Users//.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiGeneric.h" namespace fabgl {...

**Note**: English is not my first language, and I apologize for any spelling or grammatical mistakes that may be present in the documentation. Thank you for your understanding.

Thanks for the heads-up! I'll address the merge conflicts soon.

I believe I’ve resolved the merge conflict in the `README.md`. Please keep me posted about any other issues