Activity for Paulo Assis

  • 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

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

    fix x265 encoder defaults

  • 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

  • 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?

  • 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,

  • 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

  • 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

  • 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

  • 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

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

    fix audio channels deprecated warning in avcodec >= 58

  • Paulo Assis Paulo Assis committed [a802c3]

    update hyde park map 6

  • Paulo Assis Paulo Assis committed [104bcf]

    update hyde park map 6; add check_stairs to trap1 objects

  • Paulo Assis Paulo Assis committed [9942d6]

    fix maps to latest version of tiled (object type is now object class); add Entity21 object

  • Paulo Assis Paulo Assis committed [cc05d8]

    refresh pre-rendered xbr sprites

  • Paulo Assis Paulo Assis committed [3db4e5]

    fix sprite

  • Paulo Assis Paulo Assis committed [b3a0a8]

    fix int random generator

  • Paulo Assis Paulo Assis committed [1c481c]

    fix more sprites; fix size of trap6 object and sprite

  • Paulo Assis Paulo Assis committed [18cc71]

    fix loading map view

  • Paulo Assis Paulo Assis committed [824d4e]

    Fix more sprites

  • Paulo Assis Paulo Assis committed [4942be]

    more ccpcheck fixes

  • Paulo Assis Paulo Assis committed [93b1ba]

    fix cppcheck warnings

  • Paulo Assis Paulo Assis committed [3c643a]

    add -O3 optimization flag

  • Paulo Assis Paulo Assis committed [1a70f7]

    prevent view from changing when player2 is dead

  • Paulo Assis Paulo Assis committed [1107f3]

    fix clang-tidy warnings

  • Paulo Assis Paulo Assis committed [7c5a90]

    fix some sprites

  • Paulo Assis Paulo Assis committed [9bf084]

    Fix typo in README.md

  • Paulo Assis Paulo Assis committed [d43285]

    add README.md

  • Paulo Assis Paulo Assis committed [f3c892]

    merge version2

  • Paulo Assis Paulo Assis committed [119a04]

    add .gitignore

  • 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

  • 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

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

    Also you should set --verbosity=4 this will output a lot of debug info that can be used to identify the issue.

  • Paulo Assis Paulo Assis modified a comment on ticket #66

    No. What broke 2.0.6 was libavencoder. It was just a little change. AVPacket now sets the audio channels to 0, regardless of what is set on the codec context. So I just needed to reset the channels after libavcodec set the AVPacket defaults. The problem was that the encoding failed with a generic error and without outputing any debug info, so I had to debug both guvcview and libavcoded. Portaudio and pulseaudio have been working without issues for years. Please make sure you clean any older versions...

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

    No. What broke 2.0.6 was libavencoder. It was just a little change. AVPacket no sets the audio channels to 0, regardless of what is set on the codec context. So I just meeded to

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

    Also make sure you removed the old version completly, including the application libs located in /usr/lib/ (libguv*) or whathever place their installed. It can happen that the old libs are being used instead of the new ones.

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

    Make sure to run the bootstrap script first, this will create the configure script.

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

    This must be some other issue, I have tested in Manjaro against the latest libavcodec and it is working with all the encoders, also in 2.0.7 if you chose the pcm codec, audio is not even encoded, it's just stored directly to file.

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

    it just some small changes to allow static build. Among other tjings, sfml when linked statically needs to link also to libGl

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

    Hi. This was solved in the latest release (2.0.7) Please upgrade to this new version. You can download the source code from the files link. Check the build instrutions in the Readme.md file. Regards, Paulo A quinta, 4/11/2021, 17:02, Keith Smith sitruc55@users.sourceforge.net escreveu: [tickets:#66] https://sourceforge.net/p/guvcview/tickets/66/ No Audio recorded on Fedora Jam 35 w/pipewire* Status: open Milestone: next Labels: pipewire Created: Thu Nov 04, 2021 05:02 PM UTC by Keith Smith Last Updated:...

  • Paulo Assis Paulo Assis modified ticket #66

    No Audio recorded on Fedora Jam 35 w/pipewire

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

    This was fixed in the latest version (2.0.7). Please upgrade to the latest release. You can get the source code in the files link, and build instrutions in the Readme.md file. Regards Paulo

  • Paulo Assis Paulo Assis committed [9edc61]

    make fwrite full buffered - seems to improve sav imge perfomance

  • Paulo Assis Paulo Assis modified ticket #51

    Update AppStream metadata to a newer version

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

    changes committed to git master

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

    added to git master

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

    Video frames are displayed immediately after being retrieved from the camera, the encoder/muxer runs on a different thread but only encodes the frames retrieved from the camera. So frames are retrieved at the same rate they are displayed. If you can't display them fast enough, the best solution is just to disable the video preview: (--render=none). This way they will be retrieved at the speed they are encoded. If you choose the raw video codec frames will be stored directly to the video file with...

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

    Can you test with version 2.0.7 - you can grab the packages in my ppa ( ppa:pj-assis/ppa ) Regards,

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

    V4L2_CORE: (jpeg decoder) error while decoding frame - this is related to the MJPG decoder Can you change the camera output from MJPG to some other format (YUV for instance) Also please make sure to use the latest version (2.0.7-2) Regards,

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

    I just can't replicate this, no matter what options I choose. The VU meter is an OSD and it's not part of the frame data sent to the video encoder. I can't even understand how this is possible. Please can you upgrade to 2.0.7 and post the output of 'guvcview --verbosity=3' Regards,

  • Paulo Assis Paulo Assis modified ticket #52

    Compile error with git-master

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

    Fixed in git master. Is now possible to build with --disable-shared

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

    Fixed in git master

  • Paulo Assis Paulo Assis committed [e099e9]

    add missing lib (-lGL) when static linking with sfml - fix static build (--disable-shared)

  • Paulo Assis Paulo Assis modified ticket #63

    Updated Spanish translation (attached)

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

    Added to git master

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

    Added translations to git master. I didn't had time to add this to the latest release (2.0.7), since I had to fix a major bug with sound encoding, but it will be available in the next one.

  • Paulo Assis Paulo Assis committed [63b26e]

    change include in gview_encoder to allow building against older versions of libavcodec

  • Paulo Assis Paulo Assis committed [d44275]

    replace include libavencoder/packet with libavencodr/avencoder.h: allows building against all versions of libavencoder

  • Paulo Assis Paulo Assis committed [5e2b69]

    update Changelog

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

    closed with release 2.0.7

  • Paulo Assis Paulo Assis modified ticket #64

    audio capture does not work with pipewire-pulseaudio

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

    closed in release 2.0.7

  • Paulo Assis Paulo Assis modified ticket #65

    no audio in any video recorded by GUVCVIEW version 2.0.6, yet the microphone is indeed recognized and the sound volume bars shown

  • Paulo Assis Paulo Assis committed [4bdd12]

    prepare version 2.0.7

  • Paulo Assis Paulo Assis committed [210d27]

    simplify buffer flushing

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

    OK, so this is now fixed in git master. I'll prepare a new release to fix this issue. Regards,

  • Paulo Assis Paulo Assis committed [da924b]

    fix audio frame channels: it was not being set causing EINVAL when sending to encoder

  • Paulo Assis Paulo Assis committed [2b0d92]

    update gtk3 gui

  • Paulo Assis Paulo Assis committed [e72998]

    add some fixes for qt interface

  • Paulo Assis Paulo Assis committed [a1952c]

    don't encode audio for PCM output

  • Paulo Assis Paulo Assis committed [06a296]

    fix build warnings

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

    Hi, after some investigating, I found that audio frames are not being encoded. This is probably some issue with the libavcodec API, I've fixed all build warnings but still when encoding audio I get output frames with 0 bytes. This also happens at least in one video codec. If libavcodec wasn't the best codec lib out there, I would have drop it a long time ago. The API changes are constant and are not backwards compatible, it's just hell to maintain, specially if you don't have that much time to spare....

1 >