Matt McWilliams mattmcw
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 22:08:28 +00:00
4a81201798 Also delete image texture when stopped
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 22:06:39 +00:00
2067cf37ad Delete image texture after used
mattmcw pushed to main at 16mm/mcopy 2024-10-22 21:33:22 +00:00
31adb77f90 Commit changes to endstop camera shield without debug log lines
mattmcw commented on issue 16mm/filmout_display#1 2024-10-22 21:13:10 +00:00
Memory leak

Commit #95158f96e6 had the effect of introducing some garbage collection to the process but the memory leak is still occurring. Need to monitor other Mat variables.

mattmcw pushed to main at 16mm/filmout_display 2024-10-22 21:07:28 +00:00
95158f96e6 Testing maybe disasterous change that releases image data after loaded. Might break display
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 20:59:16 +00:00
c646be9534 release memory in resized and loaded
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 20:54:34 +00:00
0d30b4d5bb Update defaults to be a working example
mattmcw opened issue 16mm/filmout_manager#5 2024-10-22 20:53:39 +00:00
Implement scale update features
mattmcw commented on issue 16mm/filmout_manager#4 2024-10-22 20:52:25 +00:00
Evaluate node.js code for a memory leak

Leak is most certainly in fd. Closing.

mattmcw closed issue 16mm/filmout_manager#4 2024-10-22 20:52:25 +00:00
Evaluate node.js code for a memory leak
mattmcw closed issue 16mm/filmout_manager#3 2024-10-22 20:37:19 +00:00
Image display logic creates invalid layouts and stretches image
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 20:37:19 +00:00
74935eb50c Bad logic in display. Somehow never encountered this??? Resolves #3
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 20:31:07 +00:00
3c88de83b8 Work chasing down errors in display
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 20:27:48 +00:00
b17840c8de Move Mat blank to global variable, may have been creating 2 per frame
mattmcw opened issue 16mm/filmout_manager#4 2024-10-22 20:22:45 +00:00
Evaluate node.js code for a memory leak
mattmcw opened issue 16mm/filmout_manager#3 2024-10-22 20:21:56 +00:00
Image display logic creates invalid layouts and stretches image
mattmcw opened issue 16mm/filmout_manager#2 2024-10-22 20:21:11 +00:00
Framing button doesn't work
mattmcw opened issue 16mm/filmout_manager#1 2024-10-22 20:20:26 +00:00
Focus button doesn't work
mattmcw opened issue 16mm/filmout_display#1 2024-10-22 20:19:48 +00:00
Memory leak
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 19:20:32 +00:00
1f1c9e2aff Make intermediary Mats part of the image class.