You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note,that this uses `obspython.obs_frontend_get_profile_config` so there is no need to load additional libraries.
761
761
762
-
- See also: [Gist: Get video frames programmatically](https://gist.github.com/upgradeQ/8f3d0c5158fa3b092f2f5d5b9c330584)
762
+
- See also: [Get video frames programmatically](src/get_source_frame_data_ffi.py)
763
763
764
764
765
765
# Debug
@@ -794,13 +794,20 @@ There is no stdin therefore you can't use pdb , options are:
794
794
795
795
-[`Generated export.md`](src/export.md)
796
796
797
-
contains all variables and functions available in `obspython` formatted with markdown. Table consist of links to appropriate search terms in OBS Studio repository, links to scripts in `obspython` and `obslua` with each script within github code search.`gs_*` and `matrix_*` functions exluded from that table.
797
+
contains all variables and functions available in `obspython` formatted with markdown. Table consist of links to appropriate search terms in OBS Studio repository, links to scripts in `obspython` and `obslua` with each script within GitHub code search.`gs_*` and `matrix_*` functions exluded from that table.
798
798
[Export names](src/export_md.py)
799
799
800
+
-[`Generated export including graphics index.csv`](src/export_all.csv) - All variable and function exports.
801
+
-[`Generated export libobs for ctypes index.csv`](src/dumps_libobs.csv) - Created using `dumpbin` tool with this command `.\dumpbin /exports "C:\Program Files\obs-studio\bin\64bit\obs.dll"`
802
+
803
+
800
804
# Changes between versions
801
-
* Since OBS Studio 28.0 Beta 1 it is possible to use any python3 version on hardware which supports Qt 6.
805
+
* Since OBS Studio 28.0 Beta 1 it is possible to use most python3 versions on hardware which supports Qt 6.
802
806
* Qt 6 has dropped support for Windows 7 & 8, macOS 10.13 & 10.14, Ubuntu 18.04 and all 32-bit operating systems. As such, OBS will no longer be supported on these platforms.
803
807
* Added native support for websocket
808
+
* 30.0.0 version - Python 3.11 support for Windows and mac OS
809
+
* 30.0.0 version - Lua binary libraries loading
810
+
* 30.0.0 version - New source signals & procedures - hooked,unhooked; procedure - get_hooked
0 commit comments