Showing results 1 to 25 of 25 @ 0.19 seconds. Search: Posts Made By: pta0007
Forum: Applications 2010-09-21, 11:01
Replies: 0
Views: 2,423
Posted By pta0007
Render Sphere On N900

Hi group,

I am recently developing an application that uses the OpenGL ES 2.0 to render a sphere. On N900, GLES2.0 is called through QGLWidget. But I am not familiar with the shader language.
...
Forum: Maemo 5 / Fremantle 2010-08-09, 09:22
Replies: 0
Views: 1,741
Posted By pta0007
Render ODE Objects With OpenGL ES 2.0 on N900

Hi group,

I am now trying to develop an app both with ODE and OpenGL ES2.0 libraries, which aims to build dynamic simulations on mobile devices.

While the very first problem is how to translate...
Forum: Maemo 5 / Fremantle 2010-07-24, 14:03
Replies: 4
Views: 3,331
Posted By pta0007
Re: The Toturial for QtOpenGL

got it. Thank you.
Forum: Maemo 5 / Fremantle 2010-07-24, 13:37
Replies: 4
Views: 3,331
Posted By pta0007
Re: The Toturial for QtOpenGL

I think that's what I am looking for. Can you send me the link for that?
Forum: Maemo 5 / Fremantle 2010-07-24, 13:13
Replies: 4
Views: 3,331
Posted By pta0007
The Toturial for QtOpenGL

Hi, all

I am trying to build some OpenGL program on the N900. I need the toturial to teach me how to use the QtOpenGL libraries, since OpenGL ES 2.0 is different from OpenGL.

Anyone send me the...
Forum: Nokia N900 2010-06-02, 15:52
Replies: 6
Views: 3,939
Posted By pta0007
Re: Is It Possible To Use Webcam On N900

Sure, a module for ARM Linux is needed to have webcam working. And I found this http://talk.maemo.org/showthread.php?t=14883, a topic about connecting a webcam for N800. I'v no idea what's the...
Forum: Nokia N900 2010-06-02, 15:41
Replies: 6
Views: 3,939
Posted By pta0007
Is It Possible To Use Webcam On N900

Hi Guys,

I wonder whether it is possible to have an extra webcam connected to the device. Due to some application/experiment, I found it would be much easier for my work if I use another webcam...
Forum: Applications 2010-05-25, 16:09
Replies: 17
Views: 9,103
Posted By pta0007
Re: Infra Red Camera app for N900?

Do any of you know where the ir filter is? and how could i remove the lens from the pcb? i am only afraid that physically removing would break the device.
Forum: Maemo 5 / Fremantle 2010-04-01, 18:01
Replies: 7
Views: 1,848
Posted By pta0007
Re: Help with my camera

I use OpenCV library to access the camera. Here is the code:

int main(int argc,char** argv)
{
CvCapture* capture = 0;
if( argc == 1 || (argc == 2 && strlen(argv[1]) == 1 &&...
Forum: Maemo 5 / Fremantle 2010-04-01, 13:19
Replies: 7
Views: 1,848
Posted By pta0007
Help with my camera

Hi,

I recently meet with a problem with the camera on N900. I have developed some app running the camera. However, if I keep running it for a long while, the camera will fail to work. Sometimes...
Forum: Nokia N900 2010-04-01, 12:40
Replies: 0
Views: 810
Posted By pta0007
Help with my camera

Hi,

I recently meet with a problem with the camera on N900. I have developed some app running the camera. However, if I keep running it for a long while, the camera will fail to work. Sometimes...
Forum: Games 2010-03-29, 18:05
Replies: 86
Views: 47,611
Posted By pta0007
Re: BurgerFace: Face tracking in a game

Hi jfk,

I hope you could remember me. I commended your post of "burger face" a couple of weeks ago. I downloaded your app

and tried it on the device, to find out that it's really running very...
Forum: Maemo 5 / Fremantle 2010-03-10, 16:16
Replies: 4
Views: 1,431
Posted By pta0007
Re: My maemo5 broken!

maemo5 icon is shown both in Uninstall and Update(app manager), but the version infor are the same.

I think the system has lost a lot of basic libraries cause when I tried to apt-get install ...,...
Forum: Maemo 5 / Fremantle 2010-03-10, 15:51
Replies: 4
Views: 1,431
Posted By pta0007
My maemo5 broken!

I found my maemo5's status: broken and not updateable

And I have no idea how to deal with this.
the version is:
2.2009.51-1.205.1

Any help.
Forum: Games 2010-03-05, 18:05
Replies: 86
Views: 47,611
Posted By pta0007
Re: BurgerFace: Face tracking in a game

Good Job!

I get several questions when doing some similar project. I hope you could offer me the help.

I would like to use opencv on n900 (actually, i dont know whether you were using opencv in...
Forum: Maemo 5 / Fremantle 2010-03-02, 11:08
Replies: 2
Views: 1,832
Posted By pta0007
Forum: Maemo 5 / Fremantle 2010-03-01, 15:56
Replies: 2
Views: 1,832
Posted By pta0007
How to use OpenCV for Maemo5 app?

I could install OpenCV package in linux, but got no idea how to use it in scratchbox to build app for maemo?

I found some related info from here:...
Forum: Applications 2010-02-21, 12:55
Replies: 46
Views: 35,743
Posted By pta0007
Re: SLR style control over N900 camera

Hi, I have a problem when trying to run the example_camera.c on n900.

I could compile the program correctly, but when I tried to run it on device, it showed "Failed to initialize pipeline ". The...
Forum: Development 2010-02-19, 02:14
Replies: 295
Views: 112,857
Posted By pta0007
Re: Technology Preview: MADDE

thx anyway. I just want to write a program using the n900 camera to capture picture. any idea for this? best to have a solution on Windows, or I have to use Ubuntu Maemo5 SDK...
Forum: Development 2010-02-19, 00:51
Replies: 295
Views: 112,857
Posted By pta0007
Re: Technology Preview: MADDE

Here is my .pro file

TARGET = MadCamera
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
unix {
CONFIG += link_pkgconfig
Forum: Development 2010-02-19, 00:33
Replies: 295
Views: 112,857
Posted By pta0007
Re: Technology Preview: MADDE

I unzip the file into system32, and now the pkg-config works, but I get another message:

Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory...
Forum: Development 2010-02-19, 00:13
Replies: 295
Views: 112,857
Posted By pta0007
Re: Technology Preview: MADDE

yes! that is the reason I use MADDE.
Forum: Development 2010-02-19, 00:09
Replies: 295
Views: 112,857
Posted By pta0007
Re: Technology Preview: MADDE

yes, I only create and edit the project with Qt Creator. I compile it in MADDE, using mad qmake and mad make. I think the problem is qmake can not run the function such as pkg-config, which does not...
Forum: Development 2010-02-18, 23:57
Replies: 295
Views: 112,857
Posted By pta0007
Re: Technology Preview: MADDE

yes, it works.

If I enter a project and type the commad "mad pkg-config --cflags gtk+-2.0", the terminal shows

-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0...
Forum: Development 2010-02-18, 19:22
Replies: 295
Views: 112,857
Posted By pta0007
Re: Technology Preview: MADDE

I got some problems when trying to use GTK+ in Qt/MADDE. First, I created the project with Qt Creator, where Gtk+ is used. In order to inform qmake the project is using GTK..., I added
unix {
...
Showing results 1 to 25 of 25



 
Forum Jump

All times are GMT. The time now is 17:59.