ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
09-24-2012 07:27 AM
Hi,
I am busy buildin a seperate video player, and want to control it via a main VI. The wierd thing is: when i make where i have the controls on the video player, it plays the vide (H.264) but when i register events (dynamically) and play it via my main VI, the playbutton is working, i can see the progresbar on the WMP player, but the screen stays black?
Best reagrds,
Thijs
Solved! Go to Solution.
09-24-2012 07:37 AM
Update your graphics card driver, that might help.
In the absence of any more information I'm afraid I can't help any more than that.
Shane.
09-24-2012 08:27 AM
Thanks, but it doesn't help?
When i just connect a boolean dynamically to open a video file it works fine, but the moment i use the control of the "play" button, the WMP player screen goes black? I really don't understand?
Regards,
Thijs
09-24-2012 10:05 AM
You provide no code.
I can provide no help.
These two things are related.
Shane.
09-25-2012 04:28 AM
Hi,
Now i've made a test setup, to demonstrate it, guess what, the test setup works?? So now i have to find out why my real VI doesn't do the job...! I'll attach the real VI an de test setup...
Regards,
Thijs
09-25-2012 05:20 AM
The settings for the media player Front panel objects are not the same. One of them has the "Windowless Video" set to true, the other to false. I've no experience with this particular item, but I would first copy the actual control fromt he working VI to the not working VI and see if it suddenly works. You can right-click on them and select "Property browser" to see the custom properties of the palyers.
Shane
09-25-2012 05:41 AM
I really don't understand!!
But now it works??
Thanks for the help! Now let's see how long it will work!
Best regards!
Thijs
09-25-2012 07:50 AM
Right-click on the video players and select "Property Browser". You will see that the object has several properties of its own which are seperate to LabVIEW. Doing this for both versions of your players show different settings for the various properties meaning that one of them was simply configured wrong.
Shane.
09-25-2012 08:09 AM
Hi,
I figured it out! When i set the visibilty on "false" (from the media player) and then back on true again, the video won't show....? It could be a flaw from WMP?
Best regards,
Thijs