Hi,
The videoplayback example is excellent.
Please help me in critical use case.
I have three markers
Marker1 is associated with media1.mp4
Marker2 is associated with media2.png (Image)
Marker3 is associated with media3.png (Image)
Which means for marker1 my app should play video and for marker2 ,marker3 my app should dispay image.
Please suggest what changes i need to do in VideoPlayBack Example.
Regards
Vineet Aggarwal
Hy Guys
I looked after the Video playBack sample and i have a query on same.
I have two images say Bat and Ball. IF the user selects the Ball the video should play related to Ball and even if the Bat image is scanned it should not play the bat video. So use case is pretty simple. Scan and load only the particular image and even if the other target image is scanned , it should not play the video.
I know i have change code in the VideoPalyBackEagleView.mm ..
strcmp(imageTarget.getName(), "Chips") == 0..
Thanks in Advance!! Please guys help me out !!