Solution SpiderPig Posted November 3, 2023 Solution Share Posted November 3, 2023 Just a minor error in the C++ section for Framebuffer::Capture() auto path = GetPath(PATH_DESKTOP) .. "/screenshot.jpg"; pixmap:Save(path); Should be: auto path = GetPath(PATH_DESKTOP) + "/screenshot.jpg"; pixmap->Save(path); 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.