Search found 49 matches

by whidbey
15 Jun 2019, 12:19
Forum: General Discussion
Replies: 12
Views: 1434

Re: a performence question

Those numbers are terrible. There is definitely no GPU acceleration there. What does the log say about the D3D device? yes ,its poor in virtual machine....as vps don't have a gpu. may not fault of noesisgui but... seems lots of normal framework like MFC is low cpu.. still waiting an official soluti...
by whidbey
06 Jun 2019, 16:59
Forum: General Discussion
Replies: 1
Views: 464

what's this mean?rpc service is Unavailable in debug window

Exception thrown at 0x755F5EF8 (KernelBase.dll) in Samples.Menu3D.exe: 0x000006BA: RPC services is Unavailable。. Exception thrown at 0x755F5EF8 (KernelBase.dll) in Samples.Menu3D.exe: 0x000006BA: RPC services is Unavailable。. Exception thrown at 0x755F5EF8 (KernelBase.dll) in Samples.Menu3D.exe: 0x0...
by whidbey
06 Jun 2019, 15:55
Forum: General Discussion
Replies: 12
Views: 1434

Re: a performence question

If you hit CTRL + F to bring stats what update and render time are you getting? You should have numbers under 1 ms. https://lh3.googleusercontent.com/jkKQe0TLZi3CXJglBYoHtpN3P8BSt3VuNEc23l8nmofZ7VMzNlJd-Hz9HE5ZTgaWMx_u=s168 https://lh3.googleusercontent.com/jkKQe0TLZi3CXJglBYoHtpN3P8BSt3VuNEc23l8nm...
by whidbey
06 Jun 2019, 15:48
Forum: General Discussion
Replies: 16
Views: 2892

Re: [C++, OpenCV] Display image CV::Mat queue as video in XAML

guess you would like to use cbimtmap ..
by whidbey
05 Jun 2019, 18:16
Forum: General Discussion
Replies: 2
Views: 606

Re: http://kaxaml.com is off pls update

It seems the original author of the tool discontinued it, but other people forked the project in GitHub:
https://github.com/punker76/kaxaml/releases

I updated the link in the original post for others.

Thanks.
really a good tool ,pity discontinued . however will alive
by whidbey
05 Jun 2019, 17:26
Forum: General Discussion
Replies: 2
Views: 606

http://kaxaml.com is off pls update

viewtopic.php?f=3&t=107

can't reply this

thanks
by whidbey
05 Jun 2019, 17:04
Forum: General Discussion
Replies: 3
Views: 686

Re: how to make a real full screen with win32 api?

The application framework is a layer we created for our samples. You are free to modify and extend it for your own purposes.
ok,ithanks
by whidbey
05 Jun 2019, 17:03
Forum: General Discussion
Replies: 9
Views: 823

Re: is this a bug? sample.integration crash when exist;

Does it also happen with the x64 executables (in the windows_x86_64 folder)? We haven't tried Noesis on Windows Server 2012. Could you please open a ticket about this an attach callstacks for each crash? and I download to windows 2003,every files under bin/windows_x86 can't run alart it is not a bi...
by whidbey
05 Jun 2019, 17:03
Forum: General Discussion
Replies: 9
Views: 929

Re: media element control / Media player

Hi ! I want to use media Element control in XAML to play a vidéo but it doesn't work on android , Is there any other solution to play a vidéo ? I similar seeking a way embed a win32 HWND in XAML Sorry, that's not supported. I realize a very small idea is ,create a hwnd win32 with top level and move...
by whidbey
05 Jun 2019, 17:01
Forum: General Discussion
Replies: 12
Views: 1434

Re: a performence question

if UpdateRenderTree renders false then you don't need to render that frame. We plan to add support for this in the application framework. I recommend you waiting for it if you are not able to implement it yourself. I saw the example of integation ,and modify a little if(updaterendertree()!=false){ ...