DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Closed Alpha and Beta Programs (https://displaylink.org/forum/forumdisplay.php?f=5)
-   -   Sdk (https://displaylink.org/forum/showthread.php?t=649)

tpg 02-11-2011 07:17 PM

Driver Development? SDK?
 
My company is interested in embedding a MIMO USB monitor into our product. MIMO uses DisplayLink technology and includes the Windows drivers with the MIMO product. We have bought these monitors and they work well. On this monitor, I display many things, but let's just say I only display HELLO. Well, the problem is that I need to do a "remote login" into our product, but as you know in XP and Win7, when you do a remote login, the native screens go blank ... thus my HELLO goes away. I am willing to create my own driver so I can write to the device over USB without Windows knowing that the monitor exists. Can I get either a) a custom driver, or b) an SDK so I can create my own driver. Of course, I'll sign a confidentiality agreement.

tpg

mike54750 03-16-2011 09:35 AM

I too require an SDK. I am building a Java program to use these monitors and unless I get an SDK I will not be using them. I need a way to take over the monitor and output video and graphics reliably. I also need touchscreen and webcam APIs.

mike54750 03-16-2011 09:36 AM

Java SDK
 
I require an SDK. I am building a Java program to use these monitors and unless I get an SDK I will not be using them. I need a way to take over the monitor and output video and graphics reliably. I also need touchscreen and webcam APIs.

Wim 03-30-2011 09:36 AM

There is no official SDK to do what you want to do under Windows today.

An option might be to take the open source code, and write your own basic Windows driver to write directly to the screen. The latest open source can be found here:

http://git.plugable.com/gitphp/

Wim

mike54750 03-30-2011 09:40 AM

I dont see anything for just the usb monitors.

Wim 03-30-2011 03:02 PM

The open source will work with any DisplayLink device. Its a framebuffer driver, and you will also need libusb as the open source USB driver. It's not perfect but should provide you what you need to draw directly to the screen in Windows.

Wim


All times are GMT. The time now is 12:38 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.