add a user defined function to your code and name it Process Frame() as shown below. In this function we'll create an EmguCv type image called ImageFrame. then capture a frame from camera and save it in "ImageFrame"(line 1). And then we'll load this into CamImageBox to show it to the user(line 2)