データのサイズが4800で制限されているようだったので、 /uvchost/uvc/uvc.cpp内の int uvc::get_jpeg(const char* path) const int size = 9600; に変更。
Fork of uvchost by
UsbBaseClass.h
00001 #ifndef _USB_BASE_CLASS_H_ 00002 #define _USB_BASE_CLASS_H_ 00003 #include "UsbHostMgr.h" 00004 00005 class UsbBaseClass { 00006 public: 00007 UsbBaseClass(); 00008 protected: 00009 UsbErr Usb_poll(int timeout = 15000, int timeout2 = 2000); 00010 static UsbHostMgr* m_pHost; 00011 }; 00012 00013 #endif //_USB_BASE_CLASS_H_
Generated on Wed Jul 13 2022 01:34:55 by
1.7.2
