bitfocus / companion-module-requests

Repository for tracking module requests
96 stars 10 forks source link

Marshall CV630-IP Camera #284

Open clpcpianomn opened 3 years ago

Kaniee commented 3 years ago

The commands for the VISCA protocol can be found here: http://www.marshall-usa.com/pdf/CV630-IP-RS-232_command.pdf

Kaniee commented 3 years ago

I just started a project where I'll write a generic VISCA package, then write a package for the Marshall camera and last but not least write a Marshall module for companion.

josephdadams commented 3 years ago

@Kaniee feel free to use any of the existing visca modules as a template

josephdadams commented 3 years ago

@Kaniee how is your module coming along?

Kaniee commented 3 years ago

@josephdadams Sorry somehow, I didn't get a notification about your comment. I have a first prototype which is working well on our camera. I'm requesting a repo on Slack now.

josephdadams commented 3 years ago

@Kaniee the module repo is here: https://github.com/bitfocus/companion-module-marshall-visca

pyhasanon commented 3 years ago

@Kaniee @josephdadams Can this module be also used for the Marshall CV-730 (newer model)?

josephdadams commented 3 years ago

I have no idea

pyhasanon commented 3 years ago

I have no idea

Thanks for the reply, will be worth testing once this module is released, I will let you know how that goes... Is there an updated status on the CV-630 module?

josephdadams commented 3 years ago

@Kaniee will have to answer that. I thought I recalled it was still being worked on, but there hasn't been a push to the bitfocus repo in 3 months.

Kaniee commented 3 years ago

I realised that with my first prototype it was as easy to add new commands as I wanted it to be. So I started a second try on a fork. I came quite far with having a generic VISCA interface, but at the moment I have to focus on my exams. I can pick it up again in about 2 months. If anyone wants to continue working on it in the meantime I'm happy to share my progress so far.

Kaniee commented 3 years ago

For the CV730-BK I don't see a RS232 command file. So if you have one, I can have a look to see what's different

pyhasanon commented 3 years ago

For the CV730-BK I don't see a RS232 command file. So if you have one, I can have a look to see what's different

I haven't found one either, unfortunately... I'm thinking it will probably be the same... I can always try it once you have the CV-630 done...

Kaniee commented 3 years ago

I would think so to, the chances are quite high. Most of the commandos are even the same with different vendors.

jmrowe504 commented 2 years ago

@Kaniee any updates on this? @josephdadams I know you are always hard at work on updates...