Ask Your Question

Ettore's profile - activity

2014-07-04 10:02:05 -0600 asked a question VideoWriter fps issues / only more than 20 f

Hi all! :D I'm here for asking about a strange issues. In my application I receive a lot of images via Web. For storing this images I use the VideoWriter class to create a video. Everything work fine if I set the FPS above 20. In other case I can't create the file. This is a structural choices or some sort of a bug? This is not for me a big issues, I would only prefer to see the video more slowly

2014-05-20 07:03:27 -0600 commented question OpenCV 2.4.8 v110 x86 DLL refer to GetTickCount64

Nice :D What I don't want to do is what I should do :) I don't want to use old cv too. Now, I will try to rebuild it all

2014-05-20 06:41:50 -0600 commented question OpenCV 2.4.8 v110 x86 DLL refer to GetTickCount64

But if we use ocv230, we have to use VS2010? Or use V100 toolset on VS2012?

2014-05-20 05:53:37 -0600 answered a question OpenCV 2.4.8 v110 x86 DLL refer to GetTickCount64

I have the same problem. I comment this post to give visibility to it. Maybe someone have the solution

2014-01-19 08:41:26 -0600 commented answer Open CV support for WinRT and Windows Phone8

Thanks, but the problem isn't in Ninja installation. I found a solution in this topic:

http://answers.opencv.org/question/19350/building-opencv4android-cmake_cxx_compiler_env_var/

The script have to be run in <opencv_source_dir>/platforms and not in <opencv_source_dir>/platforms/winrt/

There is an error on the page http://code.opencv.org/projects/opencv/wiki/WindowsRT How could I notify this to the author to fix the istruction?

2014-01-18 12:39:09 -0600 answered a question Opencv for Windows 8 Tablet

Hi! Sorry for the trivial question but I'm having real problem with the build. Where should I run the scripts (scripts/cmake_winrt.cmd)? From <opencv_source_dir>/platforms/winrt/ (so >..\scripts/cmake_winrt.cmd) or in a new console?

In the first case I have to edit cmake_winrt.cmd changing the last line from cmake.exe ... -DCMAKE_TOOLCHAIN_FILE=..\winrt\arm.winrt.toolchain.cmake ..\ ..

to

cmake.exe ... -DCMAKE_TOOLCHAIN_FILE=..\winrt\arm.winrt.toolchain.cmake ..\ ..\ ..

otherway it can't find CMakeLists.txt But after I have maked this I got a lot of "Missing variable" from CMake

2014-01-18 12:25:37 -0600 answered a question Open CV support for WinRT and Windows Phone8

I find this page opencv/wiki/WindowsRT but I can't build anything. The path to VS 11 is wrong and when I have correct that and other little errors I got this:

C:\opcv\opencv\platforms\winrt\build_winrt_arm>cmake.exe -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_WINRT_MODE=ON -DWITH_FFMPEG=OFF -DWITH_MSMF=OFF -DWITH_DSHOW=OFF -DWITH_VFW=OFF -DWITH_OPENEXR=OFF -DWITH_CUDA=OFF -DBUILD_opencv_gpu=OFF -DBUILD_opencv_python=OFF -DBUILD_opencv_java=OFF -DCMAKE_TOOLCHAIN_FILE=..\winrt\arm.winrt.toolchain.cmake   ..\..\..
CMake Error: CMake was unable to find a build program corresponding to "Ninja".
 CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file: C:/opcv/opencv/platforms/winrt/build_winrt_arm/CMakeFiles/2.8.12.1/CMakeCXXCompiler.cmake
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module file: C:/opcv/opencv/platforms/winrt/build_winrt_arm/CMakeFiles/2.8.12.1/CMakeCCompiler.cmake
-- Configuring incomplete, errors occurred!

I don't know enought how to use CMake so I'm be halted by this. So I can't tell you how well this thing go.

2014-01-05 14:53:50 -0600 received badge  Supporter (source)