questions.

park jae hyun

Member
Licensed User
Longtime User
Will be questions.
1 .. When you run the camera coming up the grid.
I want to make this grid that I want to
2 ... When you take pictures with the camera to a photo I'd like to get to the grid.

I do not know where to start ... if you need
Example or teaching
Please help ...
 

alfcen

Well-Known Member
Licensed User
Longtime User
오늘 저녁은,
문제를 제대로 이해하는지 모르겠지만

Not sure if I understand the problem correctly:

1. Assign Camera to a Panel.
2. Take picture and save it.
3. Load saved picture to an invisible ImageView.
4. Use Canvas on ImageView to draw a grid or a loaded grid image on invisible ImageView.
5. Save picture in ImageView with grid using Canvas.Bitmap.WriteToStream(...)

Sorry, no time now for developing example code.
Hope this helps anyway.
 
Upvote 0
Top