0

I am using USB3 camera with HDevelop,and I will like to record a video with the real time image. I know that it is possible to take pictures, but I can not find the way to record a video. Is it possible?

Ian
  • 1,221
  • 1
  • 18
  • 30
Aitul
  • 2,982
  • 2
  • 24
  • 52

1 Answers1

4

HALCON does not provide the functionality to save taken images as video. However you could use HALCON in one of its language interfaces like HALCON/C++ and a tool like ffmpeg to save the images as video stream. In case that you are restricted to HDevelop you can wrap the ffmpeg functionality in a HALCON extension package.

Kilian Hohm
  • 320
  • 1
  • 7