inspirit / PS3EYEDriver

PS3EYE Camera Driver for OSX and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Randomly Accessing Camera with Green Image/ Distorted Image

blakdragan7 opened this issue · comments

Hey guys, wondering if anyone else has ran into this issue but about 30% of the time when accessing the PS3eye camera and grabbing the frames, all frames will have a green distorted tint to them and will never fix itself unless I reinitialize getting the frame.

We are running windows 7 with Visual studio 2013, lib-usb1.0.20, ATI Radeon R9 380 and 640x480 resolution or 320x240 with any frame rate. Has anyone else seen this issue?

Here are pictures of this working vs not working with green image:
correctcapture
greencapture

This situation happens roughly 5% of the time. Thanks for any help!

background

Also having this issue, would love to know if anyone has anyone work arounds

This could have been caused by bandwidth saturation (but I'm not sure). I've just submitted a PR that significantly reduces the required bandwidth. You could try it and see if it improves things for you.

See #33