Access raw image data

Forum for C#/Windows development

Access raw image data

Postby grahamfogartyplus » 24 Dec 2013, 01:27

Will the SDK provide access to the raw image data?

Thanks
grahamfogartyplus
 
Posts: 2
Joined: 18 Dec 2013, 12:00

Re: Access raw image data

Postby Javier » 24 Dec 2013, 11:46

The SDK does not provide access to raw image data. You can see the information provided through the API here: http://dev.theeyetribe.com/api/
Javier
 
Posts: 54
Joined: 24 Oct 2013, 14:20

Re: Access raw image data

Postby HackNFly » 10 Mar 2014, 15:20

The SDK might not, but I noticed today that the camera shows up to windows as a normal webcam, so you should be able to access the raw data that way.
HackNFly
 
Posts: 5
Joined: 07 Feb 2014, 19:21

Re: Access raw image data

Postby Martin » 10 Mar 2014, 16:43

Correct, we have made no effort to obfuscate or encrypt with the device raw output. The device is based on the UVC standard supported by most operating systems (might change as we incorporate more advanced features). Please note that you should not access the device while the tracker server is running as the software could "steal" the video stream and stop tracking. At this time we don't support modifications or alternative configurations of the device, doing so on your own might have negative effect of your device.
Martin
 
Posts: 567
Joined: 29 Oct 2013, 15:20

Re: Access raw image data

Postby dieter.reinhardt » 14 Aug 2014, 11:40

I have also tried to look at the raw video stream and I get strange results. AMCAP shows the Video as YUY2 encoded with no other possible selections. The video looks purplish-green. Is this the expexted behavior? Are there other recommended viewers that give a better representation?
dieter.reinhardt
 
Posts: 1
Joined: 22 May 2014, 19:10


Return to C#