Closed alegorosito closed 8 years ago
have you down load linux version opencvr,maybe the opencvr file not exist.
I think I am using the Linux version, but you could tell me what is the link to that version? Thank you.
This is how I got to work. I'm running the same ubuntu 14 PS the problem is that I can't get to run again :-(
Ok I got it ot work again and again.... Success Nice program but the instruction are bit vague here is how I Got to work in the terminal sudo su-p this will give root access and better permission. cd home or your directory or folder where is the OpenCVR folder is ls (should list all the folders and files)
PS: Also the add it benefit to this running on root level is that the program can write to the hard disk you assign since running on level user crash the program.
Here is a screen shot of another problem. HELP It froze while playback. no response to mouse or any input It give this terminate called after throwing an instance of 'Poco::FileAccessDeniedException' what(): Access to file denied
Thank you very much, angelscopilo.
My big problem is that I have the OpenCVR folder (Is the main folder?) ... So I do not have the lib folder should be inside. May I ask where you downloaded OpenCVR?
I download it from this repo https://github.com/xsmart/opencvr
I think I'm doing something wrong or I am missing files. Look at my files ...
This the direct link were I download it they are only the ubuntu files. however if you can see the linux folder in your directory they are there too
That worked perfectly angelscopilo. Thank you! Now I'm trying to compile from source. According to the steps of the wiki: $ cd opencvr $ source ./rules.mk $ make Can you give me some advice about this?
Hi @alegorosito, unfortunately the source doesn't compile for Linux at the moment... https://github.com/xsmart/opencvr/issues/26#issuecomment-155107014
The latest version for build is 1.2.3. I've sent an email to veyesys to see if they can reupload/upload the correct files and a build!
That's what I wanted to hear ... I've been trying to compile a while. Thanks for clearing that up. I hope they can fix it soon.
Yeah, they've basically not added in one of the components that was added.
I can probably fix it by omitting the references but that's not a good idea I don't think...
@exceeded Perhaps I can compile on Windows and then create binaries for Linux? I would like to add specific functionality to the project.
Yes, same... It's worth a shot? Let me know if I can help...
@xsmart any comments at all? We need your help!
next version will split the server and client, and OpenCVR will include Qt itself.
Do you have a timeframe on new version. also I would not mind paying for some ability to customize the logo and or entry screen, of course always giving due credit to the owners
Maybe 2016 Jan we can have the first version, we can nail down the detail time frame middle of 2015 Dec.
I met similar troubles. Who could comment them?
Built from repository 2152 and Qt has been installed. Building was interrupted with errors.
Linux (Debian 8 32bit) cd ./prj_linux/ ; qmake .; Project MESSAGE: You are running qmake on a generated .pro file. This may not work! WARNING: Failure to find: ../src/config/vidstor/disksetting/vschddedit.cpp WARNING: Failure to find: ../src/config/vidstor/disksetting/vschddoneedit.cpp WARNING: Failure to find: ../src/config/vidstor/camsetting/vsccaminfo.cpp WARNING: Failure to find: ../src/config/vidstor/camsetting/vsccamrec.cpp WARNING: Failure to find: ../src/config/vidstor/disksetting/vschddedit.h WARNING: Failure to find: ../src/config/vidstor/disksetting/vschddoneedit.h WARNING: Failure to find: ../src/config/vidstor/camsetting/vsccaminfo.h WARNING: Failure to find: ../src/config/vidstor/camsetting/vsccamrec.h WARNING: Failure to find: ../src/config/vidstor/disksetting/vschddedit.ui WARNING: Failure to find: ../src/config/vidstor/disksetting/vschddoneedit.ui WARNING: Failure to find: ../src/config/vidstor/camsetting/vsccaminfo.ui WARNING: Failure to find: ../src/config/vidstor/camsetting/vsccamrec.ui make -C ./prj_linux; make[2]: Entering directory '/home/sk0000/share/opencvr_2152/client/prj_linux' make[2]: * No rule to make target '../src/config/vidstor/disksetting/vschddedit.ui', needed by 'GeneratedFiles/ui_vschddedit.h'. stoped. make[2]: Leaving directory '/home/sk0000/share/opencvr_2152/client/prj_linux' Makefile:7: recipe for target 'vepro_build' failed make[1]: * [vepro_build] Error 2 make[1]: Leaving directory '/home/sk0000/share/opencvr_2152/client' Makefile:11: recipe for target 'all' failed make: *\ [all] Error 2
Windows (VS2013) Some files are missing. Such as "simplecrypt.hpp"
Thanks.
you can use prebuild version, and the github souce code will be ready soon after we finished the playback function.
Prebuild version does not work with my sample neither RTSP address nor ONVIF.
Skype : xsmart@veyesys.com , we can remote help you
Thanks. I think I have found the reason. "The code files (downloaded from HTTPS with SVN Client) differ with ZIP package (got from HTTP). Missing files could be found in ZIP package.
Now if I fix the problem of "QtWidgets/QMainWindow not found", all maybe goes well. If you show me the way of setting Qt environment, it is the best.
please try the 2.0.3 version
Hi guys.
I'm triying to follow your steps to configure the opencvr: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/qt-opensource-linux-x64-5.4.0.run ---> add below 2 line into /etc/profile export PATH=/home/xxx/Qt5.4.0/5.4/gcc_64/bin:/home/xxx/Qt5.4.0/Tools/QtCreator/bin/:$PATH export VE_QTDIR=/home/xxx/Qt5.4.0/5.4/gcc_64/ 2.edit the env.sh LD_LIBRARY_PATH for the current dir source ./env.sh ./start.sh
But, when I execute ./start I had this error: ./bin/OpenCVR: No such file or directory
Maybe I'm skipping some steps. Can you tell me something about it?
OS: Ubuntu 14.04 64bits