imaginevision / Z-Camera-Doc

Document for Z Camera
149 stars 46 forks source link

Is Pelco-D on CTRL is RS232? #52

Open IvanDev opened 4 years ago

IvanDev commented 4 years ago

I'm planning to connect Arduino to CTRL port of Z CAM E2-F6 in Pelco-D mode to process pelco commands from ZCAM, unfortunately I couldn't find any documentation on CTRL in Pelco-D mode. Does it work in RS485 as expected by Pelco-D standard (in this case which tx/rx is RS485 A/B)? Or in RS232 as stated by camera documentation? Can CTRL 5V line handle Arduino (300-500mA max)?

momosh13 commented 3 years ago

Здравствуйте, Я вижу что ни кто не отвечает на ваши вопросы. У меня кое что получилось. Я подключил Arduino к ZCAM. Если вам ещё нужна помощь то я могу отправить вам схему как я подключил Arduino и могу дать программу, но у меня не получилось найти все команды которые мне были нужны. Если вы думаете что можете найти все команды мы можем вместе попробовать завершить наш проект. Вы можете написать мне на мой email или здесь. Мой email momosh66@hotmail.com

momosh13 commented 3 years ago

I'm planning to connect Arduino to CTRL port of Z CAM E2-F6 in Pelco-D mode to process pelco commands from ZCAM, unfortunately I couldn't find any documentation on CTRL in Pelco-D mode. Does it work in RS485 as expected by Pelco-D standard (in this case which tx/rx is RS485 A/B)? Or in RS232 as stated by camera documentation? Can CTRL 5V line handle Arduino (300-500mA max)?

Здравствуйте, Я вижу что ни кто не отвечает на ваши вопросы. У меня кое что получилось. Я подключил Arduino к ZCAM. Если вам ещё нужна помощь то я могу отправить вам схему как я подключил Arduino и могу дать программу, но у меня не получилось найти все команды которые мне были нужны. Если вы думаете что можете найти все команды мы можем вместе попробовать завершить наш проект. Вы можете написать мне на мой email или здесь. Мой email momosh66@hotmail.com

ailike commented 3 years ago

I'm planning to connect Arduino to CTRL port of Z CAM E2-F6 in Pelco-D mode to process pelco commands from ZCAM, unfortunately I couldn't find any documentation on CTRL in Pelco-D mode. Does it work in RS485 as expected by Pelco-D standard (in this case which tx/rx is RS485 A/B)? Or in RS232 as stated by camera documentation? Can CTRL 5V line handle Arduino (300-500mA max)?

400mA is OK

momosh13 commented 3 years ago

I'm planning to connect Arduino to CTRL port of Z CAM E2-F6 in Pelco-D mode to process pelco commands from ZCAM, unfortunately I couldn't find any documentation on CTRL in Pelco-D mode. Does it work in RS485 as expected by Pelco-D standard (in this case which tx/rx is RS485 A/B)? Or in RS232 as stated by camera documentation? Can CTRL 5V line handle Arduino (300-500mA max)?

400mA is OK

Hi ailike I able to figure out some commands (RS232) to control ZCAM with Arduino, This is the command: ISO+ ISO- IRIS+ IRIS- SHUTTER+ SHUTTER- REC START REC STOP I need couple more commands to compete my project, if you can, please help me, I need: FOCUS+ FOCUS- WB+ WB- Thank you.