3

I have an application that controls cameras. Currently I am adding support for HD cameras using the Visca format. I'm using the LibVisca library to do the low level work. I have successfully added all of the features I need with the exception of the menu system.

I can open the Menu. Move the menu cursor up and down through the list, change settings but I cannot select submenus.

What Visca command do you use to select submenus? I'm using LibVisca and my camera is a Sony EVi-HD1.

Thanks

RHicke
  • 3,494
  • 3
  • 23
  • 23
  • The specs seem to imply that the SetPanTiltHome call should select the submenu when the menu is open. But when I run that command it performs the pan tilt movement rather than opening the submenu – RHicke Dec 30 '09 at 20:56
  • What calls are you using to Open, Move and Change settings? – fupsduck Jan 05 '10 at 22:35

2 Answers2

2

As far as I understood, selecting a submenu is achieved by pressing HOME.

Did you try sending Pan-tiltDrive - Home - 8x 01 06 04 FF to select the submenu?

Gregory Pakosz
  • 69,011
  • 20
  • 139
  • 164
  • Yes this is what I was sending. The Sony rep told me that the model camera I have will interpret this command differently if it comes from the controller rather than from the Visca control port. – RHicke Jan 08 '10 at 16:45
  • that's what I thought but since you succeeded moving into menus, it could have worked :) – Gregory Pakosz Jan 08 '10 at 16:57
  • Yeah, with Cameras that have menus calling the datascreen will open the menu I was moving from PelcoD which needs menus since it's such a limited system. And my bad for accepting my own answer. – RHicke Jan 08 '10 at 19:00
  • Ok I see. Well about the accepted answer, you obviously got the right answer, I just tried to help. Maybe moderators can do something I don't really know – Gregory Pakosz Jan 08 '10 at 19:55
0

Here is the actual answer Sony took a while to contact me but I got it from the horses mouth.

Visca Protocol has no concept of menus any menus displayed by a camera that uses Visca is hardcoded to only accept menu traversing commands if they come from an InfraRed device ala remote controller.

However Visca has the ability to programmatically change all of these values using Visca.

RHicke
  • 3,494
  • 3
  • 23
  • 23