Activity for guvcview

  • Sam Liddicott Sam Liddicott posted a comment on merge request #11

    glads it helps.

  • 林博仁(Buo-ren Lin) 林博仁(Buo-ren Lin) posted a comment on merge request #11

    I also have this hardware as well, thanks for the work!

  • 林博仁(Buo-ren Lin) 林博仁(Buo-ren Lin) updated merge request #1

    Fix build failure

  • 林博仁(Buo-ren Lin) 林博仁(Buo-ren Lin) posted a comment on merge request #1

    No longer reproduced in 2.1.0, closing.

  • 林博仁(Buo-ren Lin) 林博仁(Buo-ren Lin) posted a comment on merge request #7

    I have the same issue as well and can verify that this patch works for me. Good job!

  • Paulo Assis Paulo Assis committed [c0eb30] on Git-Master

    fix spelling errors in gview_audio

  • Paulo Assis Paulo Assis committed [e9be40] on Git-Master

    clang-format gview_v4l2core code

  • Paulo Assis Paulo Assis committed [ede6e1] on Git-Master

    fix qt6 package name in README.md

  • Paulo Assis Paulo Assis committed [e30bf3] on Git-Master

    small update to README.md

  • Paulo Assis Paulo Assis committed [c12f5b] on Git-Master

    update README.md with cmake build system info

  • Paulo Assis Paulo Assis committed [56d2dd] on Git-Master

    clang-format gview_audio code

  • Paulo Assis Paulo Assis committed [564e45] on Git-Master

    update Changelog

  • Paulo Assis Paulo Assis committed [3e2712] on Git-Master

    update GL linking

  • Paulo Assis Paulo Assis committed [4ac54c] on Git-Master

    add -lGL to gview_render and guvcview if SFML is used

  • Paulo Assis Paulo Assis committed [6dfc44] on Git-Master

    make -lGL option PUBLIC

  • Paulo Assis Paulo Assis committed [b9743f] on Git-Master

    in some distros GL is not linked for gview_render, force it with -lGL

  • Paulo Assis Paulo Assis committed [1a9717] on Git-Master

    change build system: move from autoconf to cmake

  • Daniel Schaefer Daniel Schaefer created merge request #13 on Git-Master

    Detect readonly controls and disable in UI

  • Paulo Assis Paulo Assis committed [d79407] on Git-Master

    fix x265 encoder defaults

  • Adam Williamson Adam Williamson modified ticket #76

    Frequent crashes in GTK CSS code when run as regular user

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    Filed https://gitlab.gnome.org/GNOME/gtk/-/issues/6611 .

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    it's kinda starting to look a lot like this isn't a guvcview issue, anyway. will probably move it to gtk or mutter or something soon.

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    qt5 with SDL does not solve the crash, and we get a pretty weird backtrace that goes qt5->glib->gdk->gtk3: Stack trace of thread 266293: #0 0x0000000200400310 n/a (n/a + 0x0) #1 0x00007fa81573c979 gtk_css_node_real_update_style (libgtk-3.so.0 + 0x13c979) #2 0x00007fa8157398eb gtk_css_node_ensure_style.part.0 (libgtk-3.so.0 + 0x1398eb) #3 0x00007fa815739b88 gtk_css_node_validate_internal.part.0 (libgtk-3.so.0 + 0x139b88) #4 0x00007fa815739bdb gtk_css_node_validate_internal.part.0 (libgtk-3.so.0 +...

  • Adam Williamson Adam Williamson modified a comment on ticket #76

    OK, so, found out a couple of things: Building with SFML does indeed seem to avoid the problem. Tried running an SFML build twice and letting it run for a while, it didn't crash. The crash seems to be Wayland-specific. When running on X.org, the crash doesn't happen. This might explain why folks have had trouble reproducing it outside of Fedora, I guess. Edit: looks like it may even be GNOME-on-Wayland specific; Neal Gompa says it doesn't crash on KDE-on-Wayland. Didn't try qt UI-on-SDL yet, will...

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    OK, so, found out a couple of things: Building with SFML does indeed seem to avoid the problem. Tried running an SFML build twice and letting it run for a while, it didn't crash. The crash seems to be Wayland-specific. When running on X.org, the crash doesn't happen. This might explain why folks have had trouble reproducing it outside of Fedora, I guess. Didn't try qt UI-on-SDL yet, will try that next.

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    OK, if it will help with triaging I'll try both and report back. thanks!

  • Paulo Assis Paulo Assis posted a comment on ticket #76

    If the problem is in sdl2, then using the qt interface shouldn't make any difference. The crash should happen any way. If the problem is in the gtk interface, then yes, using the qt interface should produce a different output

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    "I don't think fedora default theme is the same as gtk default (Adwaita)." It is. We use pretty much all upstream GNOME defaults, these days. "Have you tried with sfml render instead of sdl2?" Not yet, I can try that if you think it may help. Switching to the qt5 backend will obviously produce different results, but...it feels like a weird way to resolve the gtk backend crashing when it shouldn't. :D

  • Paulo Assis Paulo Assis posted a comment on ticket #76

    I don't think fedora default theme is the same as gtk default (Adwaita). In any case guvcview doesn't use any of the gtk css stuff directly. For what I can see from your backtrace, there seems to be some calls to sdl decorate border, I'm not sure about sdl2 internals, but if you running gnome, maybe window decorations use gtk css. Have you tried with sfml render instead of sdl2?

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    This is with default theme. I reproduced this on a completely clean fresh boot of Fedora (40). I agree the different result with root points to some kind of permission situation, but the app still should not just crash, and I was hoping as the author you might have some kind of idea what different permissions might cause the app to go down different paths early in startup, so we could try and isolate exactly where the divergence is. I would like to try giving the regular user one additional permission...

  • Paulo Assis Paulo Assis posted a comment on ticket #76

    Hi, have you tried with the qt interface : --disable-gtk3 --enable-qt5 You can also enable the sfml render: --enable-sfml and then: guvcview --render=sfml As for the GTK interface, I really can't reproduce the problem in Arch. Did you tried changing your gtk theme? If it works under root then it's most likely a permission issue. Just try with a default theme like Adwaita or installing a local theme. Regards,

  • Adam Williamson Adam Williamson posted a comment on ticket #76

    My full backtrace.

  • Adam Williamson Adam Williamson created ticket #76

    Frequent crashes in GTK CSS code when run as regular user

  • Adam Williamson Adam Williamson created ticket #75

    jpeg_decoder.c and uvc_h264.c are missing include of libavutil/imgutils.h for av_image_get_buffer_size

  • Morpher Morpher posted a comment on ticket #48

    Also, Guvcview creates large video files which could be reduced by allowing the specification of H264 attributes "crf" and "gop_size". In my case adding some command line parameters which set internal global variables would be sufficient. I am a coder and could do the work if that helps.

  • guvcview guvcview released /source/guvcview-src-2.1.0.tar.bz2

  • Paulo Assis Paulo Assis committed [5055c3] on Git-Master

    always link guvcview with -lGl if sfml build is enabled; bump guvcview and libraries verion

  • Paulo Assis Paulo Assis committed [7bd0c1] on Git-Master

    Fix duplicate key

  • Paulo Assis Paulo Assis committed [28d443] on Git-Master

    fix crosshair size config file read

  • Paulo Assis Paulo Assis committed [19d5e9] on Git-Master

    Merge remote-tracking branch 'refs/remotes/origin/master'

  • Paulo Assis Paulo Assis committed [3a289b] on Git-Master

    enable osd crosshair size to be changed in the config file

  • b'Paulo Assis committed [419a91] on Git-Master

    Merge /u/ramast/guvcview/ branch master into master

  • Paulo Assis Paulo Assis merged merge request #10 on Git-Master

    Support physical button click for certain digital microscope models

  • Paulo Assis Paulo Assis updated merge request #4

    Make guvicview skips device files for metadata.

  • Paulo Assis Paulo Assis committed [16e539] on Git-Master

    apply Kentaro Fukushi patch: Make guvicview skips device files for metadata.

  • Paulo Assis Paulo Assis committed [353d90] on Git-Master

    fix printf warning

  • Paulo Assis Paulo Assis committed [0eac95] on Git-Master

    Add binary fx filter

  • Paulo Assis Paulo Assis posted a comment on merge request #12

    Hi, This will only work for gtk3, you also need to change MainWindow::render_fx_filter_changed(int state) in gui_qt5_callbacks.cpp so that the filter is available in the qt5 interface. Otherwise it wont even build with configure --enable-qt5

  • okokok okokok created merge request #12 on Git-Master

    Added fisheye video filter effect.

  • Michael Gilligan Michael Gilligan modified a comment on discussion General Discussion

    There is a very useful little program called sViacam which runs on Windows and appears not to have been updated since 2012 Could you please consider adding similar functionality to guvcview ? … it would obviously be even better on the RasPi with its GPIO

  • Michael Gilligan Michael Gilligan modified ticket #74

    Feature Request

  • Michael Gilligan Michael Gilligan created ticket #74

    Feature Request

  • Michael Gilligan Michael Gilligan modified a comment on discussion General Discussion

    Two short clips within the video embedded here: https://sviacam.sourceforge.net nicely demonstrate the potential of sViacam

  • Michael Gilligan Michael Gilligan modified a comment on discussion General Discussion

    Two short clips within the video embedded here: [https://sviacam.sourceforge.net] nicely demonstrate the potential of sViacam

  • Michael Gilligan Michael Gilligan modified a comment on discussion General Discussion

    Two short videos, linked here:[https://sviacam.sourceforge.net] nicely demonstrate the potential of sViacam

  • Michael Gilligan Michael Gilligan posted a comment on discussion General Discussion

    Two short videos, linked here: https://sviacam.sourceforge.net nicely demonstrate the potential of sViacam

  • Michael Gilligan Michael Gilligan posted a comment on discussion General Discussion

    There is a very useful little program called sViacam which runs on Windows and appears not to have been updated since 2012 Could you please consider adding similar functionality to Guvcview ? … it would obviously be even better on the RasPi with its GPIO

  • Sam Liddicott Sam Liddicott created merge request #11 on Git-Master

    Add gtk3 support for OBSBOT Meet4K AI camera

  • antonio maccagnan antonio maccagnan modified a comment on discussion General Discussion

    I have the same problem, guvcview crashes Xserver whether I'm recording or not.

  • antonio maccagnan antonio maccagnan posted a comment on discussion General Discussion

    I have the same problem, guvcview crashes Xserver whther I'm recording or not.

  • antonio maccagnan antonio maccagnan posted a comment on discussion General Discussion

    Okay, I figured it out using portaudio.

  • antonio maccagnan antonio maccagnan modified a comment on discussion General Discussion

    Hello, Is there a way to configure guvcview so that it can record the audio from another device (desktop audio, jack, etc) rather than just the defaut built in microphone? Thanks.

  • antonio maccagnan antonio maccagnan posted a comment on discussion General Discussion

    Hello, Is there a way to configure guvcview so that it can record the audio from another source (desktop audio, pulseaudio output, jack, etc) rather than just the defaut built in microphone? Thanks.

  • Alexander Tkachenko Alexander Tkachenko modified a comment on ticket #59

    2.0.8 — HEVC not working. Fedora 38. Installed packages: x265-libs-3.5-5.fc38.x86_64 libde265-1.0.11-2.fc38.x86_64 x265-3.5-5.fc38.x86_64 libheif-freeworld-1.16.1-1.fc38.x86_64 libheif-1.16.1-1.fc38.x86_64 libheif-tools-1.16.1-1.fc38.x86_64

  • Alexander Tkachenko Alexander Tkachenko modified a comment on ticket #59

    2.0.8 — HEVC not working. Fedora 38. Installed packages: x265-libs-3.5-5.fc38.x86_64 libde265-1.0.11-2.fc38.x86_64 x265-3.5-5.fc38.x86_64

  • Alexander Tkachenko Alexander Tkachenko modified a comment on ticket #59

    2.0.8 — HEVC not working. Fedora 38.

  • Alexander Tkachenko Alexander Tkachenko posted a comment on ticket #59

    2.0.8 — hevc not working.

  • Conan Kudo (ニール) Conan Kudo (ニール) posted a comment on ticket #73

    Thank you so much!

  • Paulo Assis Paulo Assis modified ticket #73

    Wrong COPYING file in the sources

  • Paulo Assis Paulo Assis posted a comment on ticket #73

    Fixed in git master

  • Paulo Assis Paulo Assis committed [adf7b1] on Git-Master

    Fix COPYING to the same GPL version (v2) as the source files

  • Thomas Moschny Thomas Moschny posted a comment on ticket #73

    As a side note, I packaged guvcview for rpmfusion long time ago, and would happily help maintaining it in Fedora now that this is possible.

  • Conan Kudo (ニール) Conan Kudo (ニール) created ticket #73

    Wrong COPYING file in the sources

  • Paulo Assis Paulo Assis committed [cfba6b] on Git-Master

    fix minimum version for audio channels api deprecated warning (>= 59)

  • Paulo Assis Paulo Assis committed [70e7de] on Git-Master

    Ramast <ramast@users.sourceforge.net> Some models produce Qt::Key_WebCam when clicked instead of Qt::Key_Camera. This simple merge request makes the app support both keys; add small fixes

  • Ramast Ramast created merge request #10 on Git-Master

    Support physical button click for certain digital microscope models

  • Paulo Assis Paulo Assis committed [284532] on Git-Master

    fix audio channels deprecated warning in avcodec >= 58

  • Saul Peebsen Saul Peebsen created ticket #72

    Ctrl-Q does not terminate

  • Franco Bugnano Franco Bugnano created ticket #71

    Recorded videos have a duration of zero

  • guvcview guvcview released /source/guvcview-src-2.0.8.tar.bz2

  • Paulo Assis Paulo Assis committed [89eafc]

    Update Changelog

  • Paulo Assis Paulo Assis committed [ffe496]

    update autoconf scripts

  • Paulo Assis Paulo Assis posted a comment on ticket #70

    Fix committed to git master: https://sourceforge.net/p/guvcview/git-master/ci/308dd55b57330a82d1d6329b78c846365ef7dbd0/ eatdirt dirteat@users.sourceforge.net escreveu no dia domingo, 10/04/2022 à(s) 17:02: [tickets:#70] https://sourceforge.net/p/guvcview/tickets/70/ ffmpeg-5 and its API breaks* Status: open Milestone: next Created: Sun Apr 10, 2022 04:02 PM UTC by eatdirt Last Updated: Sun Apr 10, 2022 04:02 PM UTC Owner: nobody Hi there, just a head up for the new ffmpeg-5, which comes with its...

  • Paulo Assis Paulo Assis modified ticket #70

    ffmpeg-5 and its API breaks

  • Paulo Assis Paulo Assis posted a comment on ticket #70

    Fix committed: https://sourceforge.net/p/guvcview/git-master/ci/308dd55b57330a82d1d6329b78c846365ef7dbd0/

  • Paulo Assis Paulo Assis committed [308dd5]

    fix deprecated avcodec calls

  • eatdirt eatdirt created ticket #70

    ffmpeg-5 and its API breaks

  • Chris Chris posted a comment on discussion General Discussion

    Hi everyone, I'm currently using guvcview 2.0.6 I was hoping to get some help as I'm getting intermittent crashes when capturing video. For context I work in a Neuroscience motion vision lab and were using guvcview to capture footage from a PlayStation camera running at 100 fps while running a stimulation in Matlab, for automation sake I'm opening guvcview using a bash command that doesn't open a terminal window, as Matlab pauses if it opens a terminal. I'm then sending a kill signal USR1 to guvcview...

  • Alex Alex modified ticket #69

    SIGSEGV in v4l2core_prepare_new_resolution

  • Alex Alex posted a comment on ticket #69

    i try to use Etron USB 2.0 camera. There is lsusb -vv -s output in attachment

  • Alex Alex created ticket #69

    SIGSEGV in v4l2core_prepare_new_resolution

  • Jeff Jeff created ticket #68

    Preview and images appear green

  • James Lewis James Lewis posted a comment on ticket #67

    I noticed that it's working again now... thanks... I just noticed my previous post was on Christmas day... shows how festive I am, sorry to bug you folks on Christmas!... Great work tho! This issue can be closed I think.

  • Paul Frederick Paul Frederick posted a comment on ticket #57

    It happened to you too? It happened to me as well. $ gdb /usr/bin/guvcview /home/pfred1/notes/core (gdb) bt 0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 1 0x00007ff21b909537 in __GI_abort () at abort.c:79 2 0x00007ff21b962768 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ff21ba70e2d "%s\n") at ../sysdeps/posix/libc_fatal.c:155 3 0x00007ff21b969a5a in malloc_printerr (str=str@entry=0x7ff21ba72d80 "munmap_chunk(): invalid pointer") at malloc.c:5347 4 0x00007ff21b969d2c...

  • James Lewis James Lewis posted a comment on ticket #67

    From the PPA, I still see the issue with libgsl, looks like it's going to need recompiling for Jammy. $ sudo apt install guvcview Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve...

  • Paulo Assis Paulo Assis posted a comment on ticket #67

    hi, To build from source you should follow the readme.md file. To create the configure script just run the bootstrap script first. Also you should be able to get precompiled deb files from my ppa ppa:pj-assis/ppa Regards, Paulo

  • James Lewis James Lewis created ticket #67

    Pre-compiled deb for 2.0.7 has dependency issue in current Ubuntu Dev.

  • Pravin Paratey Pravin Paratey modified a comment on discussion General Discussion

    Hello I use guvcview to adjust my webcam settings. I typically run this on logging into my desktop environment guvcview -p Webcam-Profile.gpfl -z Is there any way to automatically quit quvcview after running the control panel? The -q doesn't work and I think is geared towards users who use it to capture video.

  • Pravin Paratey Pravin Paratey posted a comment on discussion General Discussion

    Hello I use guvcview to adjust my webcam settings. I typically run this on logging into my desktop environment guvcview -p bin/Webcam-Profile.gpfl -z Is there any way to automatically quit quvcview after running the control panel? The -q doesn't work and I think is geared towards users who use it to capture video.

  • Keith Smith Keith Smith posted a comment on ticket #66

    Thank You! ⁣Get BlueMail for Android ​ On Nov 8, 2021, 12:50 AM, at 12:50 AM, Thomas Moschny moschny@users.sourceforge.net wrote: fyi, guvcview-2.0.7.2-1.fc{34,35} rpms have been pushed to the rpmfusion testing repos. [tickets:#66] No Audio recorded on Fedora Jam 35 w/pipewire Status: closed Milestone: next Labels: pipewire Created: Thu Nov 04, 2021 05:02 PM UTC by Keith Smith Last Updated: Fri Nov 05, 2021 06:26 PM UTC Owner: Paulo Assis I just upgraded to Fedora Jam 35 with pipewire 0.3.39 and...

1 >