Prev: 0x27:CM_PROB_DRIVER_FAILED in Server2008&Vista64 worksIn Win7-64 b
Next: cannot copy to spcified target
From: dsrking on 6 Apr 2010 01:41 Hi Jonathan, thanks for your reply, you r right. our device is also support usb video class. but my question is related to pc side driver for usb camera (approx usb host driver which communicates with application that shows the video to user). Could you clarify my first post questions? Thanks in Advance. Regards - D.
From: dsrking on 6 Apr 2010 06:25 My device is based on BlackFin processor. I don't know exactly it supports usb video class spec.
From: Chris on 6 Apr 2010 14:12 On Apr 6, 12:41 am, dsrking <dsrking2...(a)gmail.com> wrote: > you r right. our device is also support usb video class. but my > question is related to pc side driver for usb camera (approx usb host > driver which communicates with application that shows the video to > user). If it supports USB video class, then you don't need to write a driver at all. That's what we've been saying.
From: Tim Roberts on 8 Apr 2010 00:42 dsrking <dsrking2006(a)gmail.com> wrote: > >My device is based on BlackFin processor. I don't know exactly it >supports usb video class spec. BlackFin is just a generic microcontroller. It doesn't know anything about video. The behavior of the device (and the spec compliance) is entirely determined by the way you program the microcontroller. Are you writing the BlackFin code as well? >you r right. our device is also support usb video class. but my >question is related to pc side driver for usb camera (approx usb host >driver which communicates with application that shows the video to >user). > >Could you clarify my first post questions? Three people have answered your questions. If your device is USB Video Class compliant, then YOU DO NOT WRITE A DRIVER AT ALL. No software is needed. All of the major operating systems (including Windows) have a driver built-in that will do everything that is required. You just plug it in and start a capture application. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: dsrking on 27 Apr 2010 11:43 Hi thanks for your reply, We get one usb video driver from 3rd party which is working fine in xp,vista,win 7 - 32 bit OS. but it is not working in 64 bit platform even though it is compiled in 64 bit build environment of wdk. Is the same source code of usb video driver able to work in 64 bit environment? any guys knows about usb video driver porting for mac os? B'coz i searched in mac os and google, i can' find any sample code for mac os. is there any development environment for device driver development in mac os like wdk? thanks in advance. Regards - D.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: 0x27:CM_PROB_DRIVER_FAILED in Server2008&Vista64 worksIn Win7-64 b Next: cannot copy to spcified target |