04-19-2021 12:48 AM
Hi people. First post here...
We have a setup at our Church consisting of a Black Magic Design ATEM Video switcher and four (4) of Cisco PrecisionHD 10280p12x cameras in a daisy chain being controlled over VISCA. The ATEM has an RS422 interface - and I have built an RS422/RS232 converter. We are using the camera's HDMI output and converting it to SDI for connection to our ATEM. We are using 1080p50 - and the camera's SDI output port doesn't support this resolution,
So far so good. Now the questions...
1. On power-up we have to ask the ATEM to scan the VISCA chain to address the cameras. The Cisco cameras appear to 'forget' their addresses - or the fact that they have been configured as a daisy chain - when the power is switched off. Is this normal?
2. The Pan and Tilt control from the ATEM is very 'lumpy' (i.e. it moves in jumps). The Zoom control is (however) very smooth. I have read that the Pan/Tilt ignores the VISCA 'speed' parameter unless you turn off the camera IR control? I have raised the question regarding the 'lumpiness' with Black Magic Design - and they are looking into it on their end. However, the problem with interfacing different equipment is that it is always the 'other' equipment that is at fault! Does anyone know of any issues like this with the Cisco camera?
3. The Cisco camera manual is a bit 'sketchy' on a lot of the parameters for the VISCA protocol. Does anyone know of a better description of the VISCA parameters for this camera? For example, one of the things I would like to adjust would be the White Balance. The manual specifies there is a 'table of values' - but doesn't describe what the valid parameter index is into this table, nor what each table element specifies (presumably in terms of a colour temperature).
4. We have tried driving the camera from a PC and some PTZ software we used with a Sony D31 camera. It works much better - but you have to 'blip' the mouse very fast to get a small Pan/Tilt movement. Even then, the Pan/Tilt speed has no effect.
5. The manual mentions something about saving parameters (for example, the state of the power LED on power up) but nowhere does it describe how to save (or recall) the settings.
We are very, very happy with the video quality from these cameras. We just need to take control of some of the parameters into manual from the camera's auto setting to achieve the best results.
I am currently looking into making a little VISCA controller with a 4-axis joystick, an arduino UNO, an RS232 shield and a small TFT touchscreen device. There is some sample code to drive the Cisco camera on github (which is where I found out about disabling the IR device).
If someone could point me at a better manual that described the VISCA protocol in more detail I would be very appreciative.
Regards,
Dave
03-08-2022 07:22 AM
09-18-2022 11:36 AM
Hi Dave,
I am reading your post and looks very interesting as I am starting the same journey for a no profit org broadcasting needs. I am thinking to use 3 x TTC8-02 cameras, but I would like to control them using a standard VISCA controller with a joystick.
As seems you solved all the issues for a begineer, would you please so kind to describe a bit more detailed, for me and all the others that may be interested, how you are managing the chain?
I never worked with an RS232 chain, so I need to study a bit, for example I have those questions:
1) When the camera is powered on, I am reading that it loses the IR Off command, but is it going to lose also the VISCA address? Or better, is there a need to manually set a VISCA address, or is it assigned automatically when the chain is powered on?
2) Did you try some other regular controller that you may suggest? I am a bit worried to build something manually with Arduino, I am sure that I can't achieve the same stability and functionality
3) Do you have any other suggestion on what is needed to correctly manage the chain?
If you could share some interesting pictures more than welcome
Thanks a lot for your help,
Alessio
01-02-2023 10:23 AM
01-02-2023 03:15 PM
Hi Dave,
first of all many many thanks for your answer, that makes me really happy because I was thinking I was stuck, but now I see your work as a really good opportunity.
I am stuck exactly in the situation you described, I mean that during these months I tried to build my system but it is still not stable. I tried some free software, as you did already, some hardware control like Dahua NKB1000 and then a paid sw (trial version). None of them work properly unfortunately. The better solution I found were the Dahua that works ok but zoom doesn't work as there is no variable speed function (for what I understood), and the paid sw works well with only one camera. If I try to manage the 3 in daisy chain, if I pass from one to another in a too quick timeframe the cameras got reset and I have to wait 10 seconds before having them back. As you can imagine it's impossible to work in that way.
I added the control of a very good joystick for aircraft simulatio and I am now going to test a conversion from RS232 to RS485 to try to understand if this protocol can work a bit better, tomorrow I should receive the hardware that I ordered.
But I am understanding that your solution appears really fitting my needed, I am doing this for a no profit event that is now becoming closer and closer and I need to confirm that I will be able to manage. So I am trying to kindly ask if you can be available to share the draft code that you already wrote, and I can act also as test site for you during the following weeks that I will use for testing the equipment with my friends. All of us doing it only for passion, not for paid job task.
I would really appreaciate if we can get in contact, and happy to get an Arduino, it's something I was thinking also in the past but I never got the occasion, now maybe is a good time to start programming on it.
Many thanks
Alessio
01-03-2023 10:41 AM
Hi Alessio,
I have created an empty directory on my Google Drive (https://drive.google.com/drive/folders/1o9VvfnjxEHxv5-eznakE9DBRG2Q7qeYr?usp=share_link) and will populate it with the Arduino software and other details (as time permits).
I am currently 'tweaking' the software to release data space - as the current implementation of the menu sub-system just 'eats' RAM - and this is in short supply on an Arduino. I will (hopefully) have that done by the end of the week.
For further updates check-in on my Google Drive from time to time.
Just check (in the meantime) that you have access to the shared link...
Regards,
Dave
01-03-2023 10:53 AM
I have just uploaded a very quick 'readme' file to the Google Drive share folder.
Also, I checked the code today and I DO disable the IR control.
Dave
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide