Chadwick Boulay

Results 324 comments of Chadwick Boulay

+1 on this. For psmoveapi and PSMoveService this is a problem. The number of bytes returned by hid_get_feature_report is different on Windows than it is on Mac. According to your...

If you go to the [datasheet](http://www.zhopper.narod.ru/mobile/ov7720_ov7221_full.pdf) @rovarma linked above, page 13, the row for HEX12 - COM7, it says how the output format can be changed. For this to work,...

Some additional details: If one wants to then convert Bayer to another format, this can be done with OpenCV. OpenCV3's [cvtColor](http://docs.opencv.org/3.1.0/d7/d1b/group__imgproc__misc.html#ga397ae87e1288a81d2363b61574eb8cab) can do this. [Here](http://docs.opencv.org/3.1.0/d7/d1b/group__imgproc__misc.html#ga4e0972be5de079fed4e3a10e24ef5ef0) are the possible conversions, including...

> Though I think it makes the most sense to do the conversion to RGB/BGR inside the library, rather than just exposing raw Bayer to users. I think you're right...

Well, to paraphrase what he said: "It's pretty hard. You should probably buy my software (even though my software is Windows-only and you're using Linux)". I'm sorry if I don't...

@rovarma Can you make a public branch of your work so far? I doubt I'm going to work on it but I would like to see your approach.

You didn't miss anything. PS3EYEDriver is more of a wrapper around libusb for convenient PS3 Eye interfacing than it is a true driver. The camera is not installed and available...

'Teach a man to fish...' 1. Fork the repo. 2. Create a branch called something like 'sdl_osx_doc': `git checkout -b sdl_osx_doc` 3. Add a file called README.macos to PS3EYEDriver/sdl -...

I'm using Linux Ubuntu, python 3.8.5, with pyqt5.15.1 (qtpy API), PyOpenGL 3.1.4, and vispy 0.6.5 (from GitHub today). The two_qt_widgets.py has a similar error: ``` RuntimeError: OpenGL got errors (Check...