home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 8072 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.9 KB  |  57 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!tsp.med.umn.edu!jalegre
  3. From: jalegre@tsp.med.umn.edu (John Alegre)
  4. Subject: Video on a NeXT?
  5. Message-ID: <C0pInn.CpJ@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: tsp.med.umn.edu
  8. Organization: University of Minnesota
  9. Date: Mon, 11 Jan 1993 20:38:11 GMT
  10. Lines: 45
  11.  
  12. I am looking for genersl opionion on the best way to
  13. display Video Frames in a NeXT Window.
  14.  
  15. At this stage of the game we have the options of
  16. receiving the frames via DMA from the SCSI port as
  17. either:
  18.  
  19. 1. 16 bit/pixel frames.  That would be 5 bits Red,
  20.    5 Blue, and 5 Green with a garbage bit, set to
  21.    0
  22.    
  23. 2. 32 bit/pixel frame.  That would be 8 bits Red,
  24.    8 Green, 8 Blue, with 8 garbage bits set to 0.
  25.  
  26. The frame would be just an array of pixel data in
  27. one of the above formats, starting at the upper
  28. left corner of a quarter or half CIF image and
  29. continuing till the last pixel of that frame.
  30. The next DMA would bee next frame, etc.
  31.  
  32. What is the general opinion of the best way to
  33. get such frames on the screen in the context of
  34. NeXT objects.
  35.  
  36. We are looking at both NXImage and NXLiveVideoView
  37. objects as well as the possibility of writing
  38. directly to screen buffer.  The scheme that has
  39. worked well on the Macintosh is using copyBits on
  40. off screen bit maps.
  41.  
  42. All comments welcome.
  43.  
  44. Thank you
  45. ---
  46. John N. Alegre
  47. Andante Systems
  48. VideoLabs Inc.
  49.  
  50. #############################################################
  51. # NeXTMail preferred.             |
  52. # jdev@andante.mn.org             |
  53. # alegrej@andante.mn.org          | If you plant ice,
  54. # jalegre@lenti.med.umn.edu       |  you're gonna harvest wind!
  55. # alegrej@libros.andante.mn.org   |    Hunter/Garcia      
  56. #############################################################
  57.