"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

dealing with video input from the camera

Hi. 

is there a way to deal with the video stream recieved from the camera ?, i mean for example changing the colors of specific pixels in a frame recieved from the camera prior to sending it to the screen

 

 

thanks

ozi

AlessandroB

Mon, 03/04/2013 - 21:22

Hi, it is definitely possible to access (and also edit) the pixels of the camera image;

for instance, you may want to have a look at the BackgroundTextureAccess sample, where a specific shader is used for rendering the videobackground texture in grayscale.

Hi.

 

first, thanks for the fast reply..

i'll try to be more specific:

in the frames received from the camera i am currenty marking few pixels/ interest points, and i wish to see on screen in real-time if i am marking them correctly.