| Reply | « Previous Thread | Next Thread » |
|
I'm very interested in Nokia Computer Vision Library. I signed and installed:
-pycamera -PyMeLib -PyNcvLib When I execute PyMeLib_Demo i getsd this error: "... SymbianError: [Errno -46] KErrPermissionDenied" What have I to do? I usses my symbiansigned cer. Thanks |
| manugarrote |
| View Public Profile |
| Find all posts by manugarrote |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Hi,
Apparently Cyke64 has found a workaround. See his post in this thread and download the sis files provided by him. |
|
Prblem continues so I wil wait for the fixed version. thank you
|
| manugarrote |
| View Public Profile |
| Find all posts by manugarrote |
|
Quote:
But I don't success to change PyMelib (but Nokia provide only one example for this library ![]() BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
The packages are updated with proper capabilities. Download and try again. http://research.nokia.com/research/p...acv/index.html.
Cheers! |
| Yingen_Xiong |
| View Public Profile |
| Find all posts by Yingen_Xiong |
|
The packages are updated. Please download and try again.
|
| Yingen_Xiong |
| View Public Profile |
| Find all posts by Yingen_Xiong |
|
@yxiong (Author of NCVlib python bindings)
Thank you a lot for the quick update ![]() BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
Thank you yxiong for the updates.
Best Regards, Croozeus |
|
I've downloaded files from here: http://research.nokia.com/research/p.../download.html
But I gets the same error running example. Any idea? Thanks |
| manugarrote |
| View Public Profile |
| Find all posts by manugarrote |
|
Hey,
Sorry for the re-post, dont know if anyone is still watching the other thread anymore. I have been trying the python bindings out and I am trying to use the edge detection function within ImageOperation.py like this: ----------------------------------------------- sourceImg = PyNcvLib.PyCNokiaCVImage() targetImg = PyNcvLib.PyCNokiaCVImage() imgOps = PyNcvLib.PyCImageOperations() inputImg = None outputImg = None inputImg = sourceImg.NewLC() sourceImg.CreateL('e:\\testImage.jpg') outputImg = targetImg.NewLC() size = sourceImg.Size() mode = sourceImg.DisplayMode() targetImg.CreateL(size[0], size[1], mode) outBitmap = targetImg.Bitmap() outImg = Image.from_cfbsbitmap(outBitmap) imgOps.EdgeDetect(inputImg, outputImg, 1) canvas.blit(outImg) ----------------------------------------------- Running this code results in a good output image which has the edges extracted but when I exit the application i get the following error: "E32USER-CBase 71" So I think that something is not being pop'd off the CleanupStack, but I don't know what. Any Ideas? Thanks. |
|
Quote:
------------------------------------------ sourceImg = PyNcvLib.PyCNokiaCVImage() targetImg = PyNcvLib.PyCNokiaCVImage() imgOps = PyNcvLib.PyCImageOperations() inputImg = sourceImg.NewLC() outputImg = targetImg.NewLC() ------------------------------------------ Basically put calls to NewLC() in the main body of your script and it seems to run fine :-) Cheers guys. |
|
So, where can I download fixed libs? Does demo works yet? Thanks
|
| manugarrote |
| View Public Profile |
| Find all posts by manugarrote |
|
Quote:
http://discussion.forum.nokia.com/fo...10&postcount=5 Br, Croozeus |
|
A new version of PyCamLib (PyCamLib-1.2) has been released on NokiaCV open source website http://research.nokia.com/research/projects/nokiacv/. Flash control functions are added in this version. The library can be installed either c: or e: now
Last edited by Yingen_Xiong : 2008-12-15 at 19:55.
|
| Yingen_Xiong |
| View Public Profile |
| Find all posts by Yingen_Xiong |
|
Quote:
![]() I have downloaded and installed new version 1.2 but at the installation it is displayed 1.00 instead of 1.2 ![]() How to use flash control in this version ![]() I find FlashOn and FlashOff function only but no SetFlash() function ![]() Is it possible to release C++ source code now ? BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| NokiaCV: Nokia's Computer Vision Library | vrs762 | Mobile Design and User Experience | 114 | 2009-11-05 09:05 |