Describe the bug
The arv-viewer does not display images when connected to the virtual camera arv-fake-gv-camera in Windows 11 (mingw64) environment, but it displays images normally in Ubuntu environment.
To Reproduce
- First, execute the following installation command in a Windows 11 (mingw64) environment (reference):
pacman -S
mingw-w64-x86_64-gcc
mingw-w64-x86_64-meson
mingw-w64-x86_64-ninja
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-glib2
mingw-w64-x86_64-libxml2
mingw-w64-x86_64-libusb
mingw-w64-x86_64-gobject-introspection
mingw-w64-x86_64-gtk3
mingw-w64-x86_64-gstreamer
mingw-w64-x86_64-gst-plugins-base
mingw-w64-x86_64-gst-plugins-good
- Compile the source code of aravis-0.9.1.tar.gz and deploy the installation (reference);
- Open an additional mingw64 command prompt, and then execute "arv-fake-gv-camera-0.10.exe -d all". After that, execute "arv-viewer-0.10.exe -a -d all --gst-debug-level=4" in the original compiled mingw64 command prompt;
- Connect arv-fake-gv-camera in arv-viewer and generate images;
- The arv-viewer cannot display images properly;
Expected behavior
Display the arv-fake-gv-camera test image normally.
Camera description:
Platform description:
- aravis-0.9.1
- OS: Windows11 mingw64
- Fake camera
Additional context
The same code compiles and runs normally under Ubuntu
Describe the bug
The arv-viewer does not display images when connected to the virtual camera arv-fake-gv-camera in Windows 11 (mingw64) environment, but it displays images normally in Ubuntu environment.
To Reproduce
pacman -S
mingw-w64-x86_64-gcc
mingw-w64-x86_64-meson
mingw-w64-x86_64-ninja
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-glib2
mingw-w64-x86_64-libxml2
mingw-w64-x86_64-libusb
mingw-w64-x86_64-gobject-introspection
mingw-w64-x86_64-gtk3
mingw-w64-x86_64-gstreamer
mingw-w64-x86_64-gst-plugins-base
mingw-w64-x86_64-gst-plugins-good
Expected behavior
Display the arv-fake-gv-camera test image normally.
Camera description:
Platform description:
Additional context
The same code compiles and runs normally under Ubuntu