Ask Your Question

crack.mech's profile - activity

2019-08-21 09:07:30 -0600 received badge  Popular Question (source)
2013-06-11 15:06:50 -0600 received badge  Student (source)
2012-11-22 02:56:25 -0600 asked a question byte array raw to Jpeg using GPU

Hi! I want to convert 8 bit grayscale byte array image (1024x1280px) streaming at 200FPS in realtime. I've tried with python, but its too slow (19FPS) on CPU, and I am unable to make PIL work on GPU. Any ideas? I actually want to use OpenCV for this, as it would also help me perform other operations on the data simultaneously. But my real problem right now is to convert 1024x1280px raw image to jpeg at 200FPS in real time. Any help is appreciated.

Thanks in advance!