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?
HDevelop record videos
367 Views Asked by Aitul At
1
There are 1 best solutions below
Related Questions in VIDEO
- How to open and read video stream in Matlab
- Extract bytes of specific stream from mpegts file using ffmpeg
- AVQueuePlayer crashes when I try to observe the start of the next video: AVPlayerItem was deallocated with observers
- How to get the time stamp of each frame of a GoPro video in MATLAB?
- DFP Videos Ads Internal error
- Get youtube video information using javascript and Youtube-API
- YouTube views not counting on Wordpress embed
- Videos not working on phones using HTML
- How to track multiple youtube videos in google analytics
- Cloudfront stream only part of the video
- Changing switch statement to include both mp4 and ogg files
- How to detect squares in video with OpenCV?
- Saving iOS video buffer
- dynamic video source change issue in azure media player
- Video Editing For Android
Related Questions in VIDEO-RECORDING
- Geckofx - Recording Remote Video in WebRTC
- Movie recording using EDSDK (Canon T3)
- Capture square video like vine and instagram (Solution and Example)
- How to save video file in SD card in android
- Screen recording in windows phone 8.1
- Android record video into a circular buffer and storing it in RAM
- MediaRecorder, first frames blank
- how to record video in one device at that same time play that video live in another device
- Android Video Recording Using Kamcord in Unity3D
- How to better implement start and stop video recording Web Services using Axis Media Parser API?
- How to record video using AudioVideoCaptureDevice
- Android Pause and Resume when video recording with FFMpeg
- iPad retina screen recording
- Why am I missing frames while recording with Flash?
- How to create Ziggeo embedded Video Recorder for android
Related Questions in HALCON
- How to mask all errors after the program is closed
- Best approach for surface matching (halcon)?
- Halcon - Gradient brightness
- Halcon - 3D equivalent of affine_trans_contour_xld
- Halcon - extend region where it intersects with another region
- Halcon - Stretch a region
- Halcon - verify if region is empty
- Scratch defection detection in a random background
- Move region return empty region
- How can I select the largest region in HALCON?
- Convert XLD to Region
- Halcon - Shift coordinates to a different plane
- Halcon: Cannot connect wth camera in C#
- Halcon: Obtain how much is a mm in pixels after calibration
- Halcon - speed up Intersection
Related Questions in HDEVELOP
- Halcon: Cannot connect wth camera in C#
- Halcon: Obtain how much is a mm in pixels after calibration
- Sending image from HALCON to Python
- Issue on connecting to the Image Acquisition Device using HALCON
- HDevelop record videos
- Image to process has wrong gray value type (HALCON error code: 9001)
- Halcon/HDevelop socket send generic image data
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.