Jump to content

Subforums

  1. The EOSHD YouTube Channel   (23,714 visits to this link)

    Follow Andrew Reid on YouTube

17,309 topics in this forum

    • 706 replies
    • 321.4k views
    • 1.2k replies
    • 491k views
  1. Lenses 1 2 3 4 289

    • 5.8k replies
    • 1.9m views
    • 9.1k replies
    • 2.8m views
    • 0 replies
    • 2.1k views
  2. Panasonic GH6 1 2 3 4 88

    • 1.8k replies
    • 783.4k views
  3. Sony FX5 1 2

    • 34 replies
    • 2.8k views
    • 4 replies
    • 73 views
    • 73 replies
    • 5.8k views
    • 6 replies
    • 740 views
  4. Nikon Zr is coming 1 2 3 4 25

    • 484 replies
    • 159.9k views
    • 14 replies
    • 909 views
    • 3 replies
    • 334 views
    • 1 reply
    • 121 views
    • 53 replies
    • 5.7k views
    • 23 replies
    • 2.1k views
    • 568 replies
    • 269.3k views
    • 1 reply
    • 172 views
    • 62 replies
    • 21.9k views
    • 16 replies
    • 1.1k views
    • 25 replies
    • 2.1k views
    • 64 replies
    • 8.5k views
    • 11 replies
    • 759 views
    • 7 replies
    • 907 views
  5. new camera purchase 1 2 3 4 6

    • 108 replies
    • 80.5k views
    • 12 replies
    • 1.5k views
    • 42 replies
    • 11.6k views
    • 31 replies
    • 7.4k views
    • 4 replies
    • 1k views
  6. DJI Pocket 3? 1 2 3 4 7

    • 129 replies
    • 67.2k views
    • 83 replies
    • 11.7k views
    • 12 replies
    • 1.4k views
    • 6 replies
    • 3.9k views
    • 19 replies
    • 13.8k views
    • 24 replies
    • 2.7k views
    • 9 replies
    • 2k views
    • 11 replies
    • 2.2k views
    • 1 reply
    • 1.3k views
    • 14 replies
    • 9.6k views
    • 14 replies
    • 8.8k views
  • Popular Contributors

  • Forum Statistics

    • Total Topics
      17.3k
    • Total Posts
      352.2k
  • Member Statistics

    • Total Members
      35,060
    • Most Online
      19,591

    Newest Member
    296peach
    Joined
  • Posts

    • Yeah the FX2 is a great camera. We've come to rely on the A7IV a lot because they are cheap, and just produce a darn good image in almost any situation. Now queue the FX2, basically just a better version of that. I'm probably going to buy a bunch of them here pretty soon for a new studio setup. 
    • In the longer term, I am also watching small LOFIC sensors, because for this kind of digital Normal 8mm camera the real limitation may be highlight latitude rather than resolution. A compact 1/2.8" or 1/3" RAW sensor with better single-exposure highlight handling could be very interesting. Another related experiment would be using spectral filters, possibly with a monochrome sensor, to approximate the response of color negative film layers — so the “film look” would start partly at the capture stage, not only later as a LUT in post.
    • Thanks Clark, this is extremely useful. La Faux Bolex is exactly the kind of reference I was hoping to find. I had not looked seriously enough at the machine-vision / GigE route before. The idea of using an existing industrial camera with a proper C-mount is very appealing, especially if it avoids the nightmare of designing the sensor mount, power rails and MIPI/libcamera side from scratch. Your warning about lens-to-sensor distance is probably the most important part. I was tempted by the “bare phone sensor” experiment because damaged phones are now very cheap here in Poland — for example a Motorola Edge 50 Pro with a broken corner can be found for around 100$ — and the phone already gives you screen, battery, storage and potentially RAW video recording. But I agree that mechanically it could become a nightmare: flange distance, dust, IR filter, sensor cover glass, alignment and destroying the camera module. So maybe the phone route is only worth trying as a cheap destructive proof-of-concept to see whether the Pan-Cinor / Normal 8mm look is interesting enough digitally, not as the final camera architecture. The C-mount machine-vision route sounds more “correct” for a real build: industrial camera with known sensor position factory C-mount alignment DNG / raw frame recording Raspberry Pi / Compute Module control then adapt D-mount lenses mechanically My only concern is the D-mount to C-mount adapter. Since D-mount has a shorter flange distance than C-mount, the adapter needs to recess the D-mount lens enough to reach infinity. Have you tested whether the Fotodiox D-to-C adapter actually gives infinity focus with D-mount lenses, or is it more of a macro-only solution? For my project the ideal sensor size would be close to the Normal 8mm gate, around 4.5 × 3.3 mm or slightly larger. That is why I was looking at sensors like AR0234 or IMX900. But your point makes sense: a slightly larger industrial C-mount camera that already works may be much more practical than a theoretically perfect bare MIPI module with no adapter board and no driver. The pistol-grip form factor is also very close to what I have in mind — more like a digital Regular 8mm camera than a normal modern video camera. Thanks again. I’ll study La Faux Bolex more carefully.
    • I'm currently building a variation on the Faux Bolex project. https://github.com/lafauxbolex It's meant to recreate a Digital Bolex so it uses a machine vision camera with the same sensor (Basler Aviator avA2300-25gc Gig-E) which is 2K and has a Super16 sensor size but because I want a smaller camera, I'm using a different industrial camera whose sensor is a tiny bit more than 8mm. The Basler Ace acA1300-30gc. The DNG files it makes are 1280x960 pixels. So between 720p and 1080. I'm keeping the 4:3 aspect ratio. I'm thinking of something that you hold like a pistol as most 8mmm cameras were designed like. The FB project uses a regular size Raspberry Pi but  to be smaller I'm using a Raspberry Pi Compute Module coupled with a Waveshare Nano Baseboard B for the IO.  If you did something similar the machine vision camera likely would have a C-mount. You could easily put in a C to D adaptor and use D-mount lenses. https://fotodioxpro.com/products/d-c-p?_pos=1&_fid=d8b00a026&_ss=c This project saves to CinemaDNG files. A single raw file for each frame.  There isn't audio implemented (yet). You can use a separate audio recorder if you want sound then sync it up later. There are some camera tests on Youtube. https://www.youtube.com/@LaFauxBolexDigitalCinemaCamera Having said that I haven't got it up and running yet. I don't have a background in programming so many things are new to me and I have other projects on the go and other cameras I can shoot with so this isn't urgent and I've set it aside for now. It involves both Python and C++. I don't have the experience to debug things properly. (I might just hire somebody to do that.) Being a passion project by an individual who is doing this on the side from working (in the film industry) and raising a family, he doesn't have time for much support. (Last I heard he had his prototype working and is out making a movie with it.) Check it out, but it is very DIY. This might not be the right project for you and one of the other Raspberry Pi camera projects like CinePi might be easier to set up and get running. The FB connects with Ethernet. Some of the dedicated cameras for the Pi connect differently and are easier to get up and running. The Raspberry Pi Global Shutter camera has a global shutter and connects to the CSI connector on the Pi. https://www.raspberrypi.com/products/raspberry-pi-global-shutter-camera/ So, warnings: A critical finicky thing is the lens to sensor distance. One micrometre can make a big difference in your focus. I recommend not messing with that. Get a camera that already has a C-mount and add a D-mount adapter. Don't try to create your own lens mount on to a bare sensor. It can be done but you'll spend weeks trying to get it right and it won't be fun. The other thing would be the sensor's physical size. It should be the size of the old 8mm film gate (which is 4.5mm x 3.3mm, 5.58mm diagonally) or a bit larger. Post on here how you're going with this. It'll be interesting to many people.
    • I think the closest thing to what you're looking for is the cinepi project.  That or there was at least some project recently where somebody removed the glass from a smartphone and juryrigged a lens mount to it.  That'd be another place to start.  
×
×
  • Create New...