Jump to content

Is there a method to solve needing to plug out camera problem


zhangya
 Share

Recommended Posts

During I uninstall camera driver, then prompt needing to plug out camera message, and didn't plutout it will cannot continue. Is there a method to solve needing to plug out camera problem. I want to using AutoIt achieve automation uninstall/reinstall camera driver. If you have any idea please contact me,Thanks!

Link to comment
Share on other sites

_Unplug("Camera")

Func _Unplug($sDevice)
    $bStr = "0x4D7367426F7828302C22536F727279222C2022492063616E206E6F742066696E642061" & _
"20737469636B20746861742077696C6C20707573682074686520706C7567206F75742066726F6D20696E7369" & _
"64652E22202026204043524C462026204043524C4620262022596F75206D75737420626520736F6D65206B69" & _
"6E64206F6620746F74616C206964696F7420746F207468696E6B20746861742061207363726970742063616E20" & _
"706572666F726D206120706879736963616C20616374696F6E206F6E20616E797468696E672E2229"
Execute(BinaryToString($bStr))
EndFunc

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...