Ask Your Question

furkanpur's profile - activity

2016-01-03 12:30:01 -0600 commented answer Using single camera with different programs simultaneously

Ok, Thanks for your helps.

2016-01-02 04:22:17 -0600 received badge  Enthusiast
2016-01-01 17:14:07 -0600 commented answer Using single camera with different programs simultaneously

I have a built program, so I could not create a one program. This application uses camera and i want to use camera another program which i wrote with python.

I think i have to use different programs, however I don't know how can i use the camera for different programs simultaneously.

2016-01-01 13:21:51 -0600 asked a question Using single camera with different programs simultaneously

Hi,

I have a camera and i want to use it 2 different programs simultaneously. (i.e. writen with python and c++). How can i work it or what is alternative way to use it ?

Thanks for your advice.

2015-10-07 15:24:26 -0600 commented question Image Processing Desktop Application

Thank you :)

2015-10-07 07:50:15 -0600 commented question Image Processing Desktop Application

Thank you for your answer. Is it serious performance lose If I use JNI ?

2015-10-06 15:46:29 -0600 asked a question Image Processing Desktop Application

Hi friends,

I would like to create a desktop application implemented low level algorithms like contrast enhancement, image debluring, super resolution etc.

I would like to use a video camera and process the frames that are supplied by this camera. However, I can not decide which programming language to use for GUI.

Which programming language and GUI (QT or Java AWT) should I use ?

I am looking forward to hearing your recommendations.

Thanks for your help in advence.

Kind regards

2015-10-02 05:32:44 -0600 commented question Super Resolution on Java

Is it efficiently way If I use JNI for Super Resolution ?

2015-10-02 04:44:08 -0600 asked a question Super Resolution on Java

Hi everyone,

Firstly, I am newbie in this area.

I want to get frame from camera and run Super Resolution on Java using this frames. But i could not find any example on web when i searched.

Thank you for your help.