Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+35 votes

We're having trouble getting the first frame to be displayed when the video is opened. Its not an issue with the video opening though because we put test code to make sure it opens.

asked in CSC285_Fall2018 by (1 point)

1 Answer

+13 votes
 
Best answer

I think you should create a new method for the last code snippet that Dr.Stondahl gave us.
And then in the startCamera (yours may have different name but it is the method which contains the codes for opening the chosen file from the window browser), right after the codes for opening the video, you call that newly created method. It should give you the first frame of the video.

answered by (1 point)
selected by
+7

You are welcome to post the actual code that you're talking about!

...