(at your option) any later version. #define libobs_to_py(type, obs_obj, ownership, py_obj) \ libobs_to_py_(#type " *", obs_obj, ownership, py_obj, NULL, __func__ ...
I need to set up a script to automatically take screenshots of multiple browser tabs and upload the resulting images to a server, keeping the filenames constant and with some convention so I can be ...