Hello
Can I limit the shooting area to a specific area, such as a window or a door, while ignoring what is outside. In addition to this, you need to know more about it.
Thanks
limit the shooting area
-
- Site Admin
- Posts: 17554
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: limit the shooting area
Sorry, I do not understand your question. Do you want to display (or process) only a part of video frame at the specified coordinates?
-
- Site Admin
- Posts: 17554
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: limit the shooting area
This is not a built-in feature.
However, you can use events when you can modify the frame or draw your image instead of a frame.
The events are:
- TRVCamera.OnGetImage (see the example of its using in the demos Cameras\MotionDetect and MotionDetect_Old)
- TRVCamView.OnPaint (see the example of its using in the demos Cameras\Filters and MotionDetect_Old)
All the demos above do not modify a frame size but modify their content. But I believe there must be no problems with cropping.
However, you can use events when you can modify the frame or draw your image instead of a frame.
The events are:
- TRVCamera.OnGetImage (see the example of its using in the demos Cameras\MotionDetect and MotionDetect_Old)
- TRVCamView.OnPaint (see the example of its using in the demos Cameras\Filters and MotionDetect_Old)
All the demos above do not modify a frame size but modify their content. But I believe there must be no problems with cropping.