
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kamerka - take photos using your webcam and shiny animated QML interface.
Kamerka is an Qt4 app using KDE4 libraries. It uses Video4Linux to get image from
webcam and is able to save photos. Interface is based on QML and uses it's possibilities
to show easy to use animated UI.
Installation guide: https://github.com/dos1/kamerka/raw/master/INSTALL
Lots of popular distrubutions already include Kamerka in their repositories in version at least 0.8.1. If you want to quickly see how it looks like, then consult your package manager :)
TODO list: https://github.com/dos1/kamerka/raw/master/TODO
8 years ago
0.8.5:
* added few basic filters and mirroring support from Dejan Noveski
* added option for locking image preview proportions
* fix initial window size being hardcoded to 640x480
* coding convention fixes from Michael Palimaka
* Portuguese translation from Jurandir Aparecido Sampaio
* Traditional Chinese translation from Max Lin
* Dutch translation from Kenny Verstraete
0.8.1:
* fixed installation of kcfgc file instead of kcfg
* fixed instructions in INSTALL file
* German translation from Frank Schäfer
0.8:
* graphical configuration
* XDG Pictures folder is now used by default to store photos
* photo folder is now configurable
* options to turn on/off sounds and notifications
* better error handling
* reworked video thread - it's now much less ugly :)
* creating photo directory when trying to open it, instead of showing big ugly error
* xdg-open utility used instead of kde-open
* moar pretty, but still not disturbing animations!
* Kamerka depends now on Phonon from KDE, not Qt (fixes build errors on systems without qt-phonon)
* libv4lconvert is now correctly found on 64 bit systems
* fix for Qt 4.7.0 ("import QtQuick 1.0" appeared first in 4.7.1)
* some license issues fixed
* Czech translation from Pavel Fric
* Serbian translation from Mladen Pejaković
* Spanish translation from Daniel Halens
0.6:
* first public release
8 years ago
0.8.5:
* added few basic filters and mirroring support from Dejan Noveski
* added option for locking image preview proportions
* fix initial window size being hardcoded to 640x480
* coding convention fixes from Michael Palimaka
* Portuguese translation from Jurandir Aparecido Sampaio
* Traditional Chinese translation from Max Lin
* Dutch translation from Kenny Verstraete
0.8.1:
* fixed installation of kcfgc file instead of kcfg
* fixed instructions in INSTALL file
* German translation from Frank Schäfer
0.8:
* graphical configuration
* XDG Pictures folder is now used by default to store photos
* photo folder is now configurable
* options to turn on/off sounds and notifications
* better error handling
* reworked video thread - it's now much less ugly :)
* creating photo directory when trying to open it, instead of showing big ugly error
* xdg-open utility used instead of kde-open
* moar pretty, but still not disturbing animations!
* Kamerka depends now on Phonon from KDE, not Qt (fixes build errors on systems without qt-phonon)
* libv4lconvert is now correctly found on 64 bit systems
* fix for Qt 4.7.0 ("import QtQuick 1.0" appeared first in 4.7.1)
* some license issues fixed
* Czech translation from Pavel Fric
* Serbian translation from Mladen Pejaković
* Spanish translation from Daniel Halens
0.6:
* first public release
msx
8 years ago
You have to see the creepy pictures I've taken of myself using Kamerka and my laptop's webcam, it was very amusing, lol!
http://i.imgur.com/6SboXF0.png
Report
Archimedes
8 years ago
Report
chatmoa
8 years ago
Report
ivan2k
8 years ago
Could you include a global hotkey for opening/shooting?
Good work :)
Report
narya
9 years ago
Report
snowhog
9 years ago
Report
dos1
9 years ago
Report
AmbientRevolution
9 years ago
Report
dos1
9 years ago
Thanks for your input! Setting default window size is already on my TODO list for next major release. I've just added locking aspect ratio to this list, thanks :)
Report
n00kl
9 years ago
Report
H00K
9 years ago
How can I conveince Kamerka to take pictures of a bigger resolution?
Report
dos1
9 years ago
New version, with graphical configuration, is coming soon though :)
Report
H00K
9 years ago
BTW, extra kudos for having proper man/info pages! I'm positively surprised!
After that I've checked Kamerka's ToDo and I'm quite impressed. Can't wait for the future releases!
Report
nomeutente94
9 years ago
Finally a great webcam app for Kde, I love it :)
Report
wlleaw
9 years ago
[url=http://www.egarden.com.my/bling.com]korean fashion[/url]
Report
gohanz
9 years ago
Now it run without problem. But i have only the preview window, without any menu or buttons!
The mouse right/left click seem not working.
Report
gohanz
9 years ago
http://img843.imageshack.us/i/schermata1wg.png/
Report
dos1
9 years ago
Report
gohanz
9 years ago
> kamerka
Kamerka version 0.6
Copyright (C) 2011 Sebastian Krzyszkowiak
Kamerka comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `./kamerka --license' for details.
qrc:/kamerka.qml:1:2: module "QtQuick" is not installed
QObject::connect: Cannot connect (null)::photoTaken() to MainWindow::photoTaken()
QObject::connect: Cannot connect (null)::timerCounter(int) to MainWindow::timerCounter(int)
QObject::connect: Cannot connect (null)::showDirectory() to MainWindow::showDirectory()
Report
dos1
9 years ago
You can replace "import QtQuick 1.0" in first lines of src/*.qml files to "import Qt 4.7"; you can also use trunk tarball, as it's already replaced in git.
Report
gohanz
9 years ago
Great App!!!
Report
bitcrazy
9 years ago
make[2]: *** Keine Regel vorhanden, um das Target »/usr/lib/libv4lconvert.so.0«,
benötigt von »src/kamerka«, zu erstellen. Schluss.
make[1]: *** [src/CMakeFiles/kamerka.dir/all] Fehler 2
make: *** [all] Fehler 2
is a result of hardcoded /usr/lib/libv4lconvert.so.0 in src/CMakeLists.txt.
I'm on a 64bit machine, so build fails here until I correct the path to /usr/lib64/libv4lconvert.so.0
Apart from that I don't get a photo, yet.
m0nk
Report
bitcrazy
9 years ago
Report
marvn
9 years ago
I've noticed, that if there is no ~/kamerka dir and you click on "open directory", the app will promt that there is no such dir and end. (just to let you know)
Report
dos1
9 years ago
Report