DVTI Camera Wiki
Project overview
The goal of the DVTI camera project is to develop a digital video camera targeted mainly at observing star occultations, with the following attributes:
- precise GPS timestamp from integrated GPS receiver module
- highly sensitive monochrome image sensor
- continuous improvement of hard- and software through feedback from the community
- price as low as possible
The development team consists of Stefan Meister and Andreas Schweizer.?
To reach the goal of a low price, we plan to initiate a Kickstarter campain later in 2019 so that components can be manufactured and bought at reasonable prices. In addition, as we develop the camera in our spare time, the time for R&D won't add to the camera price.
More information is available in the (Stellar Occultation Timing Association) Switzerland??and the XXXVIII .
Project timeline
The current planning contains the following project phases:
- proof-of-concept (modification of an existing camera ASI120MM, by adding an external digital time inserter module) - completed
- prototype version 1 (standalone camera, based on an On Semi AR0130CSSM sensor) - completed
- firmware development and testing for prototype version 1 -?completed
- On the host side, we'd like to provide an ASCOM video driver for the camera. (ASCOM video driver project seems to have been abandoned)
- It should be possible to save SER files with GPS timestamps in the metadata.
- The control tool should be extended to support 16-bit SER recording, histogram, dark and flat frame subtraction
- Prototyp Version 2 (standalone camera, based on community feedback and experience with prototype version 1) -?completed
- The re-designed camera contains a large number of new components (USB-C, microSD, new GPS module, RAM, new FPGA, RF switch and so on). V2 is without RAM and SD card, but with?. For V3, the design will be completed and condensed.
- firmware development and testing for prototype version 2 -?completed
- All components of the new hardware platform are working fine, except for the integrated GPS antenna of the GPS module. The rugged USB-C connector is causing some soldering issues because the pin spacing is very narrow, pins are extremely thin and need to be cut to avoid stubs which cause reflection on the USB3 pins. One of the LVDS channels has been placed on the wrong FPGA bank, causing issues with clock supply and limiting the frame rate.?
- Firmware for the IMX174 is available. This version supports the full WUXGA resolution of the chip (1920 x 1200). The frame rate is limited to 30fps due to a technical issue of the V2 board. The timestamp should be accurate to +/-0.5ms, testet with our EXTA. See the separate page for IMX174 firmware progress.
- We've decided to use the IMX178 instead of AR0130 in the final release of the camera. This sensor is only slightly more expensive but the field of view is nearly twice as big.?
- Prototype Version 3 (release candidate 1, RC1) -?completed
- Changes vs. version 2: Drop internal GPS antenna, add GPIO interface, add 256 MBytes DDR2 RAM buffer, change to a 0.8mm pitch FPGA, fix LVDS channel placing, improve power management, reduce startup time, switch to more stable oscillators (SiT5000)
- First light was successful on 21.08.2020, with an adapted V2 firmware.?
- Three camera cases have been milled and anodized.?Three V3 prototypes?have been assembled (#12, #13, #14).?
- Firmware modifications to benefit from the V3 hardware improvements have been implemented, including support for 297 MHz DDR sensor clock frequency, 32-bit data bus to the USB controller, wider pixel pipeline. The same firmware (0.9.58 and newer) supports all 3 sensors.
- Functioning of all electronic components has been successfully verified (power supply, oscillators, system controller, GPIO interface, USB mux and controller, FPGA, DDR2 DRAM, sensor interface). Minor issues have been identified.
- Prototype V3 (release candidate 2, RC2)?-?ongoing
- PCB updates to fix the minor issues identified in RC1-?completed
- Small optimizations (to check)
- Drop DRAM?-?completed
- Sensor identification via I2C / EEPROM to allow for more sensor types? - will not be done
- Move sensor board LDOs to connector board to reduce heat on the sensor board - will not be done; effect is negligible
- Manufacturing cost evaluation?-?completed
- Verification of the timing precision?-?ongoing
- CE (and FCC?) certification -?ongoing
- USB vendor ID?-?ongoing
- kickstarter campain -?ongoing
- We're currently working on determining the camera options and prices.
News
26.05.2021 To make the firmware update process more robust, the V3 cameras now support a two-stage boot process with a boot loader, a "golden image" and two firmware image slots in the flash chip. During firmware update, the newly programmed firmware image is only activated at the end, if the checksum is OK. Like this, if the firmware update process is interrupted at any time, the camera will simply boot the previously installed firmware. On the hardware side, a first set of image sensor boards and the metal housings for the camera are ready. The camera boards should arrive by mid June. We're currently working on a version of the firmware for the CE re-test and for timing precision measurements. In addition, we're thinking about how to package the camera.
27.04.2021 Firmware optimizations to support the low-power FPGA have been completed. A first batch of 25 cameras is currently in production. We've decided to start production of this batch of cameras because of the difficult situation in the semiconductor market, even though the re-testing for CE compliance hasn't been completed yet. Global stock of several integrated circuits in the camera have completely depleted in the past few weeks and won't be available until end of this year or beginning of next year.?
12.04.2021 We're creating six new V3 RC2 cameras at the moment. V3 RC2 contains a fix for the CE compliance issue and a few minor improvements but is otherwise fully compatible with V3 RC1. Due to a very difficult supply situation on the semiconductor market, we've decided to buy the main components for a first series of 25 cameras. The initially planned FPGA won't be available until february 2022, so we decided to switch to a different, compatible model with slightly lower performance and lower power consumption. Even for that model, remaining global supplies have dropped from 276 by end of march to 80 as of today. After the bring-up of the 6 new cameras, we'll complete CE certification and do a final test on the timing precision before a first batch of about 20 cameras will be available in the coming weeks.
24.02.2021 Today, two camera prototypes have been tested in an anechoic chamber as a preparation for the CE marking. A handful of signals between 200 and 700 MHz exceed the CE compliance limit. We're currently analyzing the source of these signals and ways to bring them below the limit.
30.01.2021 Good news! An issue with using the V3 camera under Windows 7 and USB 2 has been resolved. Firmware 0.9.62 works on our test systems in Windows 7 (USB 2) and Windows 10 (USB 2 and USB3). Schema corrections for Prototype V3 RC2 have been completed and inquiries about the production costs of the?electronic circuit boards have been placed.?
03.01.2021 Users of Apple macOS computers may find the "ADV Player" app useful, a small side-project of the DVTI camera control tool. Let us know if there are bugs in the app or if you'd like to see more features. Currently planned features are zooming, removing frames at the beginning or the end, editing ROIs, editing tags, saving individual frames as FITS.
28.11.2020 Test videos with 3 different sensors have been recorded recently (WATEC, IMX174 and IMX432 sensors). Stefan is analyzing the videos and will publish the results when they're ready. The functioning of the DDR2 DRAM has been verified. It's working fine, but the power consumption and thus heat generation in the camera increases significantly (also due to the much larger FPGA design footprint if the memory controller is included). We will check if it makes more sense to drop this component and may be switch to a footprint-compatible, larger FPGA with more integrated memory. An issue that caused the USB3 connection to fall back to USB2 was identified and as of firmware 0.9.60, the USB-C connector works again if plugged in in either direction.
17.11.2020 We've still not had time and weather conditions for the sensor comparison. There is however some progress on the hardware bring-up side. First tests with the 256 MBytes DDR2 buffer RAM (sequential read/write at 5 Gbps) look good. At 10Gbps write speed, the current consumption on the I/O rail is too high, this will require a minor hardware modification. Communication with the sensors at 297 MHz DDR is working, the pixel pipeline in the FPGA has been doubled for higher frame rates and the data bus between the FPGA and USB controller successfully extended from 16-bit to 32-bit to support the higher frame rates.
10.10.2020 With the new "universal" firmware 0.9.55 for V3 camera prototypes, sensors (IMX174, IMX178, IMX428/432) can be swapped without upgrading the firmware. Some first technical tests with the IMX428 and IMX432 sensors look promising, however, these sensors consume a lot of power and get very hot in the prototype. We plan to perform some sensitivity tests once the weather improves here in Switzerland and will post the results on this page.
30.09.2020 Firmware development for the V3 hardware is ongoing. So far, no blocking problems have been found. The current work in the firmware is focusing on automatically detecting and supporting different types of sensors as the PCBs for IMX428 and 432 image sensors have arrived yesterday and we're preparing a sensor board for each of these sensors.?We hope that their sensitivity will be better than the sensitivity of the IMX174.
11.09.2020 Three V3 prototypes are ready. As far as the hardware is concerned, the only part which hasn't been tested yet is the buffer RAM on the board. In parallel, the IMX428 image sensor board is under development. The board can also host the IMX432 sensor which has larger 9?m pixels.
01.09.2020 Anodizing of the milled prototype V3 camera housings has been completed. A couple of photos are in the album:?/g/d-vti-cam/album?id=252998?
23.08.2020 First light image with a V3 camera running a minimally modified V2 firmware and the V4.10.2 control tool. The next step is to adapt the firmware so that it can benefit from the V3 features (faster frame rates, buffer memory etc.)
13.08.2020 Three aluminium cases for prototype V3 have been milled (/g/d-vti-cam/photo/250096/0). We'll add more photos here after the anodizing process is complete.
09.08.2020 The prototype V3 is finally generating some images. There was a bad solder joint that caused an issue which I've been searching in the firmware for a long time. V3 currently runs a modified version of the V2b firmware, which serves as a starting point for a dedicated V3 firmware. In addition, I've started working on the version 4.10 of the camera control tool. The new version will include support for the prototype V3, automated occultation report generation and various bug fixes.
08.07.2020 Another important step in the hardware bring-up of V3 has been successfully implemented today. The system and USB controller firmwares now successfully work together to first boot the USB controller and afterwards the FPGA from a combined firmware package in the shared flash memory. Due to the way the process works, we've been able to reduce the start-up time from about 10 seconds in the prototype V2 to less than 1 second. Follow for technical details about how this works and this link for photos about the hardware bring-up.
30.06.2020 Good news! The hardware bring-up of the V3 prototype is ongoing. A simple design loaded on the FPGA is working, and the integrated AD converter shows that the temperature and voltages are in range. In addition, a first USB3 lane is also working. The next step in the hardware bring-up is to load this test design on the SPI flash via USB controller.
14.06.2020 Hardware bring-up for a first V3 prototype has started. Power sequencing is working fine. The USB controller responds, the USB2 connection functions as expected. A next step is to verify USB3 functionality, and afterwards, the FPGA will be verified.
02.06.2020 The PCBs for prototype version 3 have arrived. Soldering and testing will start this week.
19.05.2020 PCB design for the prototype version 3 is complete and the PCB is currently in production. The design of the camera case is ongoing and should also be completed in the coming days.?
05.05.2020 We're finalizing the next version (4.9) of the camera control tool which will include support for local plate solving via ansvr, improved zooming and scrolling in the preview window, a first ASCOM integration to synchronize and control the telescope and various other improvements and bug fixes. PCB design for the prototype version 3 which is our "release candidate" for the kickstarter project should also be completed in the next few days.
13.02.2020 The upcoming version 4.8 of the camera control tool will include a couple of new features: Integration with OccultWatcher so that you can forward the event data from OW into the control tool; integration with nova.astrometry.net so that you can plate-solve what you see; support for ADV files, including multi-ROI ADV files; support for FITS series; support for skipping frames during recording. These features will be extended further in upcoming releases. Stefan is currently testing the new version of the control tool and we plan to release it for beta-testing soon.
12.02.2020 A couple of new IMX174 sensors have arrived. We plan to replace all AR0130 sensors with IMX174 in the beta testing cameras and drop support for the AR0130.?
24.01.2020 We've prioritized the implementation of recording ADV files so that the position of the timestamp within the frame can be more clearly defined than with SER. An updated version of the control tool will soon be ready for testing. In addition, starting at the next release, the camera should be more tolerant to connection issues during firmware updates, i.e. a new firmware won't directly overwrite the existing firmware on the camera but be written into a separate location and "activated" if the download into the camera has completed.
11.01.2020 We've been busy the past few weeks fixing issues reported by our beta testers, especially problems with Windows 7 and USB 2. A new DVTI control tool and new firmware images contain these fixes. There are still a few open points, but we've nevertheless started designing the "release candidate" V3 version of the camera in parallel.
09.12.2019 "Technical" first light with the IMX178 was successful. There's a new wiki page for IMX178 firmware development.
05.12.2019 We're working on the hardware bring-up for the IMX178 sensor board. There's a minor issue with missing pull-down resistors on power-enable lines, and the VHDL code for the power-up state needs to be improved, but no blocking issues so far...
27.11.2019 Firmware development for the IMX178 has started. The goal is to know before Christmas whether the camera with the small chip should include the AR0130 or the IMX178. The IMX178 is technically very similar to the IMX174, e.g. same LVDS interface standard, same gain options (0..24dB analog, 24..48dB digital). Compared to the IMX174, it has more (3072x2048 vs. 1920x1200) but smaller (2.4um vs. 5.86um) pixels. At 4x4 binning (9.6um pixels), the frame size will still be 768x512. This sensor offers a 14-bit A/D converter option which we'll ignore at the moment.
23.11.2019 Firmware versions 0.3.20 and 0.4.20-beta are available in the files section. Check the release notes to see what has been improved. In addition, the camera control tool has also been updated. The new version statically links to MFC and should work without installing the VC++ redistributable package.
19.11.2019 IMX174 first and second light have been successful. The firmware is still not on the same level as the one for the AR0130 but it's catching up. Firmware 0.4.20 will increase the maximum frame rate from 20 to 30 fps and allow for exposure times shorter than the frame time, down to 1ms. IMX178 boards should arrive this week. In parallel, we're working on setting up the Kickstarter project. Depending on tests with the IMX178, we'll decide whether to offer the "small" camera with the AR0130 or with the IMX178.
23.10.2019 To test if the IMX178 could be an alternative to the AR0130, we're working on an IMX178 sensor module for prototype V2. Technically, the sensor is similar to the IMX174.
22.10.2019 We've started testing version 0.4.17-alpha of the IMX174 firmware. See the new wiki page on IMX174 firmware progress.
05.10.2019 Version 4.3.6 of the DVTI Cam Control Software is available in the Files section. This version adds several new features such as automatic start of streaming, toolbar buttons, dark frame pedestal and more.
02.10.2019 Firmware development for the IMX174 has started. Simple streaming with fixed parameters is working. 3 new V2 prototypes are being built.
17.09.2019 Information on our EXTA side-project can be found on?.
24.08.2019 Testing of the V2 prototype is ongoing. Aside from the integrated GPS antenna, everything is working as expected. IMX174 sensor boards are ready, the firmware update for these is currently being developed.
29.06.2019 A new firmware (0.2.15) and control tool are available on the downloads page. The new firmware adds a binary overlay in the last line of the image. The control tool is now able to parse the binary overlay and display it on the screen. It also includes the start time of each frame in SER videos and FITS files. The format of the overlay is documented on this page.
22.06.2019 Last thursday, the boards for the V2 prototype have arrived. One is already assembled and ready for first tests.
09.06.2019 The order for the V2 prototype PCB has been placed, the PCB should arrive in about 2 weeks. The order for the IMX 174 sensor board will be placed soon.
29.05.2019 Added an example to show the difference between 8-bit and 12-bit recording. Added firmware 0.2.12 and a corresponding version of the control tool on the software download page to support replacing the GPS time overlay with a black bar for dark frame recording.
18.05.2019 Software downloads are now available on this page.?The re-write of the control tool is still ongoing. The control tool was initially programmed in C# / .NET and accessed the Media Foundation framework via COM interop, but we noticed frame losses at high frame rates and decided to re-implement the tool in C++ / MFC. Wish we had found this blog post earlier:?
09.04.2019 Serial #3 of the prototype v1 camera is ready to use.
08.04.2019 includes an option to display 4 digits for the fraction of the second (100 microsecond resolution); requires .
04.03.2019 Support for writing FITS files (snapshots) has been implemented in the control tool. Writing ADV files is also working now, adding per-frame status metadata still needs to be implemented.
01.03.2019 The IMX428LLJ sensors have arrived!
01.03.2019 First ADV file generated from the control tool; some issues with brightness levels and an error at the end of the file.
Contact
If you have any questions or feedback for the project, feel free to send us a message (Messages button at the left side of the screen).
?
Table of Contents
- Project Overview, Timeline and News
- Prototyp Version 2
- V2A Boards (updated: 22 Jun 2019)
- V3 power controller design
- Build Prototype Camera Overview
- Camera Control Interface
- Binary Overlay Format Specification
- Computer Specific Issues
- 8 Bit vs. 12 Bit Recording
- FITS header
- Camera Extension Unit Definition
- Packaging
- Konformität
- Image Sensors
- Software Downloads
Inhalt (Seiten in Deutsch)