Sony Camcorder IR Control
Jim Fouch
Posts: 395
Just in case anyone needs to control their Sony DCR-RV460 with an SX.....
It took me about 15 hours of research, and trial and error to figure this out. It may work on other Sony Camcorders.
I did not code all commands, just the ones I need.
One thing I would like to note... no where in my searching did I ever see that you need to send the IR command 5 times to confirm. When I looked at a scope, I was only seeing the FIRST data packet. It was only when I zoomed way out did I see there are five packets sent.
If you're wondering why I want to do this... I'm making a remote mounted camera mount that I need to be able to control the functions of the camera. My next step is to make a Stepper controlled mount that will Pan 360 degrees and tilt +/- 45 Degrees and hold a 2 lb load....·· Anyone know of a source???
Feel free to use this code in any way you wish.
Jim Fouch
It took me about 15 hours of research, and trial and error to figure this out. It may work on other Sony Camcorders.
I did not code all commands, just the ones I need.
One thing I would like to note... no where in my searching did I ever see that you need to send the IR command 5 times to confirm. When I looked at a scope, I was only seeing the FIRST data packet. It was only when I zoomed way out did I see there are five packets sent.
If you're wondering why I want to do this... I'm making a remote mounted camera mount that I need to be able to control the functions of the camera. My next step is to make a Stepper controlled mount that will Pan 360 degrees and tilt +/- 45 Degrees and hold a 2 lb load....·· Anyone know of a source???
Feel free to use this code in any way you wish.
Jim Fouch
Comments
Nice project you got here. I did a similar thing to control a Sony Handycam. The Sony protocol is called LANC and I learned about all the particulars from www.boehmel.de/lanc.htm
My project consisted of a Sony camcorder in a pelican box inside a waterproof backback. A external mini cam from www.helmetcamera.com/ is afixed to a Gath surf helmet along with a single waterproof button on the chest strap. Both video and button control wires are lead thru watertight connections to the Camcorder. This system enables a surfer to film in-water video by controlling the "record" and "stop" functions of the camcorder from the one push button on the chest strap. The micro I used was a PIC , but that assembly is easily transformed into SX ASM.
as far as pan/tilt mounts, Pelco makes various mounts and they can be readily attained from Ebay. It seems there are a lot of business that are upgrading their security systems. These are generally not servo controlled because position feedback is the actual video image...you point it were you want to look.
later, Kevin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There are 10 kinds of people in the world.... those that know binary, and those that don't.