Giter Site home page Giter Site logo

ucanvcam's People

Watchers

 avatar

ucanvcam's Issues

help me about ucanvcam

i work on ubuntu 8.04.1 ,AMD64 2800+
i did set YARP_ROOT

--------------------------------------------------------------------------------
-------------------

andy@andy-desktop:~$ pwd
/home/andy
andy@andy-desktop:~$ cd yarp2/
andy@andy-desktop:~/yarp2$ ls
AUTHORS              COPYING                  Makefile.man
autom4te.cache       CPackConfig.cmake        MIRRORING
bin                  CPackSourceConfig.cmake  NEWS
bootstrap.sh         CVS                      QUICKSTART-DEBIAN.TXT
ChangeLog            DartTestfile.txt         QUICKSTART-WIN-VS6.TXT
CMakeCache.txt       debian                   README
CMakeFiles           doc                      scripts
cmake_install.cmake  example                  src
CMakeLists.txt       GPL.TXT                  YARPConfig.cmake
conf                 lib                      yarpdev_drivers.h
configure            Makefile                 yarphear_drivers.h
configure.ac         Makefile.am
andy@andy-desktop:~/yarp2$ pwd
/home/andy/yarp2
andy@andy-desktop:~/yarp2$ export YARP_DIR=/home/andy/yarp2
andy@andy-desktop:~/yarp2$ export YARP_ROOT=/home/andy/yarp2
andy@andy-desktop:~/yarp2$ cd /home/andy/ucanvcam-0.1.5
andy@andy-desktop:~/ucanvcam-0.1.5$ ./configure 
/usr/bin/cmake
-- Using YARP
-- Modern pkg-config utility detected
-- starting device library: vcammod
-- adding hooks for device library compilation
--  +++ device vdub, SKIP_vdub is set
--  +++ device ffmpeg_grabber, ENABLE_ffmpeg_grabber is set
--  +++ device ffmpeg_writer, SKIP_ffmpeg_writer is set
CMake Error: ffmpeg not found
-- Using vcammod
-- generated /home/andy/ucanvcam-0.1.5/build/src/generated/drivers.h
-- Configuring done
To compile, type "make"
To check/fix configuration, type "ccmake build"


--------------------------------------------------------------------------------
--------------------


Original issue reported on code.google.com by [email protected] on 31 Aug 2008 at 8:58

error: cast from 'GtkWidget*' to 'int'

Hi,Paul
as your advise ,i install those packets,but can not find package
libavdevice-dev
when i compile ucanvcam 0.1.5,i got new error.
thank you help.
Andy

--------------------

andy@andy-desktop:~/ucanvcam-0.1.5$ sudo apt-get install libavformat-dev
libavcodec-dev libavutil-dev libavdevice-dev
[sudo] password for andy:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libavformat-dev is already the newest version.
libavcodec-dev is already the newest version.
libavutil-dev is already the newest version.
libavutil-dev set to manually installed.


E: Couldn't  find package libavdevice-dev

-------------------

andy@andy-desktop:~/ucanvcam-0.1.5$ make
[ 1%] Built target vcammod
[ 3%] Building CXX object src/CMakeFiles/ucanvcam.dir/gui/gui.o
/home/andy/ucanvcam-0.1.5/src/gui/gui.cpp: In member function 'virtual bool
MyApp::OnInit()':
/home/andy/ucanvcam-0.1.5/src/gui/gui.cpp:330: error: cast from
'GtkWidget*' to 'int'
loses precision
make[2]: *** [src/CMakeFiles/ucanvcam.dir/gui/gui.o] Error 1
make[1]: *** [src/CMakeFiles/ucanvcam.dir/all] Error 2
make: *** [all] Error 2
andy@andy-desktop:~/ucanvcam-0.1.5$

Original issue reported on code.google.com by [email protected] on 31 Aug 2008 at 7:40

deb pack

What steps will reproduce the problem?
1.install 
2.
3.

What is the expected output? What do you see instead?
.rpm or .deb 


What version of the product are you using? On what operating system?
0.1.6.  - linux mint 10, ubuntu 10


Please provide any additional information below.de


Original issue reported on code.google.com by [email protected] on 31 May 2011 at 6:12

File to download seems damaged

What steps will reproduce the problem?
1. Attempting to run the downloaded executable.
2.
3.

What is the expected output? What do you see instead?
The installer won't run - It says the file is damaged

What version of the product are you using? On what operating system?
0.1.6

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Sep 2008 at 10:34

/src/modules/ffmpeg not found

1. i'm work on ubuntu 8.04.1,CPU: AMD64 2800+
2. i want complie  ucanvcam 0.1.5
3. i get the erro as:
-----------------------------------------------------------------

root@andy-desktop:/home/andy/ucanvcam-0.1.5# cmake build
-- Using YARP
-- Modern pkg-config utility detected
-- starting device library: vcammod
-- adding hooks for device library compilation
--  +++ device vdub, SKIP_vdub is set
CMake Error: Error in cmake code at
113:
ADD_SUBDIRECTORY given source "/src/modules/ffmpeg" which is not an
existing directory.
Current CMake stack: 
[1] /home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt
CMake Error: Error in cmake code at
/home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt:11:
A command failed during the invocation of macro "ADD_SUBDIRECTORY".
CMake Error: Error in cmake code at
/home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt:11:
ADD_SUBDIRECTORY unknown error.
Current CMake stack: 
[1] /home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt
The end of a CMakeLists file was reached with an IF statement that was not
closed properly.
Within the directory: /home/andy/ucanvcam-0.1.5/src/modules
The arguments are: YARPY_DEVICES 
-- Using vcammod
-- generated /home/andy/ucanvcam-0.1.5/build/src/generated/drivers.h
-- Configuring done
root@andy-desktop:/home/andy/ucanvcam-0.1.5# 

Original issue reported on code.google.com by [email protected] on 30 Aug 2008 at 11:23

Windows SVN Checkout Fails

What steps will reproduce the problem?
1. Checkout the project SVN on Windows

What is the expected output? What do you see instead?
Im getting double Effects.h (effects.h) files. In the same directory. 
1. http://ucanvcam.googlecode.com/svn/trunk/src/common/Effects.h
2. http://ucanvcam.googlecode.com/svn/trunk/src/common/effects.h


What version of the product are you using? On what operating system?
Latest SVN rev. 110

Please provide any additional information below.
I came accross your application when I looked for something to create a cam
for my skype bot. I hope this will work out using your application. Many
thanks.

Original issue reported on code.google.com by [email protected] on 1 Jun 2010 at 3:05

Not usable from 3rd party products (Skype, Flash)

What steps will reproduce the problem?
1. Install ucamvcam 0.16 on 32-Bit-Windows XP SP3 or 32-Bit-Windows 7
2. Start Skype -> Select WebCam -> ucamvcam shared -> Skype crashes
3. Open WebCam in Flash 10 plugin -> Right Click Flash -> Settings -> Select 
Webcam -> No 
ucamvcam Camera present

Nothing changes if I start the supplied ucamvcam exe and mix video from another 
source.
What is the expected output? What do you see instead?

Is it supposed to work with Flash at all?

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Jan 2010 at 4:31

Software consistently freezes with Windows 7 Laptop

What steps will reproduce the problem?
1. Enable built-in camera and app freezes. 

What is the expected output? What do you see instead?
I never see the new input source.

What version of the product are you using? On what operating system?
ucanvcam 0.1.6 and Windows 7 Home Premium on Toshiba Qosmio X505 laptop

Please provide any additional information below.

The app loads and I can view all the various effects with no source.  Once I 
set the source to the internal camera, the software freezes.  The LED for the 
camera does light up, indicating it's being accessed, but I never see an image 
and the app is unresponsive.

Original issue reported on code.google.com by [email protected] on 23 Dec 2010 at 12:27

Error by selecting "HP Webcam-50" Input

What steps will reproduce the problem?
1. Select the camera input (HP Webcam-50)
2. View camera input (HP Webcam-50)

What is the expected result? What do you see instead?
The program does not stop making loop "hangs". The window is placed in the "not 
responding"

What version of the product are you using? What operating system?
It happens in all versions. OS: Windows XP

Original issue reported on code.google.com by [email protected] on 12 Dec 2012 at 12:41

help me

What steps will reproduce the problem?
1. i'm work on ubuntu 8.04.1,CPU: AMD64 2800+
2. i want complie  ucanvcam 0.1.5
3. i get the erro as:
-----------------------------------------------------------------
root@andy-desktop:/home/andy/ucanvcam-0.1.5# cmake build
-- Using YARP
-- Modern pkg-config utility detected
-- starting device library: vcammod
-- adding hooks for device library compilation
--  +++ device vdub, SKIP_vdub is set
CMake Error: Error in cmake code at
113:
ADD_SUBDIRECTORY given source "/src/modules/ffmpeg" which is not an
existing directory.
Current CMake stack: 
[1] /home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt
CMake Error: Error in cmake code at
/home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt:11:
A command failed during the invocation of macro "ADD_SUBDIRECTORY".
CMake Error: Error in cmake code at
/home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt:11:
ADD_SUBDIRECTORY unknown error.
Current CMake stack: 
[1] /home/andy/ucanvcam-0.1.5/src/modules/CMakeLists.txt
The end of a CMakeLists file was reached with an IF statement that was not
closed properly.
Within the directory: /home/andy/ucanvcam-0.1.5/src/modules
The arguments are: YARPY_DEVICES 
-- Using vcammod
-- generated /home/andy/ucanvcam-0.1.5/build/src/generated/drivers.h
-- Configuring done
-------------------------------------------------------------
please help me.thanks
[email protected]

Original issue reported on code.google.com by [email protected] on 30 Aug 2008 at 11:11

i did set YARP_ROOT,but i get new error.

i did set YARP_ROOT,but i get new error
-----------------------------------------
andy@andy-desktop:~$ pwd
/home/andy
andy@andy-desktop:~$ cd yarp2/
andy@andy-desktop:~/yarp2$ ls
AUTHORS              COPYING                  Makefile.man
autom4te.cache       CPackConfig.cmake        MIRRORING
bin                  CPackSourceConfig.cmake  NEWS
bootstrap.sh         CVS                      QUICKSTART-DEBIAN.TXT
ChangeLog            DartTestfile.txt         QUICKSTART-WIN-VS6.TXT
CMakeCache.txt       debian                   README
CMakeFiles           doc                      scripts
cmake_install.cmake  example                  src
CMakeLists.txt       GPL.TXT                  YARPConfig.cmake
conf                 lib                      yarpdev_drivers.h
configure            Makefile                 yarphear_drivers.h
configure.ac         Makefile.am
andy@andy-desktop:~/yarp2$ pwd
/home/andy/yarp2
andy@andy-desktop:~/yarp2$ export YARP_DIR=/home/andy/yarp2
andy@andy-desktop:~/yarp2$ export YARP_ROOT=/home/andy/yarp2
andy@andy-desktop:~/yarp2$ cd /home/andy/ucanvcam-0.1.5
andy@andy-desktop:~/ucanvcam-0.1.5$ ./configure 
/usr/bin/cmake

-- Using YARP
-- Modern pkg-config utility detected
-- starting device library: vcammod
-- adding hooks for device library compilation
--  +++ device vdub, SKIP_vdub is set

--  +++ device ffmpeg_grabber, ENABLE_ffmpeg_grabber is set
--  +++ device ffmpeg_writer, SKIP_ffmpeg_writer is set
CMake Error: ffmpeg not found

-- Using vcammod
-- generated /home/andy/ucanvcam-0.1.5/build/src/generated/drivers.h
-- Configuring done

To compile, type "make"
To check/fix configuration, type "ccmake build"

Original issue reported on code.google.com by [email protected] on 31 Aug 2008 at 1:16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.