Im implementing a program to control sony camera attached to a robot. As of now Ive build application to control camera settings such as shutter speed,ISO, Aperture etc.
Now i want to live stream the video on my remote controller.
As a first step when i try to use getLiveview API provided by sony sdk, its just taking an image and saving as a jpeg file in current directory. Is there someway using which i can collect live stream from the camera using sony sdk?