2025
25-08-11- Today I Learned...
To get a Vector3 from a Vector2 we can use XYz
, xYY
, ... nodes. The small letter will be the individual input.
We can use the Resize(VL.OpenCV)
node to make video input smaller. This increases performance for image and video processing.
25-08-02 - Today I Learned...
To detect if a Bang
signal got true certain times in a time interval we can use a CounterFlop
.
25-07-31 - Today I Learned...
A really important tool to use, especially when you work on bigger projects with multiple different functionality, write down each single small step that the flow of the program does.
Also always directly test each functionality block so you don't end up knowing where the bug lies.
See also General Programming Rules
To force Dropbox to sync you can in the app click on pause sync and then resume sync. This can solve the problem that dropbox is not syncing your files properly.
After I stepped away 4-5 hours from the project I just had one last look and solved the problem that took me 2 hours before.